What is the difference between SEARCH and SEARCH ALL? What
is more efficient?
Answer Posted / kumar raja.
1st answer is 100% correct.
Search
The search statement examines the table elements in a
sequential manner.this technique is called linear search.
Search-All
Is a binary search begins the examination of the elements
from the middle and in each examination it eliminates the
half the elements remaining to be searched.its applicable
only for sorted table.
| Is This Answer Correct ? | 14 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?
What is comp-1 and comp-2?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Explain the configuration section of a cobol program with examples of syntax.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
example for sub strings ? and refernce modifications whit output pls
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
) how do u code after getting data?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Name the divisions, which are available in a cobol program?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Write down the divisions of cobol program?
What are declaratives and what are their uses in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?