Previous Page | Next Page

The G3D Procedure

PROC G3D Statement


Can identify the data set that contains the plot variables. Can also specify an annotate data set and an output catalog.


Syntax

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

Options

Proc G3D statement options affect all graphs produced by the procedure.

ANNOTATE=annotate-data-set

specifies an annotate data set to annotate all of the graphs that are produced by the G3D procedure. To annotate individual graphs, use the ANNOTATE= option in the action statement.

Alias: ANNO=
See also: Using Annotate Data Sets
DATA=input-data-set

specifies the SAS data set that contains the variables to plot. By default, the G3D procedure uses the most recently created SAS data set.

See also: SAS Data Sets and The Input Data Set
GOUT=<libref.>output-catalog

specifies the SAS catalog in which to save the graphics output that is produced by the G3D procedure. If you omit the libref, the output is placed in the temporary catalog WORK.GSEG. The temporary output catalog is created if it doesn't already exist.

See also: SAS/GRAPH Output

Previous Page | Next Page | Top of Page