Multiple choice technology mainframe OCCURS clause can be used except which level of variable 77 01 88 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.