Answer Posted / guest
COND is a condition parameter, consists of 2 sub parameters,
1st - return code from the previous step, 2nd - condition.
If COND is true, the step on which COND is coded will be
BYPASSED.
| Is This Answer Correct ? | 30 Yes | 5 No |
Post New Answer View All Answers
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is the function of job statement in jcl?
What are some jcl statements that are not allowed in procedures?
What is the purpose of disp parameter?
what is DD statement is used in JCL?
What are steplib and joblib?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Must tape dataset definitions include vol=ser specifications?
What are hierarchy levels in jcl?
What do you understand by the term notcat 2 – gs?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what are JCLLIB and STEPLIB in JCL?
what is “Cond= even” and “Cond=only”?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.