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 would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?

6 Answers  


Write the code implementing the perform … varying.

0 Answers  


Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.

3 Answers  


what is linkcard in cobol?

1 Answers   TCS,


Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?

2 Answers   TCS,


what is scope terminator

2 Answers   IBM,


Can we change the password using ALTER? anyone tried and changed?

0 Answers   IBM,


can any one help -s806

6 Answers  


What is the default value of DISP parameter?

3 Answers   IBM,


How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".

3 Answers  


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

0 Answers  


In EBCDIC, how would the number 1234 be stored?

2 Answers   TCS,


Categories