What will happen if we generate GDG (+2) version without
generating (+1) version?
Answer Posted / 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 |
Post New Answer View All Answers
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Can you please let me know the centre name of INS certification in Kolkata.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Are you comfortable in cobol or jcl?
explain sorting techniques in cobol program?
how to convert the recors form vsam file to db2 table tru file aid
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
How do you reference the fixed block file formats from cobol programs
Define cobol?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Describe the cobol database components?
What do you understand by psb and acb?
How you can characterize tables in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?