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

Explain the syntax of sort?

0 Answers  


What is the syntax of sort?

0 Answers  


what is the difference between comp & comp-3?

4 Answers  


what is INPUT PROCEDURE and OUTPUT PROCEDURE?

2 Answers  


What is the syntax of redefine?

0 Answers  






Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?

0 Answers  


Deleting a record from a Sequential file.

2 Answers   Polaris,


Define sort?

0 Answers  


Explain how to update data area in cobol 400 program?

0 Answers  


How to detect record is locked in cobol/400? What is the solution for that?

0 Answers  


what is redefine and its syntax?

6 Answers   HCL,


Explain the input procedure?

0 Answers  


Categories