Previous Topic: DC643033Next Topic: DC643035


DC643034

OWNER POINTER NOT ALLOWED

Reason:

A SET statement's MEMBER clause specifies an owner pointer position for a native VSAM set (MODE IS VSAM INDEX). Only a chained set (MODE IS CHAIN) or an indexed set (MODE IS INDEX) can have owner pointers. If the set was meant to be a native VSAM set, simply issue a MODIFY SET that contains any clauses bypassed as a result of this error, but do not code the OWNER DBKEY POSITION option of the MEMBER clause. If the set was meant to be either chained or indexed, issue a MODIFY SET that both changes the mode (MODE IS CHAIN or MODE IS INDEX) and contains any clauses bypassed as a result of this error (including OWNER DBKEY POSITION, if desired).

Module:

IDMSCHTR

Severity:

0