A COBOL statement that performs a serial (linear) search through a table defined with *OCCURS* and *INDEXED BY*. Starts from the current index position and increments sequentially. (Ch. 18) See also: *SEARCH ALL*, *Table Handling*, *Index*.