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 / bala
Give COND=(99,NE)for all the other steps following STEP5.
Its skips those steps.
Also, a Null (//) given after STEP5 does the same.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to override loadlib?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How to submit jcl through a cobol program?
what is the purpose of coding class parameter in job statement?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Can I send output of job to my remote device careerride123?
What are steplib and joblib?
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?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain about LMFREE�free data set from its association with data ID
what happens in execution stage in job processing?
what is a jcl?
what is the difference between JES3 and JES2?