In COBOL, the OCCURS clause can be used to define a group data item with a ________ number of occurrences.

  • Dynamic
  • Fixed
  • Limited
  • Variable
The OCCURS clause in COBOL is used to define a group data item with a variable number of occurrences. It allows you to create arrays or tables with a dynamic size, providing flexibility in handling data elements.
Add your answer
Loading...

Leave a comment

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