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

Answers were Sorted based on User's Feedback



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

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

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

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

Post New Answer

More COBOL Interview Questions

How is sign stored in a comp-3 field?

7 Answers  


what is a load module ?

3 Answers   TCS,


can we use the two 01 level in file discription ?

6 Answers  


what is search and searchall?what is the diffrence between them?give an best example?

3 Answers   BirlaSoft,


What is an explicit scope terminator?

3 Answers  






Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.

6 Answers   EDS,


What is the different between index and subscript?

3 Answers  


how to refer the data field?

0 Answers  


I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...

2 Answers   CTS, DSRC,


What divisions, sections and paragraphs are mandatory for a COBOL program?

8 Answers   Arigo Infotech,


where do we use dyanamic call ? and where do we use static call pls give any example pls ?

3 Answers   Patni,


What is the use of intialize verb?

0 Answers  


Categories