What is a COBOL group data item?

  • A data item defined at the group level in COBOL
  • A data item that groups multiple values together
  • A data item that only contains elementary items
  • A data item with a picture clause
A COBOL group data item is defined at the group level and serves as a container for other data items. It can include both elementary and other group data items, providing a way to structure and organize related data in a program.
Add your answer
Loading...

Leave a comment

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