The Cobol's SEARCH keyword can be used to search one dimensional arrays indexed.
But I think this SEARCH is having some disadvantages when used for searching 2-d arrays. We can search using PERFORM loop also but is there a better way of utilizing SEARCH for 2-d arrays. Which one do you propose?
