Answer Posted / yaswanth kumar j
Use the COND parameter to test return codes from previous
job steps and determine whether to bypass this job step.
You can specify one or more tests on the COND parameter,
and you can test return codes from particular job steps or
from every job step that has completed processing. If any
of the test conditions are satisfied, the system evaluates
the COND parameter as true and bypasses the job step. If
none of the test conditions specified on the COND parameter
are satisfied, the system evaluates the COND parameter as
false and executes the job step.
SYNTAX:
COND[.procstepname] =
(code,operator)
COND[.procstepname] = ((code,operator[,stepname]
[.procstepname])
[,(code,operator[,stepname][.procstepname])]...
[,EVEN])
[,ONLY]
COND=EVEN
COND=ONLY
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
what is the use of IEBGENER utility?
Must tape dataset definitions include vol=ser specifications?
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Explain how can a stopped job be started again?
How can a jobs execution priority be modified?
What is the function of the steplib dd statement?
Is their any set of rules for dd? Explain.
Name what parameter directs the output of the job log dataset?
what is the compile process of cobol program expalin with code
Define concatenating?
Is condition checking possible in jcl?
What do you understand by the terms: joblib and steplib?
what is use of dsn parameter in dd statement?
how you can direct the data to spool using SYSOUT option?