What is the difference between SEARCH and SEARCH ALL? What
is more efficient?
Answer Posted / sunrays
multiple when conditions can be used in search.
in search all single when condition should be used.
in search SEARCH key word is used.
in search-all SEARCH ALL key word is used.
table may not be in sorted order for search.
table must be in sorted order.
search is a linear search. search all is binary search.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Explain the configuration section of a cobol program with examples of syntax.
What is the local-storage section?
Name the divisions, which are available in a cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol?
what is search and searchall?what is the diffrence between them?give an best example?
What is a report item?
Explain how to differentiate call by context by comparing it to other calls?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How do you differentiate between cobol and cobol-ii?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between comp and comp-3 usage?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
) How do u handle errors in BMS macro
What rules are to be followed while using the corresponding options?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning