here goes from chicago soft's mvsquickref database :
Code:
The RESTART parameter is used to restart a job at a specific job
step, or at a specific checkpoint number in a job step that used
checkpointing during a previous execution.
'*' says the job will restart at the top or within the first job
step
'stepname' names the step in the job where restart is to done
'procstepname' is the name of the procedure step (within the proc
invoked by job step 'stepname') for which restart is to done
'checkid' is the number of the checkpoint where MVS should restart
execution. If the 'checkid' contains special characters, it must be
enclosed in apostrophes.
Examples:
//SYS023$$ JOB (TERW),BATCH,MSGLEVEL=(1,1),CLASS=W,
// RESTART=JS60.PS35 RESTART AT STEP PS35 IN JOB STEP JS60
//MASTLOAD JOB (23,2,1,1),'MASTER FILE LOAD',
// RESTART=STEP2.C0000009
//* RESTART AT CHECKPOINT NUMBER C0000009 IN JOB STEP STEP2
here goes from chicago soft's mvsquickref database :
Code:
The RESTART parameter is used to restart a job at a specific job
step, or at a specific checkpoint number in a job step that used
checkpointing during a previous execution.
'*' says the job will restart at the top or within the first job
step
'stepname' names the step in the job where restart is to done
'procstepname' is the name of the procedure step (within the proc
invoked by job step 'stepname') for which restart is to done
'checkid' is the number of the checkpoint where MVS should restart
execution. If the 'checkid' contains special characters, it must be
enclosed in apostrophes.
Examples:
//SYS023$$ JOB (TERW),BATCH,MSGLEVEL=(1,1),CLASS=W,
// RESTART=JS60.PS35 RESTART AT STEP PS35 IN JOB STEP JS60
//MASTLOAD JOB (23,2,1,1),'MASTER FILE LOAD',
// RESTART=STEP2.C0000009
//* RESTART AT CHECKPOINT NUMBER C0000009 IN JOB STEP STEP2