TRANSFER Reference Manual

GET-FOLDER-STATS
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–269
GET-FOLDER-STATS
(UOW Code 283)
GET-FOLDER-STATS retrieves the folder statistics for a depot.
DEF get-folder-stats-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 283.
02 corr-name PIC X(80) VALUE SPACES.
03 group-name PIC X(80) VALUE SPACES REDEFINES
corr-name.
02 folder-name PIC X(80) VALUE SPACES.
02 reserved TYPE CHARACTER 10 VALUE SPACES.
END.
DEF get-folder-stats-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 283.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 corr-name PIC X(80).
03 group-name TYPE * REDEFINES corr-name.
02 num-items TYPE BINARY 32 UNSIGNED VALUE 0.
02 extobj-storage TYPE STORAGE-STAT VALUE 0.
02 itemdata-storage TYPE STORAGE-STAT VALUE 0.
02 num-data-recs TYPE BINARY 32 UNSIGNED VALUE 0.
02 reserved TYPE CHARACTER 20 VALUE SPACES.
END.
HDR
is the UOW header. The UOW-CODE value is 283.
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.
FOLDER-NAME
is the name of the folder for which statistics are retrieved. The name must either
be a simple TRANSFER name or a fully qualified name.
RETN-CODE
is the return code. TISERV returns a code in this field to indicate one of the
following conditions.