i created one base gdg with lrecl = 100 , now i need to create
versions with different lrecl =150,200 can it be possible to
create like tht ?
Answer Posted / prijey
GDG Base is not associated with the record length. So the
versions can have different record length. For example
version 1 can have 150 and version 2 can have 200 as record
length.
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How to override loadlib?
Is their any limit for data sets?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Must tape dataset definitions include vol=ser specifications?
Explain about ISPF/TSO Commands
what is the use of IEBGENER utility?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is JCL?
Explain about LMFREE�free data set from its association with data ID
What is timing concept in mainframe?
How to pass the parameter in parm using linkage section ? (syntax)?
Explain the function of //cntl statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?