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
Define perform?
Explain what all the conditiones required for using open opcode on a file?
Define redefine?
Explain the difference between comp & comp-3?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
What are the types of perform?
What is the syntax of redefine?
What is redefine?
What is input procedure?
What are fillers? What is the actual use of fillers? With mall/simple example?
Explain the output procedure?
How to detect record is locked in cobol/400? What is the solution for that?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
Explain the difference between section, paragraph and sentences?
Define perform? And its types?