DFS681I CHKPT xxx PSB psbname JOB jobname ID userckptid yyy zzzzzz [X'nnnnnnnnnnnnnnnn']
Explanation
An IMS batch or batch message processing (BMP) job has issued a CHKP checkpoint call. For a batch job, xxx is DLI, yyy is SER, and zzzzzz is the current volume serial number of the output log. For a BMP, xxx is BMP, yyy is DDN, and zzzzzz is the ddname of the current output online log data set, OLDS.
In
either case, in the message text:
- psbname is the name of the PSB which issued the checkpoint call
- userckptid is the 8-byte checkpoint ID value specified by the application program.
- If it appears, nnnnnnnnnnnnnnnn is the EBCDIC representation of the HEX value of the checkpoint ID.
To suppress issuing this message, code NOMSG681 on the CKPTID= EXEC parameter. If
you also want to suppress issuing message DFS0540I and DFS0542I, code NOMSGS
. If
you want to suppress only messages DFS681I and DFS0542I, code NO681542.
Note: In
most cases, the checkpoint ID consists of printable universal character
data. When the checkpoint ID consists of printable universal character
data, the EBCDIC representation of the HEX value of the checkpoint
ID does not appear. If the EBCDIC representation of the HEX value
does appear, it must be translated to binary for restart purposes.
System action
Normal processing continues.