Initialization — PL/I Programming language supplement
(See Issuing-a-checkpoint for a narrative. PL/I Programming Language coding examples follow)
- See Issuing-a-checkpoint.
Call the Checkpoint Routine using the following syntax:
CALL CKPT_RTNIF CKPT_RETURN_CODE = 'R' THEN
DO;(perform any post-checkpoint tasks required by the DBMS, such as repositioning)
END: /* Then Do */
ELSE
CALL INITIALIZATION;
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*