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 / kamaldeep
Answer given by Satyanarayana(ans#1) if we use COND=(0.LE) in a step then only that step will be bypassed not all the steps after it. I have tried it, please try and revert back.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the function of //cntl statement?
How to do automated restart when a job abend?
When output dataset space is required, what quantity categories are used?
What is the function of the dd avgrec keyword in sms datasets?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How do you submit a job for execution?
How gdg are concatenated?
what is the use of JCL?
Explain the function of a dd statement?
what is the JCL statement consists of?
Is there any command to check wether the ps file is in sorted order?
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
what is DSN in JCL and what are the parameters to declare the DSN?
What is one line to pass PARM from JCL to COBOL?