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.
Loading...
Related Quiz
- In COBOL, the ________ statement is used for performing complex arithmetic operations.
- In COBOL, the "DATA DIVISION" is responsible for defining data _____.
- Which file processing technique is suitable when you need to read records in the order they were added to the file?
- What is the purpose of file locking in COBOL when dealing with multi-user access?
- To perform integer division in COBOL, you can use the DIVIDE statement with the ________ phrase.