Chapter Contents

Previous

Next
The G3D Procedure

PROC G3D Statement


Identifies the data set that contains the plot variables. Optionally specifies annotation and an output catalog.

Requirements: An input data set is required.



Syntax

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


Options

ANNOTATE=Annotate-data-set
ANNO=Annotate-data-set
specifies a data set to annotate all of the graphs that are produced by the G3D procedure. To annotate individual graphs, use ANNOTATE= in the action statement.
See also: The Annotate Data Set

DATA=input-data-set
specifies the SAS data set that contains the variables to plot. By default, the procedure uses the most recently created SAS data set.
See also: SAS Data Sets About 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, SAS/GRAPH the catalog if it does not exist.
See also: Storing Graphics Output in SAS Catalogs


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.