Previous Topic: VPLOT2 Command-Create a Simple VPLOT2 ReportNext Topic: MPLOT Command-Used with One and Multiple Variables


SCALE(COMMON) Operand-Use the Same Scale

The following commands plot transaction use and data set use. The SCALE(COMMON) operand uses the same scale for both variables being plotted.

VPLOT  TRAN USE    CHAR1(X)
 VPLOT2 DATASET USE CHAR1(O) SCALE(COMMON)
  FROM 12/07/08 00:00:00
  TO   12/07/08 09:00:00
  EACH 10 MINUTES
END
RUN