A SERVICE OF

logo

70 CMF MONITOR CMFMON User Guide
Keywords for Report Control Statements
By using report control statement keywords, you can control:
Report mode
Ordering of columns of data
Sorting of data
Filtering of data by one or more conditions
Report title (centered on the third line of the header)
The following list shows each keyword and its operands:
[DELTA]
[ORDER(columnID1,columnID2,...columnID25)]
[SORT(columnID,A|D)]
[columnID(operator value)]
[TITLE('title')]
DELTA Controls the mode in which the report data is reported.
Note: The DELTA keyword is available only for the ARD, ARDJ, DEVICE,
DEVV, and IOQ statements. If you specify DELTA, the report is in
Delta mode.
If DELTA is not specified, the report is in Total mode, which is the default.
Delta mode for the reports requested by these five statements reflects data
between the previous and current snapshots.
Note: For DEVICE, IOQ, PGSPP, PGSPS, and TRX, the snapshots
must be in the same Extractor interval to produce a report.
For DEVV, the snapshots must be in the same Extractor
interval to produce a line on the report.
Total mode for the reports requested by these five statements reflects data
either from the time the address space became active to the time of the
snapshot (for the ARD and ARDJ reports) or from the beginning of the
CMF Extractor interval to the time of the snapshot (for the DEVICE,
DEVV, and IOQ reports).
Note: Not all fields in a report are affected by the mode. All “rate”
columns in the report reflect the interval from the last snapshot to
the current snapshot, regardless of mode.
ORDER Specifies which columns are included in the report.
Note: This keyword is not available for the IOQ and SENQ statements.
If you use the ORDER keyword, the report contains only those columns
specified, and the columns appear in the order in which they are specified. For
example, if you want only the JOBNAME and SWAPRATE fields to appear on
the ARD report, specify ORDER(JOBNAME,SWAPRATE) as a keyword for
ARD.