In My job I have 15 procs.and in each proc i have 3 steps.
i want to execute 3 step in proc 10.is it possible?
if possible how?
Answers were Sorted based on User's Feedback
Answer / madhavi chava
yes u can run the 3rd step of 10th proc by coding
exec=procstepname.stepname
procstepname is the step name where the 10th proc is used
and stepname is 3.
| Is This Answer Correct ? | 8 Yes | 3 No |
What u mean by include statement in JCL ?
What is the function of job statement in jcl?
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
What is the purpose of disp parameter?
how to count the number of members in pds?
How to submit jcl through a cobol program?
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
how to put a dependency on job in jcl using opc scheduler?
how to split a file
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,