SNAX/APC Configuration and Management Manual
Trace Analysis Program
SNAX/APC Configuration and Management Manual—138787
5-10
TO Command
PROCESS
displays data handled by selected internal procedures of SNAX/APC. Most
application developers will only be interested in PROCESS records labeled
CONFIG; that is, records that are processed while configuring SNAX/APC. Other
PROCESS record types are for Tandem internal use.
SPI
consists of records associated with the SPI interface.
QUEUE
displays enqueuing and dequeuing of internal buffers. This record is for Tandem
internal use.
Examples
The following example turns on all select options:
fmt>select all
fmt>display select
Select: ALL
fmt>
The following example sets the select options to BIU and DATA:
fmt>select biu data
fmt>display select
Select: BIU DATA
fmt>
TO Command
Use the TO command to designate the trace analysis program output location. The
output location is either a spooler file or the home terminal. This command can be used
to change or override the spooler location specified by OUT at run time.
The asterisk (*) indicates the current home terminal.
Examples
The following example directs the formatted TRACE output to a spooler location:
fmt>to $s.#trace
fmt>
The following example redirects the TRACE output back to the home terminal:
fmt>to *
fmt>
T[O] { * | spooler location }