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 |
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
Explain the syntax of sort?
01 A PIC 9. 01 B PIC 99V1. 01 C PIC 99. MOVE 1 TO A. MOVE 0.2 TO B. COMPUTE C ROUNDED TO 3/3 + A.
Define perform? And its types?
Explain what all the conditiones required for using open opcode on a file?
what is the cobol compiler?
How to detect record is locked in cobol/400?
Explain how to detect record is locked in cobol/400? What is the solution for that?
What is sort?
why icetool be used in programmer view?
Deleting a record from a Sequential file.
How to update data area in cobol 400 program?