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 submit jcl through a cobol program?
How would you understand error(execution phase)?
is there any way to execute more than one proc in the same exec statement at the same time..?
what JCL Procedures?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
List the various advantages of using jcl language?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Name a few IBM utility programs, and explain its function.
Explain the purpose of dd * statement in jcl?
What is the purpose of disp parameter?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is jcl in mainframe?
What is the function of the steplib dd statement?