TRANSFER Reference Manual
CANCEL-PKG
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–139
CANCEL-PKG
(UOW Code 118)
CANCEL-PKG cancels a package. A package can only be canceled by its sender.
DEF cancel-pkg-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 118.
02 item-id.
03 dummy PIC X(12).
END.
DEF cancel-pkg-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 118.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
END.
HDR
is the UOW header. The UOW-CODE value is 118.
ITEM-ID
is the item ID of the package header for the package to be canceled. 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.