GCHART Procedure

Requirement: At least one BLOCK, HBAR, HBAR3D, VBAR, VBAR3D, PIE, PIE3D, DONUT, or STAR statement is required.
Global statements: AXIS, FOOTNOTE, GOPTIONS, LEGEND, PATTERN, 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 GCHART<DATA=input-data-set>
<ANNOTATE=Annotate-data-set>
<GOUT=<libref.>output-catalog
<IMAGEMAP=output-data-set>>
;
BLOCK chart-variable(s) </ options>;
PIE | PIE3D | DONUT chart-variable(s) </ options>;
STAR chart-variable(s) </ options>;