Answer Posted / suputhru
Use RESTART=step name.
for procs:
restart = jclstepname.procstepname
jclstepname:name of the jcl step which invoke the proc.
Procstepname : the prostep which you want to restart.
eg :jcl
if we need to restart from step2 in the proc...
//job1 job restart=s1.step2
//s1 exec proc1
....
proc:
//proc1 proc
//step1 exec=...
//step2 exec=... -----Here we are going to execute step2
//step3 exec=...
--- Hi SV, you given a awesome answer. keep it up.
-Sk.
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
What is job control language?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Can I send output of job to my remote device careerride123?
Can we use DISP=SHR in output file in JCL
What is jcl in mainframe?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what JCL Procedures?
What is the function of dd name parameter with a 2 part structure; audit.report?
In job processing, what happens in execution stage?
Suppose I have five jobs to do. But I want to hold one?
what are the various stages of job processing?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What is the difference between run mode and addressing mode?
Is condition checking possible in jcl?
What are the 2 types of parameters in dd statement?