I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / praveen kumar bejjanki
There are two ways in order to achieve this.
1. Give a null statement(//) after step5
2. Give the cond parameter starting from step6 through
step10 as cond=(0,le). This parameter will bypasses the
step6 through step10 as it satisfies the cond for any of
the RC(return code).
Is there any other way, kindly let me know.....
Thanks!
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What parameter directs the output of the job log dataset?
What are the jcl procedures?
what is “Cond= even” and “Cond=only”?
What is the function of //jcllib statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How can a stopped job be started again?
Where can program checkpoints be stored for use in a restart?
What statement can be used to send data to another mvs jes3 node?
For what purpose steplib and joblib are used ?
How to submit a jcl from cics?
What is the function of a dd statement?
which parameter is used to check the syntax of a jcl without executing it?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is the purpose of dd dummy statement?