What role does the "SORT" operation play in optimizing file handling performance in COBOL?
- It arranges data in ascending order for readability
- It helps in sorting large files for efficient processing
- It is used to concatenate multiple files
- It optimizes file storage for faster retrieval
The "SORT" operation in COBOL is used to arrange data in a specified order, facilitating efficient processing of large files by enabling easier retrieval based on the sorted key.
Loading...
Related Quiz
- Which COBOL statement is used for subtracting one numeric value from another?
- What does the "IDENTIFICATION DIVISION" in a COBOL program contain?
- Which COBOL file control verb is used to establish a connection between a COBOL program and an external file?
- What are duplicate records in the context of COBOL file handling?
- The COBOL intrinsic function FUNCTION ______ is commonly used for string manipulation.