Limiting the search to specified columns
By default, in SNGL or TABL display formats, if you enter the CHANGE or FIND command without specifying any field references, FM/IMS searches all the visible fields based on the template attributes for each field.
The string is found if it is completely contained within the specified column range.
The following command finds the next segment containing
the string Exact
within columns 1 to 20.
FIND 'Exact' 1 20
Related topics