Finding data within a label range
In a File Manager/Db2 editor session, you can limit the search for a string or numeric value to a range of rows, identified by a pair of labels indicating the first and last rows to be searched.
For example, the following command finds the next row containing
the string
TIMEin column number 10 in the range of rows from the label .STRT to the label .FNSH
FIND TIME #10 .STRT .FNSH
And the following command finds the next row containing the value
2840 in column number 4 or column number 6 in the range of rows from
the current cursor position to the label .END
FIND 2840 #4,#6 .ZCSR .END
Related tasks
Related references