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
In COBOL, what is the different between index and subscript?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Which Search verb is equivalent to PERFORM…VARYING?
what is search and searchall?what is the diffrence between them?give an best example?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between next sentence and continue in cobol programing language?
how do you reference the rrds file formats from cobol programs
what are decleratives in cobol?
Explain about different table spaces.
) what is the difference between AID and HANDLE AID?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write the code to count the sum of n natural numbers.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
HOw can I get the negative sign while deduct high value from low value