TRANSFER Reference Manual
ADD-X400-MEMBER
TISERV UOW Descriptions
2–54 069139, Update 1 to 40969 Tandem Computers Incorporated
ADD-X400-MEMBER
(UOW Code 241)
ADD-X400-MEMBER adds an X400 recipient to a TRANSFER distribution list.
DEF add-x400-member-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 241.
02 corr-name PIC X(80) VALUE SPACES.
02 dlist-name PIC X(80).
02 x400-member-name.
END.
DEF add-x400-member-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 241.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 corr-name PIC X(80) VALUE SPACES.
02 dlist-name PIC X(80).
02 member-node-num TYPE BINARY 32 UNSIGNED.
02 member-seq-num PIC S9(4) COMP.
END.
HDR
is the UOW header. The UOW-CODE value is 241.
CORR-NAME
is the name of the correspondent represented by the calling process. Only system
administrators can enter correspondent names other than their own in this field;
correspondents without system administrator privileges must enter their own
names or leave the field blank. In the response, this field contains the fully
qualified name of the correspondent specified in the UOW request.
DLIST-NAME
is the name of the distribution list to which an X400 recipient is to be added.
A distribution list cannot have more than 9999 X400 members. If an attempt is
made to add a ten-thousandth name, the error E-TOO-MANY-X400-MEMBERS is
returned.
X400-MEMBER-NAME
is the X400 recipient name to be added to the distribution list. If the X400 name is
not specified in a valid format, the error E-MALFORMED-X400-NAME is
returned. All fields of X400-MEMBER-NAME should be blank filled.