OSI/TS Management Programming Manual
Data Communications Standard Definitions
Common Definitions
056786 Tandem Computers Incorporated 4–9
Examples
The following are valid
object-names
for the SERVICE object:
$TSP4.#L3
$TSP4.#L4
$TSP4.#L?
$TP4.*
ZCOM-OBJ-SU
ZCOM-OBJ-SU defines a subdevice subordinate to an OSI/TS subsystem process.
There are two types of SUs: static and dynamic. A static SU object is temporary, it is
added dynamically and lasts only as long as the connection exists. A dynamic SU
object is saved when the connection is finished and can be reused by another
connection if that connection desires the same addresses and configuration used by the
first connection. You specify the SU type with the ZDEL-TIME attribute. Names of SU
objects have the following form:
$
process-name
.#
su-name
$
process-name
is the Guardian 90 process name of the TSP process associated with the specified
subdevice.
#
su-name
is a string of up to eight alphanumeric characters identifying a particular SU. The
first character must be alphabetic.
Wild-Card Support
Wild cards are supported for all commands that support the SU object, except the
ADD SU command. You can specify wild cards in the
su-name
field. Examples of
the
su-name
field with wild cards are:
.*
.#abc*
.#a?c
Examples
The following are valid
object-names
for the SU object:
$TP4.#S10
TP4.*
$TSP2.#SU*
$TP4.#S?3