what is internal sort and external sort ?
which is preferable ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / udhaya
the internal sorting can reside in main memory....external
use secondary memory.....
-internal sorting is independent of time to read/write a
record...external ids dependent on the same
-internal sorting takes input only which can be fit into
its memory...i.e. it takes small input....whereas external
sorting can take as much as large input...
| Is This Answer Correct ? | 17 Yes | 3 No |
Name the divisions, which are available in a cobol program?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
i need a small 3d program using inline and outline.
How to display the index.(displacement from an array)
for an INITIALIZE and what keyword allows for an override of the default.
Under which scenario you would go for a static call as opposed to dynamic call?
how do you reference the rrds file formats from cobol programs
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
What is difference between comp & comp-4?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
what is filler and what is use of filler