Cobol Question:
Download Job Interview Questions and Answers PDF
What is the difference between SEARCH and SEARCH ALL?
Answer:
SEARCH - is a serial search. SEARCH ALL - is a binary search & the table must be sorted ( ASCENDING/DESCENDING KEY clause to be used & data loaded in this order) before using SEARCH ALL.
Download Cobol Interview Questions And Answers
PDF
Previous Question | Next Question |
What should be the sorting order for SEARCH ALL? | What is the difference between index and subscript? |