In COBOL, a multi-dimensional array is often referred to as a _____ array.

  • COMP
  • GROUP
  • INDEX
  • OCCURS
In COBOL, when you define a multi-dimensional array, you use the OCCURS clause to specify the number of occurrences for each dimension. This creates a matrix-like structure, often referred to as an OCCURS array.
Add your answer
Loading...

Leave a comment

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