The EXCLUDE record excludes one or more reports from the VMRMUA LISTING file.
When a report is omitted by the EXCLUDE record, an asterisk appears to the left of the report number in the VMRMUA Analysis Preface. You can have more than one EXCLUDE record in the CONFIG file.
EXCLUDE [report-list]
- report-list
Specifies a list of report numbers you want to exclude. You can list individual reports by number or use a hyphen between two numbers to indicate a range of reports. You can specify report numbers in any order.
Examples
To exclude Report 6, Smallest Minidisks, from the minidisk utilization analysis reports, change the EXCLUDE record to:
EXCLUDE 6
To exclude Reports 6 through 10 from the minidisk utilization reports, change the EXCLUDE record to:
EXCLUDE 6-10
To exclude Reports 6 and 8 from the minidisk utilization reports, change the EXCLUDE record to:
EXCLUDE 6 8