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

Answers were Sorted based on User's Feedback



if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will ther..

Answer / anil singh

There will not be any abend. The first 10 generations would
be deleted and only the last 50 generations will be stored.
For every addition more than the limit(50 here), the first
generation will be deleted. i.e, if 51st generation is
created, the first generation will be deleted, leaving only
50 generations at the end.

Is This Answer Correct ?    14 Yes 3 No

if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will ther..

Answer / nikhil

First 10 records will be uncataloged if one of the
parameter is empty but not deleted.
If parameters are Scratch & Empty then records will be get
deleted.

Is This Answer Correct ?    13 Yes 3 No

if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will ther..

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

if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will ther..

Answer / mahesh

Hi,
Questions seems not clear,
After creating the base ,you need to create Generation,
there you can put the records,

Thanks & Regards,
Mahesh

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More JCL Interview Questions

CAN ANYONE TELL ME WHAT IS "JOB-CARD"

4 Answers   Syntel,


how many types of sorts are there in jcl?

2 Answers   IBM,


How is a GDG base created?

5 Answers  


Suppose I have five jobs to do. But I want to hold one?

0 Answers  


i am trying to copy a PS file into VSAM file in step2 by using PGM=IDCAMS,COND=(0,LT) and the pS file is getting sorted in the step1. I got the return code 00 for step1 but step2 got flushed. can u please help on this. Below is My JCL. SEPP050 EXEC PGM=SORT,REGION=6144K SYSIN DD DSN=SYSCMN.PROD.CCLIB (F5910BNN), DISP=SHR SYSOUT DD SYSOUT=* SYSUDUMP DD SYSOUT=A SORTIN DD DSN=Z1225BT.F5910EPP.HISOUT, DISP=SHR SORTOUT DD DSN=Z1225BT.F5910EPP.HISOUT.SORTOUT5, DISP= (NEW,CATLG,DELETE),UNIT=DELQ, SPACE=(CYL, (500,500),RLSE), DCB= (RECFM=FB,LRECL=1606,BLKSIZE=16060,BUFNO=15) SORTWK01 DD UNIT=SYSDA,SPACE=(CYL, (1)) SORTWK02 DD UNIT=SYSDA,SPACE=(CYL, (1)) SORTWK03 DD UNIT=SYSDA,SPACE=(CYL, (1)) SORTWK04 DD UNIT=SYSDA,SPACE=(CYL, (1)) SYSIN1 DD UNIT=VIO,SPACE= (80,1) * SEPP060 EXEC PGM=IDCAMS,COND= (0,LT) SYSPRINT DD SYSOUT=* SYSOUT DD SYSOUT=* SYSLIST DD SYSOUT=* *** DD01 DD DSN=Z1225BT.F5910EPP.HISOUT.SORTOUT, // DISP=SHR //*** //DD01O DD DSN=Z1225BT.F5910PHS, // DISP=SHR, // AMP=(AMORG,'BUFND=12,BUFNI=5') //SYSIN DD DSN=SYSCMN.PROD.CCLIB(F5910BBB), // DISP=SHR Output RC for the two steps: SDCBPJ05 SEPP050 00 236 .00 .00 .0 SDCBPJ05 SEPP060 FLUSH 0 .00 .00 .0

3 Answers  


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

0 Answers   IBM,


Define concatenating?

0 Answers  


can i sort packed decimal if i can tell the syntax

1 Answers   Barclays,


What are the default system and catalog libraries in JCL?

2 Answers   Infosys,


What is a procedure?

1 Answers  


What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?

11 Answers   Tesco,


How do you skip a particular step in a proc/JOB?

5 Answers   CSC, CTS,


Categories