Max generations in GDG??

Answer Posted / kiran sharath

we can create max 255 gdg's

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name what parameter directs the output of the job log dataset?

547


What is the function of the dd mgmtclas keyword in sms datasets?

723


what is the use of IEBGENER utility?

642


How gdg are concatenated?

657


what is use of dsn parameter in dd statement?

657






I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8635


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


what is “Cond= even” and “Cond=only”?

722


Does jcl support automatic restart?

734


Are there any set of rules for the names of the steps used in a job? What are they?

600


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

602


what happens in conversion stage in job processing?

708


Explain the function of //jcllib statement?

687


What is the purpose of dd dummy statement?

926


How to do automated restart when a job abend?

773