Chapter Contents

Previous

Next
The TIMEPLOT Procedure

Procedure Syntax


Requirements: At least one PLOT statement
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 TIMEPLOT <DATA=SAS-data-set>
<MAXDEC=number> <UNIFORM>;
BY <DESCENDING> variable-1
<...<DESCENDING> variable-n>
<NOTSORTED>;
CLASS variable(s);
ID variable(s);
PLOT plot-request(s)/option(s);

To do this Use this statement
Produce a separate plot for each BY group BY
Group data according to the values of the class variables CLASS
Print in the listing the values of the variables that you identify ID
Specify the plots to produce PLOT


Chapter Contents

Previous

Next

Top of Page

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