i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / rakesh w
//jopbcard,restart=procstp.step5
//procstp exec proc1
//....
i.e restart=procstep.stepname
correct me if i am wrong
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
I need exexution process for JCL programs
How to override loadlib?
In job processing, what happens in conversion stage?
which parameter is used to check the syntax of a jcl without executing it?
How can a stopped job be started again?
Is it possible to define dd statements as you want?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How do you access an uncatalogued dataset in a jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
how you can access an uncataloged dataset in a JCL?
Explain the purpose of dd dummy statement?
Explain the function of dd disp parameter?
what are the types of abends that occur on job failure? And explain the possible causes of these
What is the syntax of JCL statement?
how to run batch program without jcl?