In Job, there are 10 steps. If I want to execute the first 6
steps and don't want to execute from 7th to 10th step. What
is the solution for this ?
Answer Posted / satyanarayana
execute the steps till 6th step and in the 7 the step we
need to give the positive conditin like COND = (0 LE)which
is always true. so all the steps from 7 th step will be
bypassed.
thanks
satya
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what is the compile process of cobol program expalin with code
Explain how can the attributes of one sms dataset be copied to another dataset?
How do you submit a job for execution?
what is the use of JCL?
Explain the job statement in jcl?
What are the parameters that are used in creating a gdg?
How can values be passed from the job stream to an executable program?
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
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?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
In job processing, what happens in conversion stage?
How do you access an uncatalogued dataset in a jcl?
how you can access an uncataloged dataset in a JCL?
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