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 |
How do you set a return code to the JCL from a COBOL program?
how can we get current dat and time thru cobol pgm
What are VS COBOL 11 special features?
What type of Call you would use if you don;t want the control back to the calling program?
Write down the divisions of cobol program?
How include time & date in the report generation in cobol programing?
write a program to eliminate duplicate records in a input file and send them to output file.
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
What is Control Break processing ?
How to display the index.(displacement from an array)
What is difference between comp & comp-4?
What does the initialize statement do ?