
Output 60.2 More Complex Report Created with PROC TIMEPLOT
Syntax: TIMEPLOT Procedure
Requirement: At least one PLOT statement is required.
Tips: You can use the ATTRIB, FORMAT, LABEL, and WHERE statements with PROC
TIMEPLOT. For more information, see “Statements with the Same Function in
Multiple Procedures” on page 67.
You can also use any global statement. For a list, see “Global Statements” on page
22 and “Global Statements” in Chapter 1 of SAS Statements: Reference.
PROC TIMEPLOT <option(s)>;
BY <DESCENDING> variable-1 <<DESCENDING> variable-2 …> <NOTSORTED>;
CLASS variable(s);
ID variable(s);
PLOT plot-request(s) </option(s)>;
Syntax: TIMEPLOT ...