what is internal sort and external sort ?
which is preferable ?
Answer Posted / 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 |
Post New Answer View All Answers
What is an in line perform? When would you use it? Anything else you wish to say about it.
What are the cobol coding sheets?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How do you differentiate between cobol and cobol-ii?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the difference between next sentence and continue in cobol programing language?
what are decleratives in cobol?
What are the pertinent COBOL commands?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are the various section in data division and briefly explain them.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is rmode(24)
What is rmode(any) ?
Can a Search can be done on a table with or without Index?
Have you used comp and comp-3 in your project? And how?