How are COBOL structures different from simple data items?

  • COBOL structures are always stored in binary format, while simple data items are stored in ASCII format
  • COBOL structures are not supported in modern programming
  • COBOL structures are used only for numeric data, while simple data items are used for alphanumeric data
  • COBOL structures group related data items, while simple data items represent individual elements
COBOL structures differ from simple data items as they are used to group related data items together, providing a way to represent complex entities. Simple data items, on the other hand, represent individual elements without grouping.
Add your answer
Loading...

Leave a comment

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