The 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)>;
|
Task | Statement | |
---|---|---|
Requests the plots be produced |
PROC PLOT |
|
Produce a separate plot for each BY group |
BY |
|
Describe the plots you want |
PLOT |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.