Multiple choice technology mainframe

How can a stopped job be started again? - JCL

  1. Through the RETURN parameter

  2. Through the STARTUP parameter

  3. Through the RESTART parameter

  4. Through the CHECKPNT keyword

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

In JCL, the RESTART parameter is used to restart a stopped job from a specific step. When a job abnormally terminates, RESTART allows you to specify which step should be re-executed, avoiding repetition of completed work. The CHECKPNT keyword relates to checkpoint functionality but RESTART is the actual restart mechanism.