IBM COBOL400 Question:
Download Questions PDF

What is the difference between SEARCH and SEARCHALL?

Answer:

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.

Download IBM COBOL400 Interview Questions And Answers PDF

Previous QuestionNext Question
What is PERFORM? and its types?WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?