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 sort?
It's possible use %TRIM statement like rpgile?
define comp?
How to detect record is locked in cobol/400?
can i anyone tell me how to use copybooks in cobol
Explain the input procedure?
Deleting a record from a Sequential file.
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 the syntax of redefine?
Arrays in COBOL/400
define sort? and its syntax?
Define perform?