GTILE Procedure

Restrictions: The only devices supported for the GAREABAR procedure are JAVA, JAVAIMG, ACTIVEX, and ACTXIMG. These devices are recommended for use with the HTML and RTF destinations only.

Custom chart tips and drill-down links are not supported.

The chart legend cannot be suppressed.

For a discrete legend, binning is not supported.

For a discrete legend, user-specified legend values are not supported. The legend values are determined by the data.

Requirements: You must specify the JAVA, JAVAIMG, ACTIVEX, or ACTXIMG device in the GOPTION statement.

At least one FLOW, TILE, or TOGGLE statement is required.

Global statements: FOOTNOTE, GOPTIONS, TITLE
Supports: RUN-Group Processing
Note: The procedure can include the SAS/GRAPH statements BY and NOTE, as well as the Base SAS statements FORMAT, LABEL, and WHERE. See SAS/GRAPH Statements and SAS Statements: Reference for more information.
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.

Syntax

PROC GTILE< DATA=input-data-set>;
FLOW | TILE | TOGGLE size-variable TILEBY=(variable) | (variable-list) </option(s)>;