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 what all the conditiones required for using open opcode on a file?
Explain the output procedure?
seqence numbers in cobol
Explain the difference between section, paragraph and sentences?
What is perform?
What is comp?
Explain the difference between comp & comp-3?
How to detect record is locked in cobol/400?
Explain the input procedure?
Explain the difference between search and searchall?
What is input procedure?
Explain how to detect record is locked in cobol/400? What is the solution for that?
Define redefine and its syntax?
What is sort?
What is sort? And its syntax?