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 |
If your job fails at particular step then what would be the return code for next steps
what is inrec fields and outrec fields in sorting
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
Max. No of DD statements in a job ?
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
Which is the most widely used batch performance monitor for DB2?
Explain about LMCOPY -
Is automatic restart possible in jcl?
what is instream data
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
MOD, DELETE; What does a disposition of (,DELETE) mean ?