What is the purpose of using records and structures in COBOL?

  • To define individual data items
  • To enhance program logic
  • To group related data items together
  • To optimize program execution
Records and structures in COBOL are used to group related data items together. This allows for better organization of data and improves code readability by representing entities as a single unit.
Add your answer
Loading...

Leave a comment

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