Multiple choice technology mainframe

Sorting in the cobol program is considered as external sorting.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When a COBOL program performs sorting operations (via SORT verb), it typically invokes external sort utilities provided by the operating system or runtime environment rather than implementing the sort algorithm internally. This external sorting leverages optimized system utilities for efficient data processing, making the statement True.