The _____ file organization in COBOL is used for storing records in the order they are written.

  • Indexed
  • Random
  • Relative
  • Sequential
In COBOL, a Sequential file organization is used to store records in the order they are written. This means that records are stored one after another, and the order of records is maintained based on their physical placement in the file.
Add your answer
Loading...

Leave a comment

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