REPORTS
For each DBD validated,
Pointer Checker
can generate several optional reports in addition to its standard reports.
Use the REPORTS option to control the production of these optional reports. Directory-of-reports identifies the standard and optional reports.
You can specify the REPORTS option on both the GLBL and CHECK control statements. If you specify the REPORTS option on the GLBL control statement, its values apply to all DBDs being validated. The REPORTS option values on the CHECK control statement apply only to the specified DBD and override the values specified on the GLBL control statement.
Uses | You can set the REPORTS option at the following levels:
|
---|---|
ISPF panel field | Reports
|
PCPSYSIN keyword | REPORTS(ALL) REPORTS(NONE) REPORTS(keyword(value) keyword(value)… keyword(value)) |
Values | Specify ALL or NONE, or specify one or more of the individual report keywords and values:
|
Default | BITMAP(N) IOSTATS(Y) FSEDIST(N) RAPCHAIN(N) ROOTDIST(-0+0) ROOTDIST(N) for HALDBs VLSDIST(N) |
Examples | The following example tells Pointer Checker to generate and print the HDAM Root Placement, RAP Chain Length, and Detailed FSE Size reports, in addition to the standard reports it creates. REPORTS(ROOTDIST(-10+10),RAPCHAIN(Y),FSEDIST(Y)) The following example tells Pointer Checker to create all of the optional reports for all of the input databases except for HDAM01; the Detailed VL Segment Size Distribution and Detailed FSE Size reports are bypassed for HDAM01. GLBL REPORTS(ALL) CHECK DBD(HIDAM01) CHECK DBD(HISAM01) CHECK DBD(HDAM01) REPORTS(VLSDIST(N) FSEDIST(N)) |
Related topic