Previous Page | Next Page

The GKPI Procedure

Procedure Syntax


Type: Template-based (see Device-Based Graphics and Template-Based Graphics)
Requirements:
  • You must specify an ODS HTML or ODS RTF statement.

  • The only device supported for the GKPI procedure is JAVAIMG. If you do not specify DEVICE=JAVAIMG, then the procedure sets this option automatically.

  • At least one DIAL, HSLIDER, HBULLET, HTRAFFICLIGHT, SPEEDOMETER, VTRAFFICLIGHT, VBULLET, or VSLIDER statement is required.

Global Statements: FOOTNOTE , GOPTIONS (BORDER, VSIZE, HSIZE, XPIXEL, YPIXEL, IBACK, CBACK, CTEXT, HTEXT, FTEXT only), TITLE
Supports: Run-group processing

PROC GKPI <MODE= BASIC | RAISED>;
DIAL|HBULLET|HSLIDER|HTRAFFICLIGHT|SPEEDOMETER| VTRAFFICLIGHT|VBULLET|VSLIDER ACTUAL=data-value BOUNDS=bound-value-list </ options>;

Previous Page | Next Page | Top of Page