To access a specific element within a table, you typically use an _____ variable.

  • INDEX
  • OCCURS
  • RANGE
  • SIZE
To access a specific element within a table in COBOL, you typically use an INDEX variable. The INDEX variable represents the position of the element within the table and is used to navigate and retrieve data from the array.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *