TRANSFER Reference Manual

GET-DEPOT-STATS
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–239
02 options.
03 select-by-date TYPE BINARY 16 UNSIGNED
VALUE 0.
03 select-date TYPE DATE-TIME.
03 use-prev-file TYPE BOOLEAN VALUE "N".
03 old-stats-first TYPE BOOLEAN VALUE "N".
03 use-avg-stats TYPE BOOLEAN VALUE "N".
03 reserved-1 TYPE BOOLEAN VALUE "N".
03 reserved-2 TYPE BOOLEAN VALUE "N".
03 reserved-3 TYPE BOOLEAN VALUE "N".
03 reserved-4 TYPE BOOLEAN VALUE "N".
03 reserved-5 TYPE BOOLEAN VALUE "N".
02 reserved TYPE CHARACTER 10
VALUE SPACES.
02 num-returned TYPE BINARY 16 UNSIGNED.
02 stats OCCURS 0 TO 20 TIMES
DEPENDING ON num-returned.
03 begin-date TYPE DATE-TIME.
03 end-date TYPE DATE-TIME.
03 total-storage TYPE STORAGE-STAT.
03 extobj-storage TYPE STORAGE-STAT.
03 itemdata-storage TYPE STORAGE-STAT.
03 dlist-storage TYPE STORAGE-STAT.
03 num-dlist-members TYPE BINARY 32 UNSIGNED.
03 num-items TYPE BINARY 32 UNSIGNED.
03 num-folders TYPE BINARY 16 UNSIGNED.
03 reserved-1 TYPE STORAGE-STAT.
03 reserved-2 TYPE STORAGE-STAT.
03 reserved-3 TYPE BINARY 32 UNSIGNED.
END.
HDR
is the UOW header. The UOW-CODE value is 282.
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.
NUM-WANTED
is the number of depot storage statistics requested. You can request up to 20
statistics; the maximum is also limited by the number of collected statistics and by
the maximum size of the IPC in the TRANSFER configuration.