How do you restart a PROC from a particular step?
Answers were Sorted based on User's Feedback
Answer / guest
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
| Is This Answer Correct ? | 44 Yes | 8 No |
Answer / 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 |
how can we override data definitions in jcl. can any one give detailed example
Why do you want to specify the REGION parameter in a JCL step?
How to submit a jcl from cics?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
if we give TIME=0 how many sec that job/step
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
what is the difference between return code and maxcc?
How to send data from cobol program to jcl?
can u execute a proc from another proc?
Can we use DISP=SHR in output file in JCL
What statement can be used to send data to another mvs jes3 node?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u