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 / vidya
From 5th to 10th step, give COND parameter. Give the
condition as COND=(0,LE). As 0 is always less than or equal
to the return code of executing step it will bypass.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Explain about LMQUERY�give a dialog information about a data set
what are JCLLIB and STEPLIB in JCL?
What is concatenating?
For what purpose steplib and joblib are used ?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How to submit jcl through a cobol program?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
what is use of space parameter in dd statement?
When space is allocated for an output dataset, what units can be used?
Is automatic restart possible in jcl? If yes, how?
What does a disposition of (new,catlg,keep) for a dsn mean?
How does jcl act on a cobol code?
How to submit a jcl from cics?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the function of dd name parameter with a 2 part structure; audit.report?