GKPI Procedure

Restriction: The only device supported for the GKPI procedure is JAVAIMG. If you do not specify DEVICE=JAVAIMG, then the procedure sets this option automatically.
Requirement: At least one DIAL, HSLIDER, HBULLET, HTRAFFICLIGHT, SPEEDOMETER, VTRAFFICLIGHT, VBULLET, or VSLIDER statement is required.
Global statements: FOOTNOTE, GOPTIONS (BORDER, VSIZE, HSIZE, XPIXEL, IBACK, CBACK, CTEXT, HTEXT, FTEXT only), TITLE
Supports: Run-group processing
Tip: When using procedures that support RUN-group processing, include a QUIT statement after the last RUN statement. Using the QUIT statement is especially important when the procedure is supposed to completely terminate within the boundaries of an ODS destination (for example, ODS PDF; procedure-code; ODS PDF CLOSE;). See RUN-Group Processing for more information.
See: Overview: GKPI Procedure

Syntax

PROC GKPI <MODE= BASIC | MODERN | RAISED>;
<DIAL ACTUAL=value BOUNDS=bounds-list </ options;>>
<HBULLET | BULLET ACTUAL=value BOUNDS=bounds-list </ options;>>
<VBULLET ACTUAL=value BOUNDS=bounds-list </ options;>>
<HSLIDER | SLIDER ACTUAL=value BOUNDS=bounds-list </ options;>>
<VSLIDER ACTUAL=value BOUNDS=bounds-list </ options;>>
<HTRAFFICLIGHT ACTUAL=value BOUNDS=bounds-list </ options;>>
<VTRAFFICLIGHT | TRAFFICLIGHT ACTUAL=value
BOUNDS=bounds-list </ options;>>
<SPEEDOMETER ACTUAL=value BOUNDS=bounds-list </ options;>>
QUIT;