Previous Topic: DC643152Next Topic: DC643154


DC643153

SET <set-name> MEMBER RECORD <record-name> NEXT POINTER REQUIRED

Reason:

The named record does not contain a next pointer position for the named set, since the set's mode was established after the set's MEMBER clause (that omitted the next pointer position) was processed. A member record type of a chained or indexed set must include a next pointer position.

Note that the next pointer position for an indexed set is also known as an index pointer.

To correct this error, issue a MODIFY set statement that respecifies the entire MEMBER clause for the named record and (optionally) includes a next (or index) pointer position.

Module:

IDMSCHM1

Severity:

0