When defining an array or table in COBOL, you must specify the _____ of elements it can hold.

  • INDEX
  • OCCURS
  • RANGE
  • SIZE
When defining an array or table in COBOL, the OCCURS clause is used to specify the number of elements it can hold. It determines the size or occurrence of the table, indicating how many times a data item should repeat.
Add your answer
Loading...

Leave a comment

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