Previous Topic: Format

Next Topic: Sample Usage


Parameters

Gn

n is a value from 1 to 6, identifying the plot format. There can be up to six formats in a run. Data field names in the LIST statement use a suffix code (G1) to (G6), indicating that their values are to be displayed according to a corresponding PLOT statement format, or according to CA JARS Wizard defaults.

CHARACTER = x

x is the character to be displayed. It can be any letter, digit, or special character. Default is '*'.

INCREMENT = n

n is the increment between print positions. If n is 5 and the data value is 15, then three print positions are required to display it. Data values are divided by the increment value and rounded. Default is range/length or 5, minimum is 1, and maximum is 9,999.

LENGTH = n

n is the number of print positions required for the plot. Default is range/increment or 20, minimum is 5, and maximum is page width minus 2.

OVERFLOW = x

x is the character to be displayed when the data value is greater than the maximum RANGE. It appears one position to the right of the last print position. The default is '+'.

RANGE = x-y

x-y indicates the expected minimum and maximum values of the field to be plotted. Default from minimum is 0, maximum is 999, and to maximum is 9,999. Default is 0 to the increment length or 0 to 100.

UNDERFLOW = x

x is the character to be displayed if the data value is less than the minimum RANGE. This character appears one position to the left of the first print position. The default is '-'.