The ________ clause in COBOL is used to specify the number of times a group data item can occur.

  • DEPENDING ON
  • INDEXED BY
  • OCCURS
  • REDEFINES
The OCCURS clause in COBOL is used to specify the number of times a group data item or an elementary data item can occur in a table or an array. It defines the occurrence of a particular data item or group.
Add your answer
Loading...

Leave a comment

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