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
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 |
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 |
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 |
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 |
if we give two job cards in a single what happens
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
How can a jobs execution priority be modified?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
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 ?
How to do automated restart when a job abend?
what happens if job falls in loop ? how to resolve it ?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How do you designate a comment in JCL?
how to skip the steps in JCl
A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3