Max generations in GDG??

Answer Posted / devendranath

We can have Maximum of 255 GDG vesion for a base..

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between JES3 and JES2?

665


How is the record format of an output dataset specified?

726


how JCL works?

781


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

692


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

784






Explain the function of dd name parameter with a 2 part structure; audit.report?

881


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2149


How to submit a jcl from cics?

647


List in order the hierarchical levels of jcl?

652


Explain how can return codes be tested before execution of a job step?

808


Explain about ISPF/TSO Commands

1296


How can the disposition of sysout datasets be set for an entire jobstream?

824


Differentiate between addressing mode and run mode.

604


i want to store 20 digits . how will u do it in cobol ?

847


//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 /*

894