what is the difference between SEARCH and SEARCHALL?
Answers were Sorted based on User's Feedback
Answer / mithun paul
Search verb searches an item in a sequential manner. But
Search All searches an item by using Binary search, so it
is more efficient and faster than its counter part. One
thing required in Search All verb is the array must be
sorted.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / s. gautam
Search : sequential Search
Search All : Binary Search (its faster then normal search )
| Is This Answer Correct ? | 7 Yes | 0 No |
What is perform?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
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.
write a cobol program to display prime numbers between 1 to 100?
Explain the difference between comp & comp-3?
What is redefine?
what is the difference between comp & comp-3?
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
What is sort?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
seqence numbers in cobol
Define sort?