OSI/AS Management Programming Manual

ADD ENTRY Command
Commands and Responses
056785 Tandem Computers Incorporated 5–17
Depending on the type of ENTRY specified in ZCOM-TKN-OBJNAME, you must
include one of the following tokens in the command:
ZOSI-MAP-ADD-ENTRY-APPL to add an application ENTRY
ZOSI-MAP-ADD-ENTRY-NSAP to add an NSAP ENTRY
ZOSI-MAP-ADD-ENTRY-SNPA to add an SNPA ENTRY
ZOSI-MAP-ADD-ENTRY-TSEL to add a TSEL ENTRY
ZOSI-MAP-ADD-ENTRY-APPL
is an extensible structured token that contains attributes of the application being
added to the OSI/AS subsystem’s Management Information Base (MIB). ZOSI-
DDL-ADD-ENTRY-APPL contains the following fields:
ZSERV-LEV
is reserved for Tandem internal use and must not be set by your application.
ZNSAP-LEN
is the length of the NSAP address specified in ZNSAP. The range of values is 0
through 20 bytes. For example, if your NSAP address is “ABC,” the ZNSAP
value is a two byte field “ABC0,” (it’s internally padded with a 0 to make an
even number of digits). ZNSAP-LEN field would be “2.” See the ZNSAP-
NIBBLE field for related information regarding the use of odd length NSAPs.
ZNSAP
is the NSAP address for the application being added. For LAN networks , the
NSAP address must be an even number of hexadecimal digits. For X.25
networks, the NSAP address can be an even or odd number of hexadecimal
digits. If you supply an odd length NSAP value, the field is padded internally
to make an even number of bytes. For example, if your NSAP address is
“ABC,” you would enter ”ABC,” internally the number is represented as
“ABC0.” See the ZNSAP-LEN and ZNSAP-NIBBLE fields for related
information regarding the use of odd numbered NSAPs. NSAP addresses are
administered by a central addressing authority.
ZTSEL-LEN
is the length (in bytes) of the TSEL address in ZTSEL. The range of values is 0
through 32 bytes.
ZTSEL
is the TSEL address for the application being added. The TSEL address is a
binary-encoded string of an even number of hexadecimal digits. TSEL
addresses are administered locally.