TRANSFER Reference Manual
DELETE DLIST
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–191
DELETE-DLIST
(UOW Code 218)
DELETE-DLIST deletes a distribution list.
DEF delete-dlist-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 218.
02 corr-name PIC X(80) VALUE SPACES.
02 dlist-name PIC X(80).
02 force-flag TYPE BOOLEAN.
02 filler TYPE CHARACTER 1.
END.
DEF delete-dlist-rsp.
02 hdr .
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 218.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 corr-name PIC X(80).
02 dlist-name PIC X(80).
END.
HDR
is the UOW header. The UOW-CODE value is 218.
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. You can use a partially qualified name, including
wild-card characters. In the response, the fully qualified name is returned.
DLIST-NAME
is the name of the distribution list to be deleted. This can be a partially qualified
name, including wild-card characters. In the response, the fully qualified name is
returned.