Multiple choice technology mainframe

Where can program checkpoints be stored for use in a restart?

  1. SYSCHK DD statement

  2. CHCKPOINT DD statement

  3. CHKOUT DD statement

  4. CHECK or DD statement

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SYSCHK is the DD statement in JCL used to specify the dataset where program checkpoints are stored for restart capability. The other options (CHCKPOINT, CHKOUT, CHECK) are not valid JCL DD statements for checkpoint storage.