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

In COBOL, the REDEFINES clause is specifically used at level 77 to allow different data descriptions to occupy the same storage location. Level 01 is for records, 02-49 are for group and elementary items, 66 is for RENAMES, 77 is for independent data items (where REDEFINES is used), and 88 is for condition names.