Chapter Contents

Previous

Next
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, 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
Output Delivery System (ODS)

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);>


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.