What is the primary characteristic of a sequential file organization in COBOL?

  • Records are stored in a consecutive order based on a key field
  • Records are stored in a tree-like structure
  • Records are stored randomly across the file
  • Records can be directly accessed using an index
In a sequential file organization, records are stored in consecutive order based on a key field. This allows for easy retrieval of records in the order they were added to the file.
Add your answer
Loading...

Leave a comment

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