Previous Topic: FIND Command Without the Column Keyword

Next Topic: How to Find Character Strings in OPSLOG Browse Display Columns

Guidelines for Issuing the FIND Command Without the Column Keyword

Use these guidelines when you issue the FIND command:

Example: FIND Command

Suppose you want to find this string: OPS1234W XYZ. You want CA OPS/MVS to begin searching for the string in column 5 and to end the search at the last column of event text. You want CA OPS/MVS to search 10,000 events before abandoning the search. To perform the search, issue this command:

FIND 'OPS1234W XYZ' 5 10000

You do not have to specify a value for endcol because CA OPS/MVS assumes that any number greater than 256 that you specify on the FIND command is the value for the evtnum keyword.

More information:

Guidelines for Using Any Form of the FIND Command