what is internal sort and external sort ?
which is preferable ?

Answer Posted / tejas sheth

Hi

For internal sort you need to code a program by specifying
the sort criteria and that the program need to be compiled
and linked.

But in case of External sort there is no need for coding the
program.Moreover you can change the sort criteria just by
changing the sort parameters that passed thru the SYSIN card.

So the external sort is more efficient compared to internal
sort.

Is This Answer Correct ?    24 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

667


What is the usage of comp fields in cobol?

643


how do you reference the ksds vsam file formats from cobol programs

641


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1939


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

694






What is amode(31)

710


Difference between array and sub-script ?

1147


Which division and paragraphs are mandatory for a COBOL program?

699


Why occurs cannot be used in 01 level in COBOL?

701


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

664


How you can read the file from bottom?

648


What is a report item?

725


Describe the cobol database components?

664


What are the rules of the move verb?

689


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

880