Answer Posted / eswar
COND parameter in JCL to control the flow of execution steps.
It is very important parameter in JCL.COND can be coded at job level and step level,but always JOB level -COND will override the STEP level-COND.For example in JOB there are 10 steps,if i want to execute step4 only reaming steps are not executed then should mentioned RESTART parameter at JOB level.
i.e.,RESTART=STEP4 at JOB LEVEL and give JCL end (//)after step4,Then the control directly goes to at that particular step and execute that step only.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
what is a jcl?
what is the resolution for sb37 error
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Give the syntax of job specifying jcl statement.
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Name what parameter directs the output of the job log dataset?
How does jcl specify the job to the operating system?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is the function of the dd dcb keyword?
how do you code a null statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Explain about LMFREE�free data set from its association with data ID