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 / animesh
that can be done in jcl using some utility likkje jhsidate
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job?
what happens in execution stage in job processing?
Is automatic restart possible in jcl? If yes, how?
Suppose I have five jobs to do. But I want to hold one?
what is the use of JCL?
What is condition checking in jcl? Is this possible?
How to run cobol program using jcl?
What is the purpose of the dd keylen parameter?
What is the format of comment statement?
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) ?
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) ?
How to alter the parameters for the existing gdg?
is there any way to execute more than one proc in the same exec statement at the same time..?
What does a disposition of (new,catlg,keep) for a dsn mean?
How to submit jcl through a cobol program?