Cobol Question:

Download Job Interview Questions and Answers PDF

Give some advantages of REDEFINES clause?

Cobol Interview Question
Cobol Interview Question

Answer:

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

Download Cobol Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between static call and Dynamic call?How to execute a set of JCL statements from a COBOL program?