TRANSFER Programming Manual

IMPORT-MSG
The XDIR Server
069138, Update 1 to 040970 Tandem Computers Incorporated E–11
IMPORT-MSG
(UOW code 1003)
The IMPORT-MSG UOW tells the XDIR server of a TRANSFER package that the
Importer is ready to submit. You can program the XDIR server to modify or reject the
package.
Note
If you do not need this functionality, it is recommended that you disable this UOW with the SEND-
IMPORT-MSG field of the CAPABILITIES RSP.
*#PREFIX: uow-imm-
DEF IMPORT-MSG-UOW.
02 HDR type UOW-HDR.
*- value 1003.
02 ITEM-ID type *.
02 SESSION-ID type *.
END.
*#PREFIX: rsp-imm-
DEF IMPORT-MSG-RSP.
02 HDR type UOW-HDR.
02 RETN-CODE type UOW-RETN-CODE.
02 RETN-CODE-DETAIL type UOW-RETN-CODE-DETAIL.
02 REASON-CODE type binary 16 unsigned.
02 DIAGNOSTIC-CODE type binary 16 unsigned.
END.
HDR
is the UOW header. The UOW-CODE value is 1003.
ITEM-ID
is the item ID of the TRANSFER package to be submitted.
SESSION-ID
is the session ID used by the Importer to create the package. This session can be
used for updating the package.
RETN-CODE
is the return code. 0 or a negative value indicates successful completion, while a
positive value indicates failure. It is recommended that the user's server return
one of the following values:
0 OK
4990 E-IO-TIMEOUT
5300 E-DONT-RETRY