Answer Posted / vivek kumar
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.
Eg. suppose a catalog proc having 5 steps.
//myproc proc
//step1 exec pgm=...
//step2 .......
//step3 .......
//step4 .......
//step5 .......
suppose i have restrat this proc from step3
so in the job statment i have mentioned
//NMNP2VT JOB ,'PM111-010',MSGCLASS=S,CLASS=Q,
RESTART = PRC010.STEP3
//JOBLIB DD DSN=......
//PRC010 EXEC PROC = myproc
//....
//......
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
Explain how can return codes be tested before execution of a job step?
what is the use of JCL?
What do you know about jcl?
Is automatic restart possible in jcl?
What are the parameters that are used in creating a gdg?
How is the record format of an output dataset specified?
How to pass the parameter in parm using linkage section ? (syntax)?
Explain the function of dd disp parameter?
Mention the types of job control statements?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Explain about ISPF/TSO Commands
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE