Use these guidelines when you issue the FIND command:
FIND 'the ''quoted'' string'
the 'quoted' string
FIND "the 'quoted' string"
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.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |