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
How to pass the parameter in parm using linkage section ? (syntax)?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what is the difference between JES3 and JES2?
Explain how can the submitting users racf authority be overridden in a job stream?
What is the purpose of the dd keylen parameter?
What is notcat 2 - gs?
in ways data can be passed to a COBOL program from JCL?
How jcl work to handle various input output file operations?
Explain about LMQUERY�give a dialog information about a data set
What happens if both JOBLIB & STEPLIB is specified ?
how do you code a null statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.