When search all is used in cobol program without sorted
input data
Answers were Sorted based on User's Feedback
Answer / geeta
SEARCH ALL wont give correct output if the data is not in
sorted order.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / 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 |
Answer / srinivasareddy
If the table is loaded in a sorted order, then no need to
sort it explicitly and then Search all can be performed..
| Is This Answer Correct ? | 7 Yes | 0 No |
Can we open close file in COBOL any number of times?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
How u detect record is locked in Cobol/400 ? Wat is the solution for that ?
Explain the syntax of sort?
How we can update data area in cobol 400 program?
How COBOL helps Mainframe to maintain large records ???
What are fillers? What is the actual use of fillers? With mall/simple example?
Explain the output procedure?
It's possible use %TRIM statement like rpgile?
Arrays in COBOL/400
why icetool be used in programmer view?
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?