Turns on link-level tracing, SNA Transport intrinsic tracing, and SNA Transport
node tracing.
Use |
 |
SNACONTROL TRACEON can be issued from a session, a job,
a program, or in break. Pressing BREAK has no effect on this
command.
Description |
 |
SNACONTROL TRACEON turns on link-level tracing (with the LINKTRACE parameter), SNA Transport intrinsic tracing (with the INTRINSIC parameter), and SNA Transport node tracing (with the NODETRACE parameter). Note that SNA Transport
node tracing is also turned on with SNACONTROL START. Tracing
is described in chapter 5 of this manual. You can use intrinsic tracing
to verify SNA Transport procedure calls. For an SDLC link, you can
use link-level tracing to verify data passed between SNA and the SDLC
link driver and between the link driver and the PSI card.
Examples |
 |
SNACONTROL TRACEON;NODE=IBMNODE;LINKTRACE
Partial (the default) link-level tracing is to be started for all
LUs on node IBMNODE. The trace data is to be written to the default
trace file.
SNACONTROL TRACEON;LINKTRACE=FULL,TF01
;INTRINSIC=LU02
Full link-level tracing is to be started for the only active SNA node, and the trace data is to be written to file TF01. Also, intrinsic tracing is to be started for LU02 on the node and that trace data is to be written to the default trace file. Note that if more
than one node was active, this command would not be valid: A list
of configured nodes would be displayed, and the command would have
to be reissued with the proper NODE=NodeName parameter
included.
SNACONTROL TRACEON;LINKTRACE=,TF01
Partial (the default) link-level tracing is to be started for the
only active SNA node, and the trace data is to be written to the file TF01. Note that if more than one node was active, this command
would not be valid: A list of configured nodes would be displayed, and the command would have to be reissued with the proper NODE=NodeName
parameter included.
SNACONTROL TRACEON;LINKTRACE=;INTRINSIC=LU02
This command is not valid because the equal sign is specified with the LINKTRACE parameter, but no values are specified
after it (the equal sign should be included only if one or both of
the values after it are specified); an error would occur.