Multiple choice technology mainframe

Indexes defined for an array cannot be displayed in a COBOL program.

  1. True

  2. False

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

In COBOL, array indexes (also called subscripts) are internal working-storage variables used to access table elements. These indexes are defined in the WORKING-STORAGE section and can be displayed using standard DISPLAY statements like other data items, but the question's wording suggests it refers to internal implementation details not directly visible.