Previous Topic: STACK=id Operand-Replace the Plot CharacterNext Topic: SCALE(COMMON) Operand-Use the Same Scale


VPLOT2 Command-Create a Simple VPLOT2 Report

The following example uses the VPLOT and VPLOT2 commands to plot both transaction use and terminal response time:

VPLOT  TRAN USE  SCALE(50)    CHAR1(X)
 VPLOT2 TERM RESP SCALE(1.000) CHAR1(O)
  EACH 5 MINUTES
  FROM 12/07/08 00:00:00
  TO   12/07/08 09:00:00
END
RUN