In Job, there are 10 steps. If I want to execute the first 6
steps and don't want to execute from 7th to 10th step. What
is the solution for this ?
Answer Posted / kamaldeep
Answer given by Satyanarayana(ans#1) if we use COND=(0.LE) in a step then only that step will be bypassed not all the steps after it. I have tried it, please try and revert back.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
is there any way to execute more than one proc in the same exec statement at the same time..?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
which parameter is used to check the syntax of a jcl without executing it?
Can I send output of job to my remote device careerride123?
How to submit a jcl from cics?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Matching Logic in Jcl not in cobol.Could any one please answer this question
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the function of the dd dcb keyword?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What happens if both JOBLIB & STEPLIB is specified ?
What are hierarchy levels in jcl?
How can an in-stream dataset be terminated?