A COBOL statement that performs a binary search through a table, requiring the table to be defined with ASCENDING/DESCENDING KEY. More efficient than *SEARCH* for large ordered tables. (Ch. 18) See also: *SEARCH*, *Table Handling*.