How can you access individual data items within a COBOL group data item?

  • By specifying the offset within the group item
  • By using the INDEXED BY clause
  • By using the LEVEL NUMBER clause
  • By using the OCCURS clause
Individual data items within a COBOL group data item can be accessed by specifying the offset within the group item. This offset is used to navigate to a specific data item within the group.
Add your answer
Loading...

Leave a comment

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