what is the difference between SEARCH and SEARCHALL?

Answers were Sorted based on User's Feedback



what is the difference between SEARCH and SEARCHALL?..

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

what is the difference between SEARCH and SEARCHALL?..

Answer / s. gautam

Search : sequential Search
Search All : Binary Search (its faster then normal search )

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More COBOL400 Interview Questions

how array can be declare in cobol?

6 Answers  


It's possible use %TRIM statement like rpgile?

2 Answers  


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

2 Answers   HP,


What is comp?

0 Answers  


what is redefine and its syntax?

6 Answers   HCL,






what is the difference between SEARCH and SEARCHALL?

2 Answers  


WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?

2 Answers  


Arrays in COBOL/400

2 Answers   Polaris,


define sort? and its syntax?

3 Answers  


Define perform? And its types?

0 Answers  


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.

2 Answers  


Explain the syntax of redefine?

0 Answers  


Categories