TRANSFER Reference Manual

ALTER-ITEM-NAME
TISERV UOW Descriptions
2–114 069139, Update 1 to 40969 Tandem Computers Incorporated
ALTER-ITEM-NAME
(UOW Code 150)
ALTER-ITEM-NAME assigns a name to an item in a private folder or shared folder,
alters the name of an item or removes a name from a named item. This UOW can only
be issued within a TMF transaction.
DEF alter-item-name-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 150.
02 folder-name PIC X(80).
02 item-id.
03 dummy PIC X(12).
02 options.
03 auto-unsave TYPE BOOLEAN.
03 reserved-2 TYPE BOOLEAN VALUE "N".
03 reserved-3 TYPE BOOLEAN VALUE "N".
03 reserved-4 TYPE BOOLEAN VALUE "N".
03 reserved-5 TYPE BOOLEAN VALUE "N".
03 reserved-6 TYPE BOOLEAN VALUE "N".
03 reserved-7 TYPE BOOLEAN VALUE "N".
03 reserved-8 TYPE BOOLEAN VALUE "N".
02 simple-item-name PIC X(32).
END.
DEF alter-item-name-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 150.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 folder-name PIC X(80).
END.
HDR
is the UOW header. The UOW-CODE value is 150.
FOLDER-NAME
is the name of a folder in which an instance of the item exists. You can supply the
name in wild-card form, but it must resolve to a unique, unambiguous folder
name. In the response UOW, this field indicates the fully qualified name assigned
to the folder (including the correspondent name, folder name, system trigger, and
node name); if the request UOW contains a name in wild-card form, the fully
qualified name is the unique name to which the wild-card name resolved.