Multiple choice technology mainframe

SEARCH ALL condition only test an equal condition.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SEARCH ALL in COBOL uses binary search algorithm which requires equality comparisons only. The CONDITION must test for exact matches using relational operators like EQUAL or =. Other comparison operators (>, <, NOT =) are not allowed with SEARCH ALL.