TRANSFER Reference Manual
UNSAVE-ITEM
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–505
UNSAVE-ITEM
(UOW Code 111)
UNSAVE-ITEM removes an item from a folder.
DEF unsave-item-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 111.
02 item-id.
03 dummy PIC X(12).
02 folder-name PIC X(80).
END.
DEF unsave-item-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 111.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
END.
HDR
is the UOW header. The UOW-CODE value is 111.
ITEM-ID
identifies the item to be removed from the folder. To refer to an item produced by
a previous UOW within the same IPC, you can replace ITEM-ID with ITEM-
HANDLE, which is defined in the “Commonly Used Fields” subsection of this
manual.
FOLDER-NAME
is the name of the folder from which the item is to be removed. This can be a
private folder owned by the correspondent or any local shared folder owned by a
group of which the correspondent is a member, and the folder's sharing discipline
must support the update operation. If the shared folder is a bulletin board, the
correspondent must have originally saved that instance of the item in the folder or
must be a group administrator or the folder's creator.