TRANSFER Reference Manual

READ-X400-MEMBER
TISERV UOW Descriptions
2–438 069139, Update 1 to 40969 Tandem Computers Incorporated
READ-X400-MEMBER
(UOW Code 242)
READ-X400-MEMBER retrieves the X400 members of a TRANSFER distribution list.
DEF read-x400-member-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 242.
02 filler TYPE BINARY 16.
02 filler TYPE BINARY 16.
02 corr-name PIC X(80) VALUE SPACES.
02 dlist-name PIC X(80).
02 start-node-num TYPE BINARY 32 UNSIGNED.
02 start-seq-num PIC S9(4) COMP.
02 start-type TYPE CHARACTER 1 VALUE "E".
02 filler TYPE BOOLEAN.
END.
DEF read-x400-member-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 242.
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 update-flag TYPE BOOLEAN.
02 filler TYPE BOOLEAN VALUE ā€œNā€.
02 node-num TYPE BINARY 32 UNSIGNED.
02 seq-num PIC S9(4) COMP.
02 x400-name. TYPE X400-NAME
END.
HDR
is the UOW header. The UOW-CODE value is 242.
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 of the
correspondent is returned.
DLIST-NAME
is the name of the distribution list to be read. The distribution list specified must
be a local distribution list.