TRANSFER Reference Manual

SUBMIT-PKG
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–503
SUBMIT-PKG
(UOW Code 117)
SUBMIT-PKG submits a package for delivery.
DEF submit-pkg-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 117.
02 item-id.
03 dummy PIC X(12).
END.
DEF submit-pkg-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 117.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
END.
HDR
is the UOW header. The UOW-CODE value is 117.
ITEM-ID
identifies the package header item for the package to be submitted. 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
4036 E-ITEM-TOO-COMPLEX
4040 E-BAD-ITEM-DESCR
4041 E-ITEM-UNALTERABLE
4042 E-ITEM-NOT-PKG-HDR
4043 E-PREVIOUSLY-SUBMITTED
4045 E-TSCHED-UNAVAIL
-4075 W-TIME-WINDOW-EXTENDED
4077 E-LIFESPAN-TOO-LONG
-4079 W-PRIORITY-REDUCED
4082 E-NO-RECIPS
4083 E-NOT-CREATED-BY-YOU
4170 E-NO-CONTENT-TYPE