Expand Management Programming Manual

COMMANDS AND RESPONSES
TRACE Command (NCP Process, Lines, and Paths)
02 ZXDS-PAGES type ZSPI-DDL-INT. !r
02 ZCOLL type ZSPI-DDL-BOOLEAN. !r
02 ZFNAME type ZSPI-DDL-FNAME32. !r
end.
ZCOM-TKN-TRACE-OPT token-type ZSPI-TYP-ENUM. !r
ZSPI-TKN-MAXRESP token-type ZSPI-TYP-INT. !o
ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING.!o
ZSPI-TKN-RESPONSE-TYPE token-type ZSPI-TYP-ENUM. !o
ZSPI-TKN-ALLOW-TYPE token-type ZSPI-TYP-ENUM. !o
ZSPI-TKN-COMMENT token-type ZSPI-TYP-STRING. !o
Tokens in Response Buffer
ZSPI-TKN-DATALIST token-type ZSPI-TYP-LIST.
...
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
ZCOM-TKN-OBJNAME token-type ZSPI-TYP-STRING.
ZCOM-TKN-OBJTYPE token-type ZSPI-TYP-ENUM.
ZSPI-TKN-RETCODE token-type ZSPI-TYP-ENUM.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
...
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING.
Tokens in Command Buffer
ZSPI-TKN-MANAGER is a standard SPI manager token that contains
the file name of the EXPAND manager process. This token
must be present in the command, and duplicate occurrences are
not allowed. ZSPI-TKN-MANAGER is described in the
Distributed
Systems Management (DSM) Programming Manual
.
ZCOM-TKN-OBJNAME is an object-name token that contains either
"$NCP", for the NCP, or the name of a line or path to be affected
by the command. This token must be present in the command,
and duplicate occurrences are not allowed. ZCOM-TKN-OBJNAME is
described in Section 6, "Common Definitions."
ZCOM-TKN-CMD-TIMEOUT and ZCOM-MAP-REQID are standard data-
communications tokens that are described in the
Communications
Management Programming Manual
. Duplicate occurrences of these
tokens are not allowed.
7-122