what is search and searchall?what is the diffrence between
them?give an best example?
Answer Posted / sid
Search is a leniar search and search all is binary search.
In search all it required to be sorted all the records in
assending or descending order.
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are the rules of the move verb?
In which area will you utilize 88 level items in cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How are the next sentence and continue different from each other?
How do you reference the following file formats from cobol programs?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
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.
What are different data types in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is redefines clause in COBOL?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
what is the difference between COBOL2 AND COBOL390?
Name the divisions, which are available in a cobol program?
example for sub strings ? and refernce modifications whit output pls