Answers

Question and Answer:

  Home  IBM COBOL400

⟩ What is the difference between SEARCH and SEARCHALL?

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.

 139 views

More Questions for you: