what is internal sort and external sort ?
which is preferable ?
Answer Posted / 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 View All Answers
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How are the next sentence and continue different from each other?
explain sorting techniques in cobol program?
What is a scope terminator give example?
example for sub strings ? and refernce modifications whit output pls
Write a program that uses move corresponding.
Write the code implementing the perform … varying.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Name the divisions, which are available in a cobol program?
What are declaratives and what are their uses in cobol?
What is a report item?
) How do u handle errors in BMS macro
How you can read the file from bottom?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?