Give some advantages of REDEFINES clause?
Answers were Sorted based on User's Feedback
Answer / mahathiaz
1. You can REDEFINE a Variable from one PICTURE class to
another PICTURE class by using the same memory
location.
2. By REDEFINES we can INITIALISE the variable in
WORKING-STORAGE Section itself.
3. We can REDEFINE a Single Variable into so many sub
variables. (This facility is very useful in solving Y2000
Problem.)
| Is This Answer Correct ? | 23 Yes | 1 No |
how to refer the data field?
In which area will you utilize 88 level items in cobol?
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
If I want to increase the Limit in GDG. What should I do?
In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
1.What is the default print format in cobol?
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
What are the access modes of START statement?
What is the use of LINKAGE SECTION?
What are decleratives in COBOL ?
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?