In a COBOL program for inventory management, you have to define a data structure for product information with several attributes. Which COBOL clause would be suitable for this purpose?

  • GROUP
  • OCCURS
  • RECORD
  • REDEFINES
The GROUP clause in COBOL is used to define a data structure that consists of multiple elementary and group data items. It allows you to group related fields together to represent complex data structures, such as product information in inventory management.
Add your answer
Loading...

Leave a comment

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