TR3271 Management Programming Manual

COMMANDS AND RESPONSES
ALTER Command
Tokens in Command Buffer
ZTR3-MAP-ALTER-LINE is the extensible structured token that
defines the configurable attributes that are to be altered for
the line. It has the token number ZTR3-TNM-ALTER-LINE and the
DDL definition ZTR3-DDL-ALTER-LINE. This token must be in the
command when the specified object is ZCOM-OBJ-LINE. It cannot
be in the command when the object is ZCOM-OBJ-SU. Duplicate
occurrences of this token are not allowed.
Each attribute is defined in a separate field. At least one
field must be specified. The fields in the ZTR3-MAP-ALTER-LINE
extensible structured token are as follows:
ZBCCTYPE The block check character (BCC) type to be
used by the line. The value ZTR3-VAL-BCC-LRC8
indicates that the longitudinal redundancy check
(LRC8) will be used. The value ZTR3-VAL-BCC-
CRC16 indicates that the cyclic redundancy check
(CRC16) will be used. The value ZTR3-VAL-BCC-
CCITT indicates that the International Telegraph
and Telephone Consultative Committee check will
be used. The default value is ZTR3-VAL-BCC-
CRC16.
ZCHARSET The character set to be used. The value
ZTR3-VAL-CHAR-ASCII indicates the ASCII character
set will be used. The value ZTR3-VAL-CHAR-EBCDIC
indicates the EBCDIC character set will be used.
The default value is ZTR3-VAL-CHAR-EBCDIC.
ZCTL-RTS A Boolean variable that specifies whether the
Carrier Detect (CD) signal is dropped before the
Request To Send (RTS) signal is raised. If the
value is ZSPI-VAL-TRUE, CD is dropped before RTS
is raised. If the value is ZSPI-VAL-FALSE, CD
is not dropped before RTS is raised. The default
value is ZSPI-VAL-FALSE.
ZCTL-SET An enumerated value that specifies the bisyn-
chronous control set. The value ZTR3-VAL-CTL-
SET-ASCII indicates that the ASCII control set
will be used. The value ZTR3-VAL-CTL-SET-EBCDIC
indicates that the EBCDIC control set will be
used. The default value is ZTR3-VAL-CTL-SET-
EBCDIC.
ZDEBUG A Boolean variable that enables the CLIP DEBUG
interface. If the value is ZSPI-VAL-TRUE, the
interface is enabled. If the value is ZSPI-VAL-
FALSE, the interface is not enabled. The default
value is ZSPI-VAL-FALSE.
6-22