Where can program check points be stored for use in a restart?
-
SYSCHK DD statement
-
CHCKPOINT DD statement
-
CHKOUT DD statement
-
CHECK or DD statement
A
Correct answer
Explanation
Program checkpoints can be stored using the SYSCHK DD statement, which is specifically designed for checkpoint data in JCL. The other options (CHCKPOINT, CHKOUT, CHECK or DD) are not correct DD statement names for checkpoint storage.