Programming Languages C Subjective
Mar 15, 2013

Give some advantages of REDEFINES clause?

Detailed Explanation

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.)

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback