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 is DSN parameter and DISP parameter is used for?
Must tape dataset definitions include vol=ser specifications?
What is the difference between the positional and keyword parameters? Give examples.
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Explain in DD statement what is the use of DCB parameter?
What is the function of the dd dcb keyword?
How does jcl act on code(if you take a cobol program)?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
whats the diff bw the evaluate also and and?
Does jcl support automatic restart?
how can the same proc be re-used and called by many jobs?
how JCL works?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is condition checking in jcl? Is this possible?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?