Restarting after abnormal termination

If a job terminates abnormally, the checkpoint/restart facilities allow you to restart the job, as follows:
Restarts are controlled by:

Use of Restart <

Either form of restart saves having to execute the job from its beginning. If the job is long, restarting can save a lot of time and computer resources.

For more information about restarting, see z/OS DFSMSdfp Checkpoint/Restart.

Examples:

  
//J1    JOB   ,'B. MORRISON',RD=RNC  
  
//J2    JOB   ,'H. MORRILL'  
//S1    EXEC  PGM=TESTING,RD=R  
//S2    EXEC  PGM=TESTED,RD=NC