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

define sort? and its syntax?

3 Answers  


Code how to read 5th element of the array?

2 Answers   CGI,


what is redefine and its syntax?

6 Answers   HCL,


What is redefine?

0 Answers  


Define redefine and its syntax?

0 Answers  






What is the syntax of sort?

0 Answers  


seqence numbers in cobol

0 Answers   TCS,


Define perform?

0 Answers  


Explain the output procedure?

0 Answers  


can i anyone tell me how to use copybooks in cobol

1 Answers  


Deleting a record from a Sequential file.

2 Answers   Polaris,


Define sort?

0 Answers  


Categories