Multiple choice technology mainframe

Where can program check points 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

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.