What is the level number for REDEFINES Clause
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.