Previous Page | Next Page

The PLOT Procedure

Syntax: PLOT Procedure


Requirement: At least one PLOT statement is required.
Tip: Supports RUN-group processing
Tip: Supports the Output Delivery System. See Output Delivery System: Basic Concepts in SAS Output Delivery System: User's Guide for details.
Tip: 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. See Global Statements for a list.
Table of Contents: The PLOT Procedure

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

Task Statement
Requests the plots be produced PROC PLOT
Produce a separate plot for each BY group BY
Describe the plots you want PLOT

Previous Page | Next Page | Top of Page