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.
Add your answer
Loading...

Leave a comment

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