Use the OPSLOG Browse FIND command to locate character strings in event text. The OPSLOG Browse FIND command works very much like the ISPF/PDF FIND command.
This command has the following format:
FIND {string|*}
[FIRST|LAST|NEXT|PREV]
[startcol|startcol endcol]
[evtnum]
Indicates the character string you want to find. Under either of these circumstances, enclose the string in single quotes:
Indicates that OPSLOG Browse should use the search string you specified on the previous FIND command.
(Optional) Tells CA OPS/MVS to find the first occurrence of the string.
(Optional) Tells CA OPS/MVS to find the last occurrence of the string.
(Optional) Tells CA OPS/MVS to search forward.
(Optional) Tells CA OPS/MVS to search backward.
(Optional) Indicates the column number at which CA OPS/MVS should begin its search for the string. CA OPS/MVS will not scan any columns that appear before this column. If you specify a value for endcol, you must also specify a value for startcol.
(Optional) Indicates the column number at which CA OPS/MVS should end its search for the string. CA OPS/MVS will not scan any columns that appear after this column. The endcol keyword is optional.
(Optional) Indicates the number of events you want CA OPS/MVS to scan before it abandons its search. You may want to specify a high value for evtnum if you cannot narrow down the search by time range. The default maximum value for evtnum is 5000, because of the huge number of events most OPSLOG users keep online.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |