Multiple choice technology mainframe SEARCH ALL statement only test an equal condition YES NO, any condition along with equal can be checked Except Equal condition any condition can be chencked It Depends on the use of Search statement on perticular scenario Reveal answer Fill a bubble to check yourself A Correct answer Explanation In COBOL, the SEARCH ALL statement performs a binary search and is restricted to testing only equal (=) conditions. It cannot evaluate other relational operators like greater than or less than.