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


Please Help Members By Posting Answers For Below Questions

What are the rules of the move verb?

945


In which area will you utilize 88 level items in cobol?

888


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

2228


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

1036


How are the next sentence and continue different from each other?

1009


How do you reference the following file formats from cobol programs?

906


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

863


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.

6090


What are different data types in cobol?

906


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

905


What is redefines clause in COBOL?

1037


What is the Purpose of POINTER Phrase in STRING command in COBOL?

962


what is the difference between COBOL2 AND COBOL390?

2717


Name the divisions, which are available in a cobol program?

921


example for sub strings ? and refernce modifications whit output pls

2068