TRANSFER Reference Manual
GET-STATS-PARAMS
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–391
GET-STATS-PARAMS
(UOW Code 273)
GET-STATS-PARAMS retrieves the configuration parameters of the depot storage
statistics facility for either the current configuration or the next configuration. The
values for these parameters are stored as a directory data entry in the data branch of
the directory. This UOW can be issued by any correspondent.
DEF get-stats-params-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 273.
02 select-config TYPE BINARY 16 UNSIGNED VALUE 0.
88 current-config VALUE 0.
88 next-config VALUE 1.
88 prev-config VALUE 2.
02 reserved TYPE CHARACTER 10 VALUE SPACES.
END.
DEF get-stats-params-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 273.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 stats-state TYPE BINARY 16 UNSIGNED.
02 start-time.
03 hour PIC 9(2).
03 minute PIC 9(2).
02 sample-interval.
03 quantity PIC 9(4) COMP VALUE 1.
03 units PIC A VALUE D.
03 filler PIC X.
02 num-stats TYPE BINARY 16 UNSIGNED VALUE 7.
02 num-avg-stats TYPE BINARY 16 UNSIGNED VALUE 1.
02 count-items-once TYPE BOOLEAN.
02 count-when-deliv TYPE BOOLEAN.
02 start-date.
03 year PIC 9(4).
03 month PIC 9(2).
03 day-of-month PIC 9(2).
03 hour PIC 9(2).
03 minute PIC 9(2).
03 second PIC 9(2).
02 stop-date.
03 year PIC 9(4).
03 month PIC 9(2).
03 day-of-month PIC 9(2).