What will happen if we generate GDG +2 version instead of
+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 | 0 No |
how we rectify soc7 and soc4 errors in project?
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
What is the difference between subscript and index?
which generation language is cobol
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
In which area will you utilize 88 level items in cobol?
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
What is SDSF?
write a program to eliminate duplicate records in a input file and send them to output file.
What is difference between static and dynamic call in cobol?
How can we increase the size of an existing PDS to include more no. of modules.
What is the difference between copy and include in cobol?