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
How does the jcl specify the job to os?
what is SOC4 error?
How can the submitting users racf authority be overridden in a job stream?
What parameter directs the output of the job log dataset?
How to submit a jcl from cics?
What is the use of disp parameter?
Are there any set of rules for the names of the steps used in a job?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain how can a stopped job be started again?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Differentiate between addressing mode and run mode.
Does jcl support automatic restart?
Where & How Do You Code Identifier In Jcl?