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