CKPTID= parameter for procedures
Use the CKPTID= parameter in procedure to specify the checkpoint at which the program is to be restarted.
Enclose the checkpoint ID in single quotation marks if it contains any non-ANSI characters, such as the slash.
Related reading: For more information about specifying values for CKPTID, see XRST call.
You can suppress message DFS681I or DFS0540I each time a checkpoint call is made:
- To suppress message DFS681I, code
NOMSG681
. - To suppress message DFS0540I, code
NOMSG540
. - To suppress both messages, code
NOMSGS
. - To suppress DFS681I and DFS0542I, code
NO681542
.