TRANSFER Programming Manual
CORR-TO-X400
The XDIR Server
069138, Update 1 to 040970 Tandem Computers Incorporated E–9
CORR-TO-X400
(UOW Code 1001)
The CORR-TO-X400 UOW accepts a TRANSFER correspondent name and translates
the name to the X400 O/R name equivalent. The Exporter sends that name to the
user's XDIR server.
*#PREFIX: uow-ctx-
DEF CORR-TO-X400-UOW.
02 HDR type UOW-HDR.
*- value 1001.
02 CORR-NAME type CORR-NAME.
02 NAME-CONTEXT type NAME-CONTEXT.
END.
*#PREFIX: rsp-ctx-
DEF CORR-TO-X400-RSP.
02 HDR type UOW-HDR.
02 RETN-CODE type UOW-RETN-CODE.
02 RETN-CODE-DETAIL type UOW-RETN-CODE-DETAIL.
02 X400-NAME type X400-NAME.
END.
HDR
is the UOW header. The UOW-CODE value is 1001.
CORR-NAME
specifies the TRANSFER correspondent name that needs to be translated to the
X400 O/R name equivalent.
NAME-CONTEXT
specifies information about this name. The XDIR server can use this information
to translate different names differently; for example, P1 names can be processed in
one way and P2 names in another way.
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
one of the following values:
0 OK
4990 E-IO-TIMEOUT
5300 E-DONT-RETRY