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
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
what is a jcl?
how you can direct the data to spool using SYSOUT option?
Is it possible to left uncode disp?
In job processing, what happens in conversion stage?
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 are steplib and joblib?
What is the function of job statement in jcl?
what is use of dcb parameter in dd statement?
which parameter is used to check the syntax of a jcl without executing it?
what is use of space parameter in dd statement?
What is the motivation behind coding class parameter in job statement?
what is the JCL statement consists of?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
a dd statement has 2 types of parameters. Name them?