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 INPUT PROCEDURE and OUTPUT PROCEDURE?
What is output procedure?
How COBOL helps Mainframe to maintain large records ???
When search all is used in cobol program without sorted input data
How to detect record is locked in cobol/400?
what is PERFORM? and its types?
seqence numbers in cobol
Code how to read 5th element of the array?
What is the syntax of sort?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
Deleting a record from a Sequential file.
How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC