Your COBOL program needs to process a large dataset of financial transactions that must be read in a specific order. Which file processing technique is most appropriate?

  • Indexed processing
  • Relative processing
  • Sequential processing
  • Sort the dataset before processing
For processing data in a specific order, Sequential processing is appropriate. This ensures that records are processed in the order they appear in the file.
Add your answer
Loading...

Leave a comment

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