i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
Answer Posted / mahesh
I think its not possible because , always first step need
to execute, then based on the CC of the first step,
we can specify COND whether to SKIP or Process a Step in
JCl.
Note : You cannot use Restart Parameter in the above
cases. it is used only when the Job is Abended.
| Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
Is automatic restart possible in jcl?
How can an in-stream dataset be terminated?
What is the function of the steplib dd statement?
what is the compile process of cobol program expalin with code
Explain how can return codes be tested before execution of a job step?
Can an individual step be restricted from using all the jobs allowed cpu time?
Does jcl support automatic restart?
what are JCLLIB and STEPLIB in JCL?
what is the purpose of coding class parameter in job statement?
Can I send output of job to my remote device careerride123?
What is condition checking in jcl? Is this possible?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Suppose I have five jobs to do. But I want to hold one?
In job processing, what happens in conversion stage?
Must tape dataset definitions include vol=ser specifications?