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
What guidelines should be followed to write a structured cobol prgm?
Discuss about changing dataset name in proc.
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between next sentence and continue in cobol programing language?
How do define dynamic array in cobol.
How do get the result of your program directly on your pc?
Define cobol?
How to print 10 to 1 if the input have only 10 digit number?
how to access the file from prodution from changeman tool and to submit a file to production
How do you define a variable of comp-1 and comp-2?
In COBOL, what is the different between index and subscript?
What are the pertinent COBOL commands?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are the different rules to perform a Search?
What type of SDLC u followed? Why?