TRANSFER Reference Manual

GET-DLIST-DES-C20
TISERV UOW Descriptions
2–244 069139, Update 1 to 40969 Tandem Computers Incorporated
GET-DLIST-DES-C20
(UOW Code 254)
GET-DLIST-DES-C20 retrieves the attributes of a private or shared distribution list.
DEF get-dlist-des-c20-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 254.
02 corr-name PIC X(80) VALUE SPACES.
02 dlist-name PIC X(80).
END.
DEF get-dlist-des-c20-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 254.
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 sharing-attributes.
03 sharing-discipline PIC X.
03 reserved-1 PIC X(7) VALUE SPACES.
02 creator PIC X(80) VALUE SPACES.
END.
HDR
is the UOW header. The UOW-CODE value is 254.
CORR-NAME
is the name of the correspondent represented by the calling process. You can
specify a partially qualified name, including wild-card characters. 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 correspondent
name is returned.
DLIST-NAME
is the name of the distribution list to be retrieved. The name must be either a
TRANSFER simple name or a fully qualified name.