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
how to compare two datasets without using superce because output is limited to 133 bytes
what happens in conversion stage in job processing?
What is the function of //cntl statement?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Is it possible to define dd statements as you want?
How does jcl specify the job to the operating system?
How would you understand error(execution phase)?
Is automatic restart possible in jcl?
Describe the various parameters utilized in the creation of a gdg?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How to alter the parameters for the existing gdg?
what is use of dcb parameter in dd statement?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What are the jcl procedures?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file