Multiple choice technology mainframe

Index is only used by

  1. SET

  2. SEARCH

  3. PERFORM

  4. All the above

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

In COBOL, the INDEX command creates an index for a table that can then be used by the SEARCH statement to efficiently locate specific table entries. The SEARCH operation requires an index to perform optimized lookups through the table.