Chapter Contents

Previous

Next
The PLOT Procedure

Procedure Syntax


Requirement: At least one PLOT statement is required.
Tip: Supports RUN-group processing
Tip: Supports the Output Delivery System (see Chapter 2, "Fundamental Concepts for Using Base SAS Procedures")
Reminder: You can use the ATTRIB, FORMAT, LABEL, and WHERE statements. See Statements with the Same Function in Multiple Procedures for details. You can also use any global statements as well. See Global Statements for a list.

PROC PLOT <option(s)>;
BY <DESCENDING> variable-1
<...<DESCENDING> variable-n>
<NOTSORTED>;
PLOT plot-request(s) </ option(s)>;

To do this Use this statement
Produce a separate plot for each BY group BY
Describe the plots you want PLOT


Chapter Contents

Previous

Next

Top of Page

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