Answer Posted / xyz
Specifies whether the JOB should continue or terminate
depending on the outcome of any step in the JOB
Before each step is executed, the system checks the COND
parameter against the return code from completed JOB step
If satisfied, the system terminates the JOB, else it
executes the JOB
Format is COND=((code, operator), (code, operator)…)
| Is This Answer Correct ? | 46 Yes | 10 No |
Post New Answer View All Answers
Is it possible to code instream data in a PROC?
What are the 4 fields in dd statement?
Explain about LMFREE�free data set from its association with data ID
what is the use of JCL?
How does jcl specify the job to the operating system?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How can an in-stream dataset be terminated?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What are some jcl statements that are not allowed in procedures?
What is the motivation behind coding class parameter in job statement?
What is the purpose of dd * statement in jcl?
Are there any set of rules for the names of the steps used in a job?
Explain how can the attributes of one sms dataset be copied to another dataset?
how you can access an uncataloged dataset in a JCL?
What is catelog procedure and how many catelog procedure to use in one job?