Multiple choice technology programming languages

What is the level number for REDEFINES Clause

  1. 66

  2. 77

  3. 88

  4. 99

  5. 59

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Level number 77 is used for independent data items in COBOL Working-Storage section. These are elementary items that are not part of any group and can be redefined using the REDEFINES clause. Level 66 is used for RENAMES clause, 88 for condition names, and 01-49 for regular record descriptions.