Cobol Question:

What is Redefines clause?

Cobol Interview Question
Cobol Interview Question

Answers:

Answer #1
Redefines clause is used to allow the same storage allocation to be referenced by different data names.

Answer #2
It is used to share common storage area among different data items.


Previous QuestionNext Question
How many sections are there in data division?What is the different between index and subscript?