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
i need a small 3d program using inline and outline.
how do you reference the ksds vsam file formats from cobol programs
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What do you understand by psb and acb?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Write a program to enter and display the names of students in a class using the occurs clause.
what is difference between cobol and cobol/400
What is link edit in cobol?
What is the difference between next sentence and continue in cobol programing language?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is comp-1 and comp-2?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?