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 Cataloged Procedures?
List in order the hierarchical levels of jcl?
I need exexution process for JCL programs
What are the parameter we cannot use in procedure?
Are there any set of rules for the names of the steps used in a job? What are they?
In sms datasets, what is the function of the dd avgrec keyword?
Can I share my data with other jobs? How?
Is automatic restart possible in jcl? If yes, how?
Explain about LMQUERY�give a dialog information about a data set
How jcl is used for testing batch programs?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is one line to pass PARM from JCL to COBOL?
Is it possible to left uncode disp? If yes, how?
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 is the format of comment statement?