What is the difference between a binary search and a
sequential search?
Answer Posted / anil prajapati
in cobol Binay search is referred as search all , record
should be in sorted order but sequential search is termed
as search in sequential search not required that record
should be sorted order
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the difference between Global and External Variables?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are the pertinent COBOL
Why would you use find and get rather than to obtain?
How do u write test cases?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how do you reference the ksds vsam file formats from cobol programs
Write the code to count the sum of n natural numbers.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the compute verb? How is it used?
How to remove 2 duplicate records and copy only one using job control language?
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.
how to convert the recors form vsam file to db2 table tru file aid
What is the difference between next sentence and continue in cobol programing language?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?