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 / neha
we do use the code mentioned by the person who answered
first but we don't include step3 and step4 at one go.in
first step we include step 1 and 4 and then in the next
step we include step3 but the coding we use is the same.
for both steps....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure?
I need exexution process for JCL programs
For what purpose steplib and joblib are used ?
which utility is used to sort a file in jcl?
what is use of dsn parameter in dd statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is notcat 2 - gs?
Explain in DD statement what is the use of DCB parameter?
Can we call instream to catalog and catalog to instream?
How can a jobs execution priority be modified?
How can the attributes of one sms dataset be copied to another dataset?
What is the syntax of JCL statement?
What do you know about jcl?
what happens in conversion stage in job processing?