in a series of 10 steps, i need to run only 1,3,5,7 & 9th
steps only. how do u code?
Answer Posted / paray2x
You need to know what return codes Steps 1,3,5,7 and 9 will
give if they execute successfully. Based on that, you can
code COND parameter in STEPS 2,4,6,8 and 10 to bypass them.
This will help if you do not have IEBEDIT.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the function of //cntl statement?
Brief description of inline procedure of jcl.
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what sort card you will use to copy the data from one dataset to another dataset?
What do you understand by jcl?
how do you access an uncataloged dataset in a jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Is automatic restart possible in jcl?
what are the statements that are not valid to be included in an include statement?
What is the maximum length of a single line of jcl?
how can you check if a file is empty using jcl?
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?
Define concatenating?
what happens in conversion stage in job processing?
what operation is performed by job statement?