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

suppose i have 10 job steps and i want to execute only step 6.How to write?

6 Answers  


what is the purpose of coding class parameter in job statement?

0 Answers   IBM,


Hi, can any one tell about " How do u eliminate the duplicates "

2 Answers   Cap Gemini,


What is 'S0C7' abend?

9 Answers  


Can we browse or edit the GDG dataset if it is a tape entry?

4 Answers  






How to copy one PS file to multiple PS files with same data?

1 Answers  


how do u see jobs submitted before ur job ?

1 Answers  


what are the options in file-aid to edit vsam dataset and to compare data sets.

2 Answers   Ocwen,


What is the purpose of dd * statement in jcl?

0 Answers  


When space is allocated for an output dataset, what units can be used?

0 Answers  


What does S0C4 error mean?

8 Answers  


I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.

5 Answers   Bank Of America,


Categories