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 |
What does the initialize statement do ?
what is the default print format? in cobol
1.What is the default print format in cobol?
Explain the configuration section of a cobol program with examples of syntax.
for an INITIALIZE and what keyword allows for an override of the default.
How to open and see copy book ?
What do you feel makes a good program?
maximum of how many screens we can open in emulator
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
How do you get the data to code the BMS macro?
how to check whether the open command of a sequential file is successful? or not?