Previous Topic: DC643143Next Topic: DC643145


DC643144

SET <set-name> OWNER RECORD <record-name> PRIOR POINTER REQUIRED

Reason:

The named set's owner requires a prior pointer position, but none was specified. The owner of a set whose mode is CHAIN LINKED TO PRIOR or INDEX (except the special case, OWNER IS SYSTEM) requires a prior pointer. Either the user did not specify a MODE clause when the set was defined, or the MODE clause was in error; the owner record was subsequently assigned to the set without prior pointers. In a subsequent SET statement, the mode was assigned. Issue a MODIFY SET statement that contains an OWNER clause; if pointers are being assigned manually, be sure to respecify both the NEXT DBKEY POSITION clause and the PRIOR DBKEY POSITION clause.

Module:

IDMSCHM1

Severity:

0