GRADAR Procedure
Restriction: |
Not supported by Java |
Requirement: |
At least one CHART statement is required. |
Global statements: |
AXIS, 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 GRADAR <DATA=input-data-set> <GOUT=<libref.>output-catalog> <ANNOTATE=Annotate-data-set>;
CHART chart-variable </ option(s)>;
QUIT;
Copyright © SAS Institute Inc. All rights reserved.