TCP/IP TELNET Management Programming Manual
ALTER Command
Commands and Responses
6–16 53474 Tandem Computers Incorporated
def ZCOM-DDL-REQID. !Specify values, if map present.
02 ZCRTPID type ZSPI-DDL-CRTPID.
02 ZPAID type ZSPI-DDL-INT.
end.
ZSPI-TKN-MAXRESP token-type ZSPI-TYP-INT.
ZSPI-TKN-COMMENT token-type ZSPI-TYP-STRING.
Tokens in Response Buffer
ZSPI-TKN-SSID token-type ZSPI-TYP-SSID. !{}
ZSPI-TKN-SERVER-VERSION token-type ZSPI-TYP-UINT. !{}
ZSPI-TKN-DATALIST token-type ZSPI-TYP-LIST.
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-ENDLIST token-type ZSPI-TYP-SSCTL.
Tokens in Command Buffer
ZTNT-MAP-ALTER-PROC
is an extensible structured token that defines the configurable attributes that are
going to be altered for the process. This token has the token number ZTNT-TNM-
ALTER-PROC and the DDL definition ZTNT-DDL-ALTER-PROC. Although this
token must be in the command when the specified object is ZCOM-OBJ-PROC,
default values exist for each of the fields, and each field’s specification is optional.
Each attribute is defined in a separate field. Duplicate occurrences of either the
token or the fields are not allowed. The following fields are in the ZTNT-MAP-
ALTER-PROC extensible structured token:
ZTERM-TIMEOUT is an integer value that specifies the time (in minutes) after
which inactive windows are logged off. Although the range of possible values
is 0 to 32767, this value generally should not be less than three minutes. The
default value is 0. A value of 0 specifies that the windows are not timed out
(that is, they are not logged off if they are inactive).
ZMAX-TERM is an integer value that specifies the maximum number of
windows that can be present in the system. The range of possible values is 1
through 128. The default value is 64.
ZTNT-MAP-ALTER-WIN
is an extensible structured token that defines the configurable attributes that are to
be altered for a window. This token has the number ZTNT-TNM-ALTER-WIN