The following shows some examples of these parameters in use with the FIND command:
To search for the string PAGE (that is, PAGE, page, PaGe, and so on.), enter the following. It starts from the first line shown on the display.
FIND page
To search for the string PAGE (that is, PAGE, page, PaGe, and so on.), enter the following. It starts from the top of the file.
FIND page first
To search for the hexadecimal string X'c1 c2 c3' within columns 20 to 30, enter the following. Strings found are surrounded by non‑alphanumeric characters and all hits shown on the display are intensified.
FIND x'c1c2c3' 20 30 allhits word
To search for the string PAGE, you would enter the following. It starts from the first line shown on the display.
FIND c'page'
To start a backward search in column 12 for the string "pf key," enter the following. It starts from the line above the first line shown on the display.