Expand Management Programming Manual
COMMANDS AND RESPONSES
ALTER LINE Command
02 ZXMIT-WINDOW type ZSPI-DDL-INT. !o
02 ZWINDOW type ZSPI-DDL-INT. !o
end.
ZCOM-TKN-OBJNAME token-type ZSPI-TYP-STRING. !r
ZCOM-TKN-CMD-TIMEOUT token-type ZSPI-TYP-TIMESTAMP. !o
ZCOM-MAP-REQID !o
def ZCOM-DDL-REQID.
02 ZCRTPID type ZSPI-DDL-CRTPID. !r
02 ZPAID type ZSPI-DDL-INT. !r
end.
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
.
ZEXP-MAP-ALTER-LINE is an extensible structured token that de-
scribes which attributes are to have their values changed and
what the new values for these attributes are. It has the token
7-12