Previous Topic: MAXDATE and MAXTIME OptionsNext Topic: RATE Option


PerCenT Option

Use the PerCenT option to cause a variable to represent the usage of a resource as a percentage of the total value for the system. You can use the PerCenT option only with variables that represent a total that is not the same as the value for the entire system.

The PerCenT option has the following syntax:

PerCenT

Example: PerCenT Option

In the following example, the PLOT command plots the use of the transaction CINQ against the total system transaction use. The second command, PLOT2, plots the percentage of transaction use for CINQ compared to the total system transaction use.

PLOT  TRANSACTION USE     TRANID(CINQ)
PLOT2 TRANSACTION USE PCT TRANID(CINQ)
END
RUN