Multiple choice technology mainframe

Use OCCURS clause at 01 level

  1. True

  2. False

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

In COBOL, the OCCURS clause creates table/array structures and must be defined at elementary (05 level or below), not at the 01 level which is reserved for group items. The 01 level represents the highest level in the record hierarchy and cannot have an OCCURS clause attached to it.