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 / 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 |
Post New Answer View All Answers
whats the diff bw the evaluate also and and?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What is the function of the steplib dd statement?
What is the significance of addrspc parameter in exec statement?
What are the parameters that are used in creating a gdg?
How to override loadlib?
how can you check if a file is empty using jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How jcl is used for testing batch programs?
What is multithreading in jcl?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Differentiate between addressing mode and run mode.
How to run cobol program using jcl?
Explain about LMQUERY�give a dialog information about a data set