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 and output procedure?
Define redefine?
Explain the types of perform?
What is input procedure?
Define perform?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
Define perform? And its types?
Explain the output procedure?
What are fillers? What is the actual use of fillers? With mall/simple example?
What are fillers?
What is sort? And its syntax?
How to update data area in cobol 400 program?
What are the types of perform?
What is sort?
Explain the input procedure?