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
how you can direct the data to spool using SYSOUT option?
What is the purpose of dd dummy statement?
what is the resolution for sb37 error
Explain the function of a dd statement?
What is the maximum length of a single line of jcl?
What is concatenating?
What are the difference between jcl and jes?
Name the statement which can be used to send data to another mvs jes3 node?
Explain the function of dd name parameter with a 2 part structure; audit.report?
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?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
I need exexution process for JCL programs
What parameter of the job statement is used to limit the cpu time consumed by the job?
what JCL Procedures?
Differentiate between the joblib and the steplib statements?