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 / shridhar
Two options:
1. GDG base.
2. GDG(0) to GDG(5).
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is the function of the dd avgrec keyword in sms datasets?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain the hierarchy levels in jcl?
What is the motivation behind coding class parameter in job statement?
what is a jcl?
Explain the function of the steplib dd statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
List the different jcl statements that are not permitted in the procedures?
How to pass the parameter in parm using linkage section ? (syntax)?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
i want to store 20 digits . how will u do it in cobol ?
What does a disposition of (new,catlg,keep) for a dsn mean?
How to submit jcl through a cobol program?
What statement can be used to send data to another mvs jes3 node?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK