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 |
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
A job has 90 steps i want to execute only step7 and step15
How to search strings in multiple dataset with conditions 'string1 & string2'?
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
how to split a file
What is Cataloged Procedures?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?