Previous Topic: FOR Operand-Limit the Number of Identifiers in a GRAF2 Report

Next Topic: GRAF2 TRANNUM-GRAF2 Command with an Identifier

SCALE Operand-Change the Scale of a GRAF2 Report

Use the SCALE operand to specify a scale for the GRAF2 variable. This operand is useful for creating a common scale in reports on time-related variables such as variables for transaction lifetime and terminal response time.

The following commands include the SCALE operand to produce a report that uses the same scale for both the GRAF and GRAF2 variables. The default plot characters are used:

GRAF  TRANSACTION LIFE FOR 3 SCALE(100.0)
 GRAF2 TERMINAL    RESP FOR 2 SCALE(100.0)
 END
RUN

A report like the following is generated:

X 0 10 20 30 40 50 60 70 80 90 100 * +.........+.........+.........+.........+.........+.........+.........+.........+.........+.........+ PVCK .XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX . 91.40 L401 .***************************************************************************************************> 168.7 L205 .***************************************************************************************************> 110. JOUR .XXXXXXXXXX . . . . . . . . . 10.09 L205 .************ . . . . . . . . . 11.65 L702 .********** . . . . . . . . . 10.13 PIAF .XXXX . . . . . . . . . . 4.461 L601 .********** . . . . . . . . . 9.968 L703 .********** . . . . . . . . . 9.828 L407 .******** . . . . . . . . . . 8.237 +.........+.........+.........+.........+.........+.........+.........+.........+.........+.........+ 0 10 20 30 40 50 60 70 80 90 100 * X SYMBOLS: “X” = TRANSACTION LIFETIME IN SECONDS. “*” = TERMINAL RESPONSE TIME IN SECONDS.