In my job I have 6 steps. Step01,02,03...step06.
after executing step02 i want to skip step03 and want to
execute step04. and once step04 is done then I want to go
back and execute step03. once step03 is completed I want
execute step05, 06 and so on... can any one tell me how do
i do that???
Answer Posted / nidhi sharma
IT CAN BE DONE BY CONDITION STATEMENT
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the function of the dd avgrec keyword in sms datasets?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is the use of disp parameter?
Can we use DISP=SHR in output file in JCL
which parameter is use to declare the name of dataset in dd statement?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
State the uses of syspring, sysin, sort fields, sum fields and dummy.
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What dd statement is used to supply the name of a dataset?
Does jcl support automatic restart?
how do you access an uncataloged dataset in a jcl?
What is the use of symbol // in jcl?
what is the purpose of coding notify parameter in job statement?