Previous Page | Next Page

The GRADAR Procedure

PROC GRADAR Statement


Identifies the data set that contains the plot variables. Specifies an output catalog (optional).
Requirements: An input data set is required.


Syntax

PROC GRADAR <DATA=input-data-set>
<GOUT=<libref.>output-catalog>
<ANNOTATE=Annotate-data-set>;

Options

PROC GRADAR statement options affect all graphs produced by the procedure.

ANNOTATE=Annotate-data-set

specifies a data set to add annotate elements to all graphs that are produced by the GRADAR procedure. To add annotate elements to individual graphs, use ANNOTATE= in the CHART statement.

Alias: ANNO=
Restriction: The GRADAR procedure does not support coordinate systems 2 or 8. See Coordinate Systems.
See also: Using Annotate Data Sets
DATA=input-data-set

specifies the SAS data set that contains the variable(s) to chart. By default, the procedure uses the most recently created SAS data set.

GOUT=<libref.>output-catalog

specifies the SAS catalog in which to save the graphics output produced by the GRADAR procedure.

Previous Page | Next Page | Top of Page