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.
Loading...
Related Quiz
- In COBOL, what does a relative file allow you to do that a sequential file does not?
- When using the EXTERNAL clause in COBOL, how can you ensure variable visibility across different programs?
- When declaring a table in COBOL, which clause specifies the number of occurrences?
- When working with arithmetic operations in COBOL, the ________ statement is used to control the flow of execution based on conditions.
- How can you ensure that a variable is accessible to multiple paragraphs within a procedure?