I have 5 generations in my GDG. How do I code in the JCL to
consider all the 5 versions of the GDG ?
Answer Posted / guest
limit=5,
no scratch,
no empty
| Is This Answer Correct ? | 9 Yes | 10 No |
Post New Answer View All Answers
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 do automated restart when a job abend?
what is use of disp parameter in dd statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How does jcl specify the job to the operating system?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Can I share my data with other jobs? How?
What is Cataloged Procedures?
how do you code a null statement?
what is the purpose of coding notify parameter in job statement?
How does jcl act on a cobol code?
how do you access an uncataloged dataset in a jcl?
How to pass data to a program that is coded in an exec statement?