Interview Questions

What is the difference between SEARCH and SEARCH ALL?

COBOL Interview Questions


(Continued from previous question...)

What is the difference between SEARCH and SEARCH ALL?

SEARCH - is a serial search.
SEARCH ALL - is binary search & the table must be sorted (ASCENDING/DESCENDING KEY clause to be use & data locaded in this order) before using SEARCH ALL.

(Continued on next question...)

Other Interview Questions