![]() Chapter Contents |
![]() Previous |
![]() Next |
The TIMEPLOT Procedure |
Procedure features: |
| ||||||||
Data set: | SALES | ||||||||
Formats: | MONTHFMT. |
Program |
![]() | libname proclib 'SAS-data-library'; |
options nodate pageno=1 linesize=80 pagesize=60 fmtsearch=(proclib);
![]() | proc timeplot data=sales; class month week; |
![]() | plot stove=seller / pos=25 ovpchar='!'; plot icebox=seller / pos=25 ovpchar='!' nosymname; |
![]() | format stove icebox dollar10.2 month monthfmt.; title 'Weekly Appliance Sales for the First Quarter'; run; |
Output |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.