Previous Topic: DC643032Next Topic: DC643034


DC643033

NEXT POINTER NOT ALLOWED

Reason:

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

Module:

IDMSCHTR

Severity:

0