In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd .
Where do you generate the date ??in cobol or JCL ??
Answer Posted / sv
One can either use UT22000 utility to pass the Date else in
program also Date utility can be called and generated.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What do you understand by the terms: joblib and steplib?
How to do automated restart when a job abend?
How jcl is used for testing batch programs?
How to pass the parameter in parm using linkage section ? (syntax)?
How is a type of file defined in the jcl that executes the cobol program?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Explain the purpose of dd dummy statement?
List the various advantages of using jcl language?
In sms datasets, what is the function of the dd mgmtclas keyword?
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 purpose of the dd keylen parameter?
Explain the function of a dd statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the significance of addrspc parameter in exec statement?