Multiple choice technology mainframe

OCCURS clause can be used except which level of variable

  1. 77

  2. 01

  3. 88

  4. 05

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

In COBOL, the OCCURS clause creates tables or arrays and cannot be used at the 01 level (record description entry). OCCURS can be used at levels 02-49, creating repeating data structures within a record.