IBM COBOL400 Question:
Download Job Interview Questions and Answers 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.
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 Question | Next Question |
What is PERFORM? and its types? | WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE? |