The COBOL SORT statement requires the use of an _____ PROCEDURE to perform actions on records during the sorting process.

  • EXCEPTION
  • I/O
  • INPUT
  • OUTPUT
The SORT statement in COBOL requires an OUTPUT PROCEDURE. This procedure defines the actions to be performed on records during the sorting process, such as writing sorted records to an output file.
Add your answer
Loading...

Leave a comment

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