Expand Management Programming Manual

COMMANDS AND RESPONSES
PROBE Command
ZEXP-MAP-PROBE-NCP
def ZEXP-DDL-PROBE-NCP.
02 ZTRIP-TIME type ZSPI-DDL-INT2.
02 ZNUM-OF-SYS type ZSPI-DDL-INT.
02 ZSYS-LIST type ZSPI-DDL-INT occurs
ZEXP-VAL-MAX-SYSTEMS
times.
02 ZCALLED-SYS type ZSPI-DDL-INT.
02 ZSEL-SYS type ZSPI-DDL-INT.
end.
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
.
ZEXP-TKN-CALLED-SYS is the system number of the system from which
the probe is to be made. It has the token number ZEXP-TNM-
CALLED-SYS and the token type ZSPI-TYP-INT. This token must be
present in the command. Duplicate occurrences are not allowed.
ZEXP-TKN-SEL-SYS is the system number of the system to which the
probe is to be made. It has the token number ZEXP-TNM-SEL-SYS
and the token type ZSPI-TYP-INT. This token must be present in
the command. Duplicate occurrences are not allowed.
ZCOM-TKN-OBJNAME is an object-name token. This token must
contain the process name "$NCP", and it must be present in the
command. ZCOM-TKN-OBJNAME is described in Section 6, "Common
Definitions."
7-62