Ques: How can we code COND parameter in a JCL so that only
even steps (or only odd steps) get execute??
Answer Posted / vinodh
Your answer is correct!!
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is JCL?
What are the parameters that are used in creating a gdg?
What do you understand by the term job time – out and how can you overcome that?
List in order the hierarchical levels of jcl?
Describe the various parameters utilized in the creation of a gdg?
Explain the function of the dd dcb keyword?
Explain how can the submitting users racf authority be overridden in a job stream?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
how JCL works?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What are the parameter we cannot use in procedure?
Differentiate between addressing mode and run mode.
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.
What are the jcl procedures?
Is condition checking possible in jcl?