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 / shailendra
chang the step according to requirment
//step1
//step2
//step4
//step3
//step5
....
..
.....
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
Differentiate between the joblib and the steplib statements?
What is the format of comment statement?
What is Cataloged Procedures?
Explain the hierarchy levels in jcl?
what is JCL?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
For what purpose steplib and joblib are used ?
what is DD statement is used in JCL?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what is the purpose of coding class parameter in job statement?
Is it possible to define dd statements as you want?
whats the diff bw the evaluate also and and?
What is the function of the dd mgmtclas keyword in sms datasets?
is there any way to execute more than one proc in the same exec statement at the same time..?
Explain how can return codes be tested before execution of a job step?