Previous Page | Next Page

The GCHART Procedure

Procedure Syntax


Requirements: At least one BLOCK, HBAR, HBAR3D, VBAR, VBAR3D, PIE, PIE3D, DONUT, or STAR statement is required.
Global statements: AXIS, FOOTNOTE, GOPTIONS, LEGEND, PATTERN, TITLE
Reminder: The procedure can include the BY, FORMAT, LABEL, and WHERE statements as well as the SAS/GRAPH NOTE statement.
Supports:

RUN-group processing


PROC GCHART<DATA=input-data-set>
<ANNOTATE=Annotate-data-set>
<GOUT=<libref.>output-catalog>
<IMAGEMAP=output-data-set>;
BLOCK chart-variable(s) </ option(s)>;
HBAR | HBAR3D | VBAR | VBAR3Dchart-variable(s) </ option(s)>;
PIE | PIE3D | DONUT chart-variable(s) </ option(s)>;
STAR chart-variable(s) </ option(s)>;

Previous Page | Next Page | Top of Page