how to skip the steps in JCl
Answers were Sorted based on User's Feedback
Answer / abhijit18in2002
Just use COND(0,LE) at the step u dnt want to execute it
will be excluded
STEP01 EXEC PGM=IEFBR14
STEP02 EXEC PGM=IEFBR14,COND=(0,LE)
STEP03 EXEC PGM=IEFBR14
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / chowdary
to skip the steps in jcl we use restart or cond parameter
| Is This Answer Correct ? | 11 Yes | 2 No |
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
Explain how can the attributes of one sms dataset be copied to another dataset?
Explain in DD statement what is the use of DCB parameter?
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
In job processing, what happens in execution stage?
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
what is alternate index?