whats the difference between search and search all?
Answer Posted / siddu
search is sequential search.in this data need not be in
sorted ordern sorted order. while dealing with less amount
of data search is much efficeint
searchall is binary search. here data must be in sorted
order. while deeling with lorge amount of data searchall is
efficient
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Write a cobol program making use of the redefine clause.
When is inspect verb is used in cobol?
Give some examples of command terminators?
What is a SSRANGE and NOSSRANGE?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to remove 2 duplicate records and copy only one using job control language?
What the difference is between continue and next sentence?
What are the different types of condition in cobol and write their forms.
What are all the divisions of a COBOL program?
Whats the difference between search & search ALL?
What is the usage of comp fields in cobol?
What is the problem of ordered sequential files access?
How arrays can be defined in COBOL?
Name the sections present in data division.