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 |
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
What is comp?
How u detect record is locked in Cobol/400 ? Wat is the solution for that ?
Explain the types of perform?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
How to detect record is locked in cobol/400? What is the solution for that?
Explain the difference between comp & comp-3?
Explain the difference between search and searchall?
How COBOL helps Mainframe to maintain large records ???
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
define comp?
write a cobol program to display prime numbers between 1 to 100?