Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

if my GDG limit has been kept as 50 and if am trying to put
60 records.what would happen. will there be any abend for
this scenario

Answer Posted / muttaiah

Guys,
Just understand the question and then answer accordingly.

He is creating the GDG base which can hold upto 50
generations. And he is trying to put 60 records in it.
Is there any relation between generation and number or
records?

@Poster:
Limit-50 indicates we can create 50 type of same files
Records- 60, you can put 'n' number of records in this 50
files until there is a space abend.

Hope this is clear.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

1176


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

1474


How dummy is used in jcl?

1202


Explain about LMQUERY�give a dialog information about a data set

1510


What is the purpose of disp parameter?

1174


What is condition checking in jcl? Is this possible?

1162


how JCL works?

1328


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

1529


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

2732


Is their any set of rules for dd? Explain.

1272


In job processing, what happens in execution stage?

1292


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1887


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

1297


if the submitter of a job wants to inform another user about the job completion, how can it be done?

1305


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?

1136