What is the difference between SEARCH and SEARCH ALL? What
is more efficient?
Answer Posted / basha, margadarsi comp
SEARCH is a sequential search, it will read all the elements
of a table sequentially whereas SEARCH ALL, it will splits
the table in two halves and search the element in which half
the element find like that the entire table will be searche
and also the table should be in sorted order for SEARCH ALL.
SEARH ALL is more efficient than SEARCH.
| Is This Answer Correct ? | 45 Yes | 1 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
) what is the difference between AID and HANDLE AID?
what is the difference between COBOL2 AND COBOL390?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How do you differentiate between cobol and cobol-ii?
Have you used comp and comp-3 in your project? And how?
how do you reference the ksds vsam file formats from cobol programs
What is the difference between comp and comp-3 usage?
How are the next sentence and continue different from each other?
how do you reference the variable block file formats from cobol programs
Can we redefine the field of x(200) to less than 200?
What is the local-storage section?
Can we change the password using ALTER? anyone tried and changed?
what is s000 u4087 error? please give the all error codes in cobol,jcl.