what is search and searchall?what is the diffrence between
them?give an best example?
Answer Posted / naveen
-Search is a linear search, search all is a binary search.
-search is performed in sorted and unsorted record, searchall is only in sorted record.
-in search multiple when clause is used, in search all single when clause is used.
-search is always used in small table, search all is always used in large table.
-Index value is set to 1. in search all no need!
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
IF I mention stop run in CICS what happens?
What is the difference between comp and comp-3?
What do you understand by psb and acb?
What guidelines should be followed to write a structured cobol prgm?
Difference between array and sub-script ?
how do you define single dimensional array and multidimensional array in your cobol?
What are the different open modes available in cobol?
Whats the difference between search & search ALL?
how do you reference the printer file formats from cobol programs
How do you reference the fixed block file formats from cobol programs
What is an in line perform? When would you use it? Anything else you wish to say about it.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Which mode is used to operate the sequential file?
In COBOL, what is the different between index and subscript?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc