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 |
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
Write the code implementing the perform … varying.
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
what is linkcard in cobol?
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
what is scope terminator
Can we change the password using ALTER? anyone tried and changed?
can any one help -s806
What is the default value of DISP parameter?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
In EBCDIC, how would the number 1234 be stored?