The SGSCATTER Procedure |
Requirements: | An input data set is required. |
PROC SGSCATTER <DATA= input-data-set>
|
Options |
specifies the SAS data set that contains the variables to process. By default, the procedure uses the most recently created SAS data set.
specifies a description for the output image. The description identifies the image in the following locations:
the Results window
the alternate text for the image in HTML output
the table of contents that is created by the CONTENTS option in an ODS statement
The default description is "The SGSCATTER Procedure".
Note: You can disable the alternate text in HTML output by specifying an empty string. That is, DESCRIPTION="" .
Note: The name of the output image is specified by the IMAGENAME= option in the ODS GRAPHICS statement.
Alias: | DES |
specifies a file destination for the template code that is generated by the SGSCATTER procedure.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.