TRANSFER Reference Manual
GET-CONFIG-NAME
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–233
GET-CONFIG-NAME
(UOW Code 132)
GET-CONFIG-NAME retrieves the configured name for a TRANSFER file, process, or
other special entity.
DEF get-config-name-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 132.
02 network-node-name PIC X(32).
02 entity-name PIC X(32).
END.
DEF get-config-name-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 132.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 configured-name PIC X(80).
END.
HDR
is the UOW header. The UOW-CODE value is 132.
NETWORK-NODE-NAME
is the name of the network node at which the TRANSFER entity is defined. This
node name should include the backslash at the beginning of the name. To indicate
the local node, you can enter blanks. When ENTITY-NAME denotes the special
TRANSFER folders INBOX, OUTLOG, or WASTEBASKET, or the system trigger
character, NETWORK-NODE-NAME must indicate the local node; otherwise, the
error E-ALIAS-NOT-SAME-SYSTEM is returned.
ENTITY-NAME
is the name of the TRANSFER entity for which your application requests the fully
qualified name configured in the system. The TRANSFER delivery system
assumes that any name in this field uses the US ASCII character map.