DFS3991E RECORDS FOR THE SELECTED CHECKPOINT ARE INCOMPLETE. THE RDDS WAS NOT CREATED.

Explanation

The checkpoint records in the control statements or the default specification processed by the Create RDDS from Log Records utility (DFSURCL0) did not contain an X'4098' record. That record identifies the end of the checkpoint records. This situation might result from one of the following circumstances:
  • You specified an incorrect checkpoint ID for processing.
  • Log data sets might be missing from the SYSUT1 DD statement concatenation.

System action

The Create RDDS from Log Records utility fails with a return code 8.

Programmer response

If a checkpoint ID is specified with the CHKPTID= statement, ensure that this checkpoint contains both the X'4001' record (beginning of checkpoint) and the X'4098' record.

If no checkpoint ID was specified, ensure that the log data set that includes the X'4098' record is included in the SYSUT1 DD statement concatenation of the log data sets at the end of the log data sets.

Module

DFSURCL0