DFS3335A LOG INPUT IS NOT IN SEQUENCE FOR FUNCTION CA; REASON CODE=r
Explanation
The log input is not in sequence for the CA function. The return code r has one of the following values:
- 01
- The error occurred during the creation of a log data set using the Change Accumulation utility. There was a log input from both the DB sharing release IMS system and from an IMS system previous to DB sharing.
- 02
- The error occurred during the creation of a change accumulation data set. There was a log input from both a DB sharing release IMS system and from an IMS system previous to data sharing.
System action
Processing terminates.
Programmer response
Determine the correct sequence of the log input, and correct the JCL so that the log input is in the correct sequence.
Problem determination
2, 3, 8, 36. If running under the utility control facility, rerun the job with a FUNCTION=OP, MSGNNN=3335 control statement in the DFSYSIN data set. Supply a DFSUDUMP DD statement to this step.
If a DFSUSNAP DD statement is specified, then diagnostic information is
written to that data set in dump format to help locate the log record in error.
The information is dumped in four parts:
- Partial Log Record Data. Contains the last 4 bytes of the previous log record followed by 246 bytes of the error log record.
- Log Record Sequence Number Data. Contains the last 8 bytes of data for the error log record.
- UCSTAT Table Entry. Contains the entire UCSTAT table entry data used by module DFSUC150 to perform the log sequence checking.
- DFSULOG JFCB Information. Contains the JFCB data for the DFSULOG data set being processed. Use this information to determine the data set name and volume serial number.