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 to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code

5 Answers   CGI,


What is comp?

0 Answers  


How u detect record is locked in Cobol/400 ? Wat is the solution for that ?

2 Answers   CGI,


Explain the types of perform?

0 Answers  


What are Fillers ? What is the actual use of Fillers ? With small/simple Example..

1 Answers   Patni,


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

0 Answers  


Explain the difference between comp & comp-3?

0 Answers  


Explain the difference between search and searchall?

0 Answers  


How COBOL helps Mainframe to maintain large records ???

1 Answers   Satyam,


i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?

1 Answers   UHG,


define comp?

2 Answers  


write a cobol program to display prime numbers between 1 to 100?

5 Answers   Cap Gemini, NISA,


Categories