Previous Topic: DC643150Next Topic: DC643152


DC643151

SET <set-name> MEMBER RECORD <record-name> NEXT POINTER IS NOT ALLOWED

Reason:

The named set's MEMBER clause for the named record specified a next pointer position, but the set mode does not allow a next pointer. When the set mode is VSAM INDEX, the member record cannot have any pointer positions.

CA IDMS 5.7 sets with a mode of VSAM INDEX required the member record to have a next pointer position specified, although it was never used. In CA IDMS, native VSAM records may not be assigned any pointer positions when they are defined as a member of a set with a mode of VSAM INDEX.

To correct this error, issue a MODIFY SET statement that respecifies the entire MEMBER clause for the named record and omits the NEXT POINTER clause.

Module:

IDMSCHM1

Severity:

0