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
what is s000 u4087 error? please give the all error codes in cobol,jcl.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are declaratives and what are their uses in cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How to remove 2 duplicate records and copy only one using job control language?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Have you used comp and comp-3 in your project? And how?
how do you reference the variable unblock file formats from cobol programs
what is search and searchall?what is the diffrence between them?give an best example?
how do you reference the rrds file formats from cobol programs
What is inspect in cobol ?
How many bytes S(8) comp field occupy and its maximum value?
What is comp-1 and comp-2?