Multiple choice technology web technology

Which is used for Renames clause?

  1. 88

  2. 77

  3. 66

  4. 01

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

In COBOL, level number 66 is used for the RENAMES clause, which allows you to regroup existing data items under an alternative name for easier reference. Level 88 is for condition names, 77 is for independent data items, and 01 is for record-level descriptions. The RENAMES clause must immediately follow the last item it's renaming.