Previous Topic: Limit the Contents of a ReportNext Topic: FOR Operand-Limit the Identifiers Included in a Report


Limit the Resources Included in a Report

Limit a report to a subset of a resource type by specifying one or more identifiers with an ID option used with the TAB command.

Example: Sample Commands

The following commands include the ID option TERMID and the identifier 0A++ to display data about all 0A terminals:

TAB TERMID(0A++)  TERM RESP    AND,
                  TERM I/OTIME AND,
                  TRAN USE
END
RUN