A ____________ array is one where the OCCURS clause is nested within another OCCURS clause in COBOL.

  • Dynamic
  • Hierarchical
  • Multidimensional
  • Nested
A nested array in COBOL is created when the OCCURS clause is used within another OCCURS clause. This allows for the creation of more complex data structures, such as tables of tables or matrices.
Add your answer
Loading...

Leave a comment

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