Spooler Plus Utilities Reference Manual
Spoolcom
Spooler Plus Utilities Reference Manual—522294-002
3-45
FIND Command
Examples
1. In this example, you want to find errors in your TAL compilation. Once you key in
the beginning sequence of the error message, you can reexecute the FIND
command without repeating the string, and it continues to show you the next
occurrence of that string:
)FIND /**** ERROR/
**** ERROR 49 **** Undeclared Identifier
)F
**** ERROR 27 **** Illegal syntax
2. The example below shows how Spoolcom can find a phrase regardless of whether
the characters are uppercase or lowercase:
)F B 'NONSTOP'
NonStop system software.
)
3. In this example, Spoolcom begins searching on page 95 of the job for the specified
string:
)F B /debug/ 95
with the DEBUG subcommand.
)