Give some advantages of REDEFINES clause?
Submitted by: Administrator1. 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.)
Submitted by: Administrator
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.)
Submitted by: Administrator
Read Online Cobol Job Interview Questions And Answers
Top Cobol Questions
| ☺ | What divisions, sections and paragraphs are mandatory for a COBOL program? |
| ☺ | How is sign stored in Packed Decimal fields and Zoned Decimal fields? |
| ☺ | What the difference is between CONTINUE and NEXT SENTENCE ? |
| ☺ | Give some advantages of REDEFINES clause? |
| ☺ | How do you code COBOL to access a parameter that has been defined in JCL? And do you code the PARM parameter on the EXEC line in JCL? |
Top Coding/Programming Categories
| ☺ | Python Interview Questions. |
| ☺ | OOP Interview Questions. |
| ☺ | Software engineering Interview Questions. |
| ☺ | PHP Interview Questions. |
| ☺ | VBA (Visual Basic for Applications) Interview Questions. |
