in a series of 10 steps, i need to run only 1,3,5,7 & 9th
steps only. how do u code?
Answer Posted / paray2x
You need to know what return codes Steps 1,3,5,7 and 9 will
give if they execute successfully. Based on that, you can
code COND parameter in STEPS 2,4,6,8 and 10 to bypass them.
This will help if you do not have IEBEDIT.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
When output dataset space is required, what quantity categories are used?
What is the difference between the positional and keyword parameters? Give examples.
Name what parameter directs the output of the job log dataset?
Is it possible to code instream data in a PROC?
what happens in execution stage in job processing?
How dummy is used in jcl?
how can the same proc be re-used and called by many jobs?
Explain the function of dd disp parameter?
Explain about LMFREE�free data set from its association with data ID
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Can we call instream to catalog and catalog to instream?
Explain the purpose of dd * statement in jcl?
How does jcl specify the job to the operating system?
How can an in-stream dataset be terminated?
Explain the function of the dd dcb keyword?