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

if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.

4 Answers   IBM,


Explain how can values be passed from the job stream to an executable program?

0 Answers  


What is the differentiation between TRK,cyl, and Bytes... how they can be connected??

2 Answers  


When output dataset space is required, what quantity categories are used?

0 Answers  


what is use of dcb parameter in dd statement?

0 Answers   IBM,






how do u define a file in cobol and jcl ?

2 Answers   TCS,


There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?

3 Answers   ADP,


what is DSN in JCL and what are the parameters to declare the DSN?

0 Answers  


How to change default PROCLIB?

1 Answers  


what is a null indicator in db2?

5 Answers   Fiserv, IBM,


how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?

2 Answers   Steria, TCS,


How can a stopped job be started again?

0 Answers  


Categories