What is the difference between SEARCH and SEARCH ALL?

Answer Posted / karan

search is linear search. search the data based on condition.
search can work with multiple when conditions.
data is no need sorted order.
when ever we searching the data index clause must be used.
this will take more time compare with search all.

Search all:Binary search.
data must be a sequence either ascending or descending order .
only one when condition can be used.
this will take less time

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In COBOL, what is the different between index and subscript?

753


When is inspect verb is used in cobol?

671


What is redefines clause in COBOL?

844


What are the rules of the move verb?

699


What are the different rules for performing sort operation?

757






What is static and dynamic call in cobol?

590


) How do u handle errors in BMS macro?

1423


i want a program using by if, evaluate , string, unstring, perform, occurs?

4043


How do you reference the fixed block file formats from cobol programs

699


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1607


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

700


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

681


What is the difference between comp and comp-3?

692


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1586


What is the difference between PIC 9.99 and PIC9v99?

771