Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The BOXPLOT Procedure

PROC BOXPLOT Statement

PROC BOXPLOT < options > ;
The PROC BOXPLOT statement starts the BOXPLOT procedure. The following options can appear in the PROC BOXPLOT statement.

ANNOTATE=SAS-data-set
specifies an ANNOTATE= type data set, as described in SAS/GRAPH Software: Reference, that enhances all box plots requested in subsequent PLOT statements.

DATA=SAS-data-set
names the SAS data set containing the data to be analyzed. If you omit the DATA= option, 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 that is produced by the BOXPLOT procedure. If you omit the libref, PROC BOXPLOT looks for the catalog in the temporary library called WORK and creates the catalog if it does not exist.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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