TRANSFER Reference Manual

ACK-RECEIPT
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–21
ACK-RECEIPT
(UOW Code 131)
ACK-RECEIPT acknowledges the receipt of a package. This operation is
recommended whenever a client retrieves a package from the INBOX folder; for
example, whenever the client displays the contents of a package on behalf of a
correspondent.
DEF ack-receipt-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 131.
02 item-id.
03 dummy PIC X(12).
END.
DEF ack-receipt-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 131.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
END.
HDR
is the UOW header. The UOW-CODE value is 131.
ITEM-ID
is the item ID of the package header for the package that was received. 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.