|
How do you restart a PROC from a particular step
JOB CONTROLL LANGUAGE (JCL) Interview Questions
(Continued from previous question...)
How do you restart a PROC from a particular step
In job card, specify RESTART = PROCSTEP.STEPNAME where PROCSTEP = name of the JCL step that invoked the PROC and STEPNAME = name of the PROC step where you want execution to start.
(Continued on next question...)
Other Interview Questions
|