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 ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to run cobol program using jcl?
in ways data can be passed to a COBOL program from JCL?
How would you understand error(execution phase)?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How can a stopped job be started again?
How can the disposition of sysout datasets be set for an entire jobstream?
What is the function of a dd statement?
how to compare two datasets without using superce because output is limited to 133 bytes
List in order the hierarchical levels of jcl?
How do you access an uncatalogued dataset in a jcl?
What is the purpose of dd * statement in jcl?
what sort card you will use to copy the data from one dataset to another dataset?
What are the difference between jcl and jes?
How dummy is used in jcl?
Explain the function of the steplib dd statement?