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 is concatenating?
what is SOC4 error?
is there any way to execute more than one proc in the same exec statement at the same time..?
Can we use DISP=SHR in output file in JCL
Is condition checking possible in jcl? If yes, how?
Name the statement which can be used to send data to another mvs jes3 node?
Explain the purpose of dd dummy statement?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what is JCL?
Mention the types of job control statements?
What is the significance of addrspc parameter in exec statement?
What are the parameters that are used in creating a gdg?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Explain the hierarchy levels in jcl?