Multiple choice technology mainframe

COBOL Internal SORT and MERGE is actually done by DFSORT

  1. True

  2. False

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

COBOL's Internal SORT and MERGE are high-level language constructs that internally delegate the actual sorting work to DFSORT, IBM's optimized sort/merge utility. This design allows COBOL programs to perform efficient sorting operations without implementing sort algorithms themselves. The statement is true because DFSORT is the underlying engine that processes the sort operations specified in COBOL programs.