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
Are there any set of rules for the names of the steps used in a job?
Why block size is multiple of lrecl in jcl?
For what purpose steplib and joblib are used ?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
what is the compile process of cobol program expalin with code
How to submit jcl through a cobol program?
What do you understand by jcl?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the purpose of dd?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How to alter the parameters for the existing gdg?
Name what parameter directs the output of the job log dataset?
how can you check if a file is empty using jcl?
Explain the function of the dd dcb keyword?