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?
how would you create a temporary dataset? And where will you use them?
What is the use of disp parameter?
How to run cobol program using jcl?
What is concatenating?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What are the 4 fields in dd statement?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
whats the diff bw the evaluate also and and?
what is a jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
how can you check if a file is empty using jcl?
what happens in execution stage in job processing?