Cobol Question: Download Cobol PDF

Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

Tweet Share WhatsApp

Answer:

An external sort is not COBOL; it is performed through JCL and PGM=SORT. It is understandable without any code reference. An internal sort can use two different syntax’s 1.) USING, GIVING sorts are comparable to external sorts with no extra file processing; 2) INPUT PROCEDURE, OUTPUT PROCEDURE sorts allow for data manipulation before and/or after the sort.

Download Cobol PDF Read All 110 Cobol Questions
Previous QuestionNext Question
What is the difference between comp and comp-3 usage Explain other COBOL usages?Explain how to differentiate call by context by comparing it to other calls?