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 / aaaaa
NO IT CANN'T BE DONE WITH CONDITION BUT I THINK FROM WHAT
ANIL HAS WRITTEN MIGHT WORK.......
CORRECT ME IF I AM WRONG!!!!!!!!!!
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what are the various stages of job processing?
what is DSN in JCL and what are the parameters to declare the DSN?
How to submit a jcl from cics?
how can the same proc be re-used and called by many jobs?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Name what parameter directs the output of the job log dataset?
What is multithreading in jcl?
What is the purpose of disp parameter?
What dd statement is used to supply the name of a dataset?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Can I share my data with other jobs? How?
Explain the function of //cntl statement?
How does jcl act on code(if you take a cobol program)?
How can a fb file convert to vb file using sort program?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY