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
Is condition checking possible in jcl? If yes, how?
What is the difference between the positional and keyword parameters? Give examples.
What is the format of comment statement?
What are steplib and joblib? What for they are used?
what is the use of IEBGENER utility?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Explain the function of //jcllib statement?
What are the 4 fields in dd statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What is the function of the dd mgmtclas keyword in sms datasets?
Is it possible to left uncode disp?
Is automatic restart possible in jcl? If yes, how?
what operation is performed by job statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?