IF WE GIVE COND on step3 then, What does the following mean ?
And Just adding to that, All the below COND are VALID as per
the specifications.
(i) COND = (8,LT,step1,step2) ---(AND/OR ?)
(ii) COND = (8,LT,step1,step2, ONLY),
(iii) COND = (8,LT,step1,ONLY) will it execute only if this
condition is true or only if step1 ABENDS ?
(iv) COND = (8,LT,step1,step2,EVEN),
(v) COND = (8,LT,step1,EVEN) ?
Answer Posted / validat or
All the above COND are INVALID as per
the specifications.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what JCL Procedures?
How to run cobol program using jcl?
what is the resolution for sb37 error
How to do automated restart when a job abend?
How do you access an uncatalogued dataset in a jcl?
How can a jobs execution priority be modified?
How does jcl act on code(if you take a cobol program)?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain dfsort utility?
define cond parameter in jcl?
Is their any limit for data sets?
Differentiate between the joblib and the steplib statements?
when can a job time-out occur? How to overcome that?
what are the statements that are not valid to be included in an include statement?