TRANSFER Programming Manual

CAPABILITIES
The XDIR Server
069138, Update 1 to 040970 Tandem Computers Incorporated E–5
CAPABILITIES
(UOW Code 1002)
The CAPABILITIES UOW allows an XDIR server to tell the gateway servers which
functions it can support. It is used when a gateway server starts, indicating which
UOWs are appropriate to send to the XDIR server.
*#PREFIX: uow-cap-
DEF CAPABILITIES-UOW.
02 HDR type UOW-HDR.
*- value 1002.
END.
*#PREFIX: rsp-cap-
DEF CAPABILITIES-RSP.
02 HDR type UOW-HDR.
02 RETN-CODE type UOW-RETN-CODE.
02 RETN-CODE-DETAIL type UOW-RETN-CODE-DETAIL.
02 CAPABILITY-FLAGS.
05 DONT-X400-CORR pic X(1).
05 DONT-CORR-X400 pic X(1).
05 SEND-IMPORT-MSG pic X(1).
05 SEND-EXPORT-MSG pic X(1).
05 RESERVED-4 pic X(1) value "N".
05 RESERVED-5 pic X(1) value "N".
05 RESERVED-6 pic X(1) value "N".
05 RESERVED-7 pic X(1) value "N".
END.
HDR
is the UOW header. The UOW-CODE value is 1002.
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 XDIR server return the
following value:
0OK
RETN-CODE-DETAIL
is an error number that can be returned as a further qualification of an error; it is
ignored.
CAPABILITY-FLAGS
defines which functions this XDIR server can perform. If all flags have the default
value of N, the XDIR server is sent the same UOWs as in the C30 release; that is, it
is sent only UOWs to convert X400 O/R names to TRANSFER correspondent
names and vice versa.