Which file processing technique is suitable when you need to read records in the order they were added to the file?

  • Dynamic file processing
  • Indexed file processing
  • Relative file processing
  • Sequential file processing
Sequential file processing in COBOL is suitable when you need to read records in the order they were added to the file. This ensures that records are processed in the same sequence they were inserted, which is beneficial in scenarios where chronological order matters.
Add your answer
Loading...

Leave a comment

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