TRANSFER Reference Manual
DELETE-X400-MEMBER
TISERV UOW Descriptions
2–210 069139, Update 1 to 40969 Tandem Computers Incorporated
DELETE-X400-MEMBER
(UOW Code 243)
DELETE-X400-MEMBER deletes a an X400 member of a local TRANSFER distribution
list.
DEF delete-x400-member-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 243.
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.
DEF delete-x400-member-rsp.
02 hdr TYPE UOW-HDR.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 243.
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 deleted-member.
03 node-num TYPE BINARY 32 UNSIGNED.
03 seq-num PIC S9(4) COMP.
03 x400-name.
END.
HDR
is the UOW header. The UOW-CODE value is 243.
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, the fully qualified name is
returned.
DLIST-NAME
is the name of the distribution list from which a member is to be deleted.