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