Multiple choice technology mainframe

Which is the parameter used to restart a JOB

  1. RESTART

  2. COND

  3. SPACE

  4. PROC

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

The RESTART parameter on the JOB statement allows restarting a job from a specific step if it abended or was cancelled. This is useful for long-running jobs where you want to skip completed steps and restart from a failure point.