Expand Management Programming Manual

COMMANDS AND RESPONSES
ALTER PROCESS Command
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-PROC is an extensible structured token that de-
scribes which attributes are to have their values changed and
what the new values for the attributes are. It has the token
number ZEXP-TNM-ALTER-PROC and the DDL definition ZEXP-DDL-ALTER-
PROC. This token must be present in the command, and duplicate
occurrences are not allowed.
The attribute changes described by ZEXP-MAP-ALTER-PROC apply to
all the processes whose names appear in the command.
There is a field in ZEXP-MAP-ALTER-PROC for each line-handler
process attribute that can be altered by the ALTER PROCESS
command. If a field of this token is assigned a value other
than its null value, the ALTER PROCESS command assigns that value
to the attribute corresponding to that field. If no value is
assigned to a field, the corresponding attribute is not altered.
ZEXP-MAP-ALTER-PROC contains the following field:
ZDEBUG specifies whether or not the CLIP DEBUG interface is to
be enabled. ZDEBUG can have the following values:
ZSPI-VAL-TRUE Enable the CLIP DEBUG interface.
ZSPI-VAL-FALSE Disable the CLIP DEBUG interface.
This field has no corresponding SYSGEN modifier.
ZCOM-TKN-OBJNAME is an object-name token that contains the object
name of a line-handler process whose attributes are to be
7-26