BackBox H4.00 User Manual

Support Tools
97 BackBox H4.00 User Manual
Syntax:
OBEY OBB019
Content of OBB019:
COMMENT *****************************************************************
COMMENT * *
COMMENT * BB019: List the script controller activity *
COMMENT * from the 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 * *
COMMENT * Activity is selected from FROM-DATE & CUTOFF-TIME (included)*
COMMENT * to TO-DATE & CUTOFF-TIME (excluded) *
COMMENT *****************************************************************
BB030_EXTRACT_STATS EXTRACT_FILE STATEXT
COMMENT *****************************************************************
COMMENT * STEP 3: Produce report *
COMMENT * from the file specified in ASSIGN STATS-FILE-REC *
COMMENT * *
COMMENT * Input PARAM's: *
COMMENT * CUTOFF-TIME hh:mn:ss *
COMMENT * FROM-DATE yyyy-mm-dd *
COMMENT * TO-DATE yyyy-mm-dd *
COMMENT * *
COMMENT * Activity is selected from FROM-DATE & CUTOFF-TIME (included)*
COMMENT * to TO-DATE & CUTOFF-TIME (excluded) *