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 ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / aishwarya
Just give a null statement after 6th step like // Any line
after null statement in jcl will not be executed. Hence
remaining steps will be skiped from 7 to 10. Simple
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / sivakumar sekharannair
me to belevive that answer 3 is the perfect answer
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / piyush mani
All answers r ok but most efficient way 2 do this is to use null indicator after 6th step.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
Answer / rajesh kumar.t
1.use COND par for each step.
2.comment the STEP7-10.
| Is This Answer Correct ? | 3 Yes | 4 No |
A dd statement consists of 4 fields. Name them?
what is the purpose of SYSOUT parameter in the DD statement?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
What is multithreading in jcl?
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
Does jcl support automatic restart?
Why do you use a control card?
Explain how can return codes be tested before execution of a job step?
what is use of space parameter in dd statement?
What statement marks the end of an in-stream or catalogued procedure?