Previous Topic: RATE Option

Next Topic: TOTAL Option

SELZERO Option

By default, the Report Writer reviews all input records and discards any with zero activity for the specified variables. For example, a tabular report on terminal activity includes only terminals with a positive value for at least one variable specified with the TAB command. Use the SELZERO option to bypass this check and include all resources in the report.

The SELZERO option has the following syntax:

SELZERO

Example: SELZERO Option

By default, a graph of file requests by transaction ID includes only transactions that issued at least one file request. The following commands graph the average number of file requests by every transaction, including transactions with no file requests:

GRAF TRANID TRAN USE SELZERO
END
RUN