Previous Page | Next Page

The TIMEPLOT Procedure

Syntax: TIMEPLOT Procedure


Requirements: At least one PLOT statement
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 TIMEPLOT Procedure

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

Task Statement
Requests that the plots be produced PROC TIMEPLOT
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

Previous Page | Next Page | Top of Page