Previous Page | Next Page

The GRADAR Procedure

Procedure Syntax


Requirements: At least one CHART statement is required.
Global Statements: AXIS, FOOTNOTE, GOPTIONS, TITLE
Reminder: The procedure can include the BY, FORMAT, LABEL, and WHERE statements as well as SAS/GRAPH NOTE statement.
Supports: RUN-group processing
Restriction: Not supported by Java

PROC GRADAR <DATA=input-data-set>
<GOUT=<libref.>output-catalog>
<ANNOTATE=Annotate-data-set>;
CHART chart-variable </ option(s)>;

Previous Page | Next Page | Top of Page