| Section
2, Task 3: Customize Report Definitions Action 1: Display one of the report definitions that you used in Section 1 |
|
If your collector is in the following table,
| Collector | Reports | Description |
| DB2 | M2GBLM01 | DB2 Overview |
| M2CPUM01 | DB2 Task CPU time and Thread Creation | |
| M2MEMQ01 | DB2 Free Pages | |
| M2INOE01 | DB2 Physical DB Page Requests | |
| DCOL | MDAPPU01 | Allocated Space by usage Group |
| MDAPPU03 | DASD Application Volumes Free Extents | |
| MDAPPU04 | DASD Volumes Averages by Use Group for Month | |
| RMF | MMMEMT03 | Paging Rate During Day |
| MUAPPRU1 | TSO Trivial Response vs. Number of TSO Users | |
| MWMIXM01 | Workload Analysis | |
| MWMEMOWS | Storage Avg. Working Set Size in KB. | |
| MDDSKR02 | DASD Response Time and Analysis | |
| MDDSKRX1 | Top Ten Average DASD Response Times | |
| MMAPPTSW | Paging - Swaps by Performance Groups |
from the main menu follow this path:
Reports -> Supplied Rpts -> select one of your report definitions -> ItemActions -> Modify
If your collector is not in the above table, you will need to create the interactive form of the report definition that you created in Action 3 of Section 1, Task 3: Create a Test PDB and Process, Reduce, and Report on Your Data.
In Section 1 you used the batch form of your report definition. Now you create the interactive form of the same definition. For example here are the steps for converting a batch report definition to the corresponding interactive report definition.
From the main menu, follow this path:
Reports -> DesignGraphRpt
Now make the selections that are indicated by the batch form of your report definition.
For instance, the sample report definition for fax data in the form of a macro definition becomes the following sequence of selections:
| For | Select |
| %CPPLOT1 (see notes below) | One Y-axis Plot |
| first parameter table(s) | icon in the upper left corner -> UFAXES |
| second parameter (Y variable(s)) | Y variables -> PAGES -> OK |
| third parameter (Y labels(s)) | Labels -> Edit " Pages sent or received" to "Pages sent/rec." -> OK |
| ,STAT=MEAN ,PERIOD=24HOUR ,BY=MACHINE ,WEIGHT=DURATION ,XVAR=DATETIME ,XLAB=Date |
Already selected (by default) |
| ,TYPE=STACK | Style -> Shift/F8 to scroll -> STACK |
| ,REDLVL=DETAIL | already selected (by default) |
| ,OUTMODE=GRAPHCAT | Output Options -> SAS Catalog |
| ,OUTLOC=ADMIN.REPORTS | type ADMIN.REPORTS in the Libref and Catalog field |
| ,OUTDESC=FAX PAGING REPORT | type FAX PAGING REPORT in the Description field |
| ,OUTNAME=FAXPAGES | type FXPAGES in the Entry Name field -> OK -> OK |
Check that this report definition works by selecting:
Subset Date_Time Range -> Reset from PDB -> OK -> Actions -> Run Report
To return to the report definition, select:
File -> End
Note: To convert the macro name to the item on the pull-down menu, use this table:
| Macro Name | Item on Pull-down Menu |
| %CPPLOT1 | One Y-Axis Plot |
| %CPPLOT2 | Two Y-Axis Plot |
| %CPCHART | Bar or Pie Chart |
| %CPCHRT | Category Bar Chart |
| %CPG3D | 3-D (x,y,z) Plot |
| %CPGTPLT | Graph Template |