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>;
Optional Arguments
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.
- 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.
- 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 does not
already exist.
Copyright © SAS Institute Inc. All rights reserved.