The MAXOBS record limits the number of observations included in the reports. (Observations refers to whatever is being reported on, such as minidisks or volumes.) You can control the length of the VMRMUA reports by adjusting the MAXOBS record. The default value is 40.

When a report could have contained more observations than the MAXOBS value, it is truncated and a message similar to the following appears at the bottom of the last page of the report:

List stopped short at 54 records to conserve size of report.
26 additional minidisks satisfy this condition.

The syntax of the MAXOBS record is as follows:

MAXOBS [nn]
  • nn
    Specifies the maximum number of observations to include in the reports.

Example

To include no more than 100 observations in the each of the VMRMUA reports, change the MAXOBS record to:

MAXOBS 100