What is the difference between SEARCH and SEARCH ALL? What is more efficient?

Submitted by: Administrator
SEARCH is a sequential search from the beginning of the table. SEARCH ALL is a binary search, continually dividing the table in two halves until a match is found. SEARCH ALL is more efficient for tables larger than 70 items.
Submitted by: Administrator

Read Online Cobol Job Interview Questions And Answers