BackBox H4.00 User Manual

Support Tools
99 BackBox H4.00 User Manual
E severe error occurred for one
or all the files processed by the script
OBB021Emulation statistics report
OBB021 List the tape emulation activity only: data size and throughput per volume
loaded.
Rates printed in BB021 exclude the initial wait time. This excludes all starting
activity, including the tape label recognition by $ZSVR, until the tape application
begins to write or read data blocks.
Syntax:
OBEY OBB021
Content of OBB021:
COMMENT *****************************************************************
COMMENT * *
COMMENT * BB021: List tape emulation activity from statistic files *
COMMENT * *
COMMENT *****************************************************************
LOAD /KEEP 1/ $DATA05.BPAK.BBSETUP $DATA05.BPAK.MACROS
COMMENT *****************************************************************
COMMENT * STEP 1: Sets the selection parameters *
COMMENT * for the two next steps, file extraction and report. *
COMMENT * *
COMMENT * By default, the last 24 hour period will be selected. *
COMMENT * *
COMMENT * Two parameters can be forced before calling BB018_DEFAULTS: *
COMMENT * CUTOFF-TIME hh:mn:ss *
COMMENT * tells when the 24 hours periods end *
COMMENT * default value is the next round hour *
COMMENT * RELATIVE-START-DAY number *
COMMENT * choose the starting 24 hour period relatively to today*
COMMENT * default value is 0 (current period) *
COMMENT *****************************************************************
CLEAR ALL
COMMENT PARAM CUTOFF-TIME 00:00:00
COMMENT PARAM RELATIVE-START-DAY -1
BB018_DEFAULTS
COMMENT *****************************************************************
COMMENT * STEP 2: Extracts an extract file for the following step, *
COMMENT * from the statistic files matching the pattern *
COMMENT * configured in the BackPak Domain configuration. *
COMMENT * Set an ASSIGN STATS-FILE-REC to the extract file. *
COMMENT * *
COMMENT * Input PARAM's: *
COMMENT * CUTOFF-TIME hh:mn:ss *
COMMENT * FROM-DATE yyyy-mm-dd *
COMMENT * TO-DATE yyyy-mm-dd *
COMMENT * *