AM3270 Management Programming Manual

COMMANDS AND RESPONSES
DISCONNECT Command
ZSPI-TKN-ALLOW-TYPE token-type ZSPI-TYP-ENUM.
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-ERRLIST token-type ZSPI-TYP-LIST. !...
...
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
ZSPI-TKN-RETCODE token-type ZSPI-TYP-ENUM. !{}
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
Tokens in Command Buffer
ZCOM-TKN-OBJNAME specifies the AM3270 subdevice that is to be
disconnected from the TR3271 subdevice. Your application must
provide this token in the command. This token is described in
"SPI Standard Definitions" in Section 5 and the
Communications
Management Programming Manual
.
ZCOM-TKN-TARGET-MGR specifies the name of the manager controlling
the TR3271 subdevice from which you want to delete a link. If
your management application does not provide a value, the AM3270
subsystem uses derives the line name from the ZCOM-TKN-TARGET-
OBJNAME token. The value of the ZCOM-TKN-TARGET-MGR token, if
specified, should always be the line name associated with the
TR3271 subsystem from which you want to break a connection.
ZCOM-TKN-TARGET-OBJNAME specifies the name of the TR3271 subde-
vice to which you want to delete the link. This token is
required.
ZCOM-TKN-TARGET-OBJTYPE specifies the type of object to which you
want to delete the link. This token is required and must have
the value ZCOM-OBJ-SU (SU object).
ZCOM-MAP-REQID and ZCOM-TKN-CMD-TIMEOUT are standard data-
communications tokens that your application can optionally pro-
vide. These tokens are described in "Data-Communications
Standard Definitions" in Section 5 and the
Communications
Management Programming Manual
.
6-43