Multiple choice technology mainframe

SEARCH ALL statement only test an equal condition

  1. YES

  2. NO, any condition along with equal can be checked

  3. Except Equal condition any condition can be chencked

  4. 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.