When search all is used in cobol program without sorted
input data
Answer Posted / reena
SEARCH ALL is a binary search. So, the data needs to be in
sorted order and the array used for search all operation
should have index by.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Explain the input procedure?
Explain the difference between section, paragraph and sentences?
How to detect record is locked in cobol/400?
Define redefine?
why icetool be used in programmer view?
What is output procedure?
Explain what all the conditiones required for using open opcode on a file?
What are the types of perform?
What is redefine?
What is sort?
Explain the syntax of sort?
Define perform? And its types?
What is sort? And its syntax?
What are fillers? What is the actual use of fillers? With mall/simple example?
Explain the difference between search and searchall?