What will happen if we generate GDG (+2) version without
generating (+1) version?
Answers were Sorted based on User's Feedback
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 |
What is the maximum data length for Numeric DataType ?
what happens when a copybook variables are declared using include statement ?
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
What is XDC ?
what are the control characters used in reports
file status 00 is checked after opening the file or reading the file
What is SDSF?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What type of Call you would use if you don;t want the control back to the calling program?
How to define a array dynamically.....
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.