In a COBOL application, you need to process a large transaction log file sequentially. Which file organization would be most appropriate for this scenario?

  • Indexed
  • Line Sequential
  • Relative
  • Sequential
For processing files sequentially, the Sequential file organization is the most appropriate in COBOL. It allows reading records in the order they appear in the file, which is efficient for large transaction log files.
Add your answer
Loading...

Leave a comment

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