Answer Posted / vish
To be more specific, COND parameter is used to determine
whether to execute a particular steps or steps based on the
return from a previous step (s). e.g. you may want to send
an email notification to someone ONLY if a particular Job
step abends or return a return code greater than acceptable
norm. In such situation the EMAIL STEP (ideally should be
the next step of the step whose notification is needed if
abend occurs) can be coded with COND=ONLY. Similarly
COND=EVEN will execute a step EVEN if the previous step
abended. We can specify two parameters for COND in oder for
the Job to decide whether to execute the step or not. e.g.
COND=(0,LE) - This will execute the step only if the return
code of the previous step is Zero.
| Is This Answer Correct ? | 10 Yes | 9 No |
Post New Answer View All Answers
What is the significance of addrspc parameter in exec statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
What are the jcl procedures?
How gdg are concatenated?
Brief description of inline procedure of jcl.
What is the purpose of dd dummy statement?
Is it possible to code instream data in a PROC?
which utility is used a dummy utility?
What is the syntax of JCL statement?
How do you access an uncatalogued dataset in a jcl?
Name the statement which can be used to send data to another mvs jes3 node?
What is the function of the steplib dd statement?
define cond parameter in jcl?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Are there any set of rules for the names of the steps used in a job? What are they?