AM3270 and TR3271 Configuration and Management Manual

SCF Interface to AM3270 and TR3271
AM3270 and TR3271 Configuration and Management Manual529993-001
4-49
Examples of the TRACE Command
WRAP
specifies that when the trace file end-of-file mark is reached, trace data will wrap
around to the beginning of the file and overwrite any data there.
Table 4-4 lists and defines the keywords and mask bits for the LINE object.
Examples of the TRACE Command
The following command starts the trace of the line $AM3270 and puts the resulting
trace in the file $MYDISK.TRCSUBVL.TRACE:
TRACE LINE $AM3270, TO $MYDISK.TRCSUBVL.TRACE
Table 4-4. Keywords and Mask Bits for the TRACE LINE command
Keyword Mask Meaning
ALL 0-31 Traces all items.
L0 0 Communications Access Process (CAP) request tracing.
L1 1 CAP level-1 tracing.
L2 2 CAP level-2 tracing.
L3 3 CAP level-3 tracing.
L4 4 CAP level-4 tracing.
DI 8 CAP data-in tracing.
DO 9 CAP data-out tracing.
CLBI 10 CIU-to-LIU bus (CLB) inbound-frame tracing.
CLBO 11 CLB outbound-frame tracing.
CLIP 15 Communications Line Interface Processor (CLIP) tracing.
CLIPDI 16 CLIP data-in tracing .
CLIPDO 17 CLIP data-out tracing .
CLIPL2 21 CLIP level-2 tracing . The CLIPL2 keyword displays the entire
CLIP trace block.
CLIPL3 22 CLIP level-3 tracing .
CLIPL4 23 CLIP level-4 tracing .
CLIPREQ 25 CLIP request tracing .
CLIPCTLI 28 CLIP control-input tracing .
CLIPCTLO 29 CLIP control-output tracing .
Note. Trace options can be specified as either keywords or corresponding numeric values.
SCF accepts a combination of keywords and numeric values within a TRACE command. Also,
numeric values are not verified by AM3270—an undefined value has no effect and no warning
is issued.