whats the difference between search and search all?
Answer Posted / khasim
Search is Sequential Search. Records need not in sorted
orer.
Searchall is Binary Search. Records should be in sorted
order.
In Search we should set position where we start.
In Searchall, we will not set the position.
We can write more than one WHEN clause in Search. But in
search all we should write only one WHEN clause.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What the difference is between continue and next sentence?
What is redefines clause in COBOL?
What is inspect in cobol ?
Which division and paragraphs are mandatory for a COBOL program?
Write down the divisions of cobol program?
In which area will you utilize 88 level items in cobol?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the compute verb? How is it used?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how do you reference the esds vsam file formats from cobol programs
Give some examples of command terminators?
how to move the records from file to array table. give with code example
explain sorting techniques in cobol program?
Why occurs cannot be used in 01 level in COBOL?
What rules are followed by the search verb.