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 can a jobs execution priority be modified?
Explain how can a stopped job be started again?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is concatenating?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what are the statements that are not valid to be included in an include statement?
How to do automated restart when a job abend?
What are the jcl procedures?
Is their any set of rules for dd? Explain.
how can the same proc be re-used and called by many jobs?
How can the disposition of sysout datasets be set for an entire jobstream?
How can an in-stream dataset be terminated?
what JCL Procedures?
What is the function of the steplib dd statement?