In COBOL, the ____________ operation can be used to efficiently merge and process large sorted files.

  • Add
  • Merge
  • Merge-Sort
  • SORT
The SORT verb in COBOL is used for sorting files. It efficiently merges and processes large sorted files, ensuring data integrity and facilitating various operations like merging, copying, and rearranging records.
Add your answer
Loading...

Leave a comment

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