SNAX/APC Management Programming Manual

ZAPC-TKN-TRACE-STATE
Common Definitions
4–46 111813 Tandem Computers Incorporated
ZAPC-TKN-TRACE-STATE
specifies the current state of trace activity for the LU or PROC objects.
The TRACE-STATE token has the token type ZSPI-TYP-ENUM. The
programmatic command that uses this token is ZCOM-CMD-STATUS. The valid
object types for this token are PROC and LU.
The following enumerated values are valid for this token:
ZAPC-VAL-TRACE-STATE-ACTV
specifies that tracing is active.
ZAPC-VAL-TRACE-STATE-INACTV
specifies that tracing is inactive.
This token is always returned in the ZCOM-CMD-STATUS response buffer.
ZAPC-TKN-TRACE-STOP
stops the trace currently in progress.
The TRACE-STOP token has the token type ZSPI-TYP-BOOLEAN. The
programmatic command that uses this token is ZCOM-CMD-TRACE. The valid
object types for this token are PROC and LU.
Either this token or the TRACE-XFNAME token must be present; however, both
cannot be present at the same time. The token value ZSPI-VAL-FALSE specifies
that trace is being stopped.
ZAPC-TKN-TRACE-WRAP
specifies what action is taken when the trace file is full.
The TRACE-WRAP token has the token type ZSPI-TYP-BOOLEAN. The
programmatic command that uses this token is ZCOM-CMD-TRACE. The valid
object types for this token are PROC and LU.
The token value ZSPI-VAL-TRUE specifies that the trace data wraps around to the
beginning of the file and overwrites any data that is there. The token value ZSPI-
VAL-FALSE specifies that no further entries to the file are made. The default
value is ZSPI-VAL-TRUE.