What is GDG and what is the maximum limit of versions that
can be created?
Answer Posted / vinod
gdg are noting but the group of datasets which are
chronologically and functionally related. the use of gdg is
to keep track the record keeping system.
max catalogue gdg's are 255.
each generation can contain 100 version ie from 0 to 99
this gdg and versions are used to identify the particular
dataset.
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
What are steplib and joblib?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
when does a dataset go uncataloged?
What are the difference between jcl and jes?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
what is use of disp parameter in dd statement?
What is the function of dd name parameter with a 2 part structure; audit.report?
How can a jobs execution priority be modified?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
i want to store 20 digits . how will u do it in cobol ?
Explain how can the submitting users racf authority be overridden in a job stream?
Explain the purpose of dd * statement in jcl?
Is it possible to code instream data in a PROC?