What will happen if we try to create GDG (+2) generaton
instead of (+1) generation?
Answer / varun v
It will create a GDG generation which is one ahead of the
current generation.
Example:
Suppose the current generation is ***.G0001V00
and now instead of creating (+1), you have given (+2) in
your JCL and submitted the job. Now the new generation
created will be ***.G0003V00
Similarly if you give (+4) in the JCL, the new generation
created will be ***.G0005V00
| Is This Answer Correct ? | 19 Yes | 2 No |
A s9(4). B v9(4) value 0.21 can i move this?
What is length is cobol?
What is the difference between performing a SECTION and a PARAGRAPH?
How are the next sentence and continue different from each other?
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
How can you display the SPOOL information ?
What are the different data types available in COBOL?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
can we use reference modification an arry.
how can we get current dat and time thru cobol pgm
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
What is the default value of DISP for temp datasets