TRANSFER Reference Manual
CANCEL-PKG-TIMED
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–141
CANCEL-PKG-TIMED
(UOW Code 188)
CANCEL-PKG-TIMED cancels a package that has been submitted with a value
specified in the SUBMIT-TIMED field. A package can only be canceled by its sender.
DEF cancel-pkg-timed-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 188.
02 item-id.
03 dummy PIC X(12).
END.
DEF cancel-pkg-timed-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 188.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
END.
HDR
is the UOW header. The UOW-CODE value is 188.
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.
RETN-CODE
is the return code. TISERV returns a code in this field to indicate one of the
following entries:
0 OK
4010 E-BAD-TRANSACTION
4035 E-ITEM-NOT-FOUND
4042 E-ITEM-NOT-PKG-HDR
4044 E-PREVIOUSLY-CANCELED
4045 E-TSCHED-UNAVAIL
-4081 W-DELIV-IN-PROGRESS
4083 E-NOT-CREATED-BY-YOU
4084 E-PKG-NOT-SUBMITTED