LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 1999, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 18 May 1999 11:46:59 -0400
Reply-To:     Tim Vorce <timv@TRILLIUMTEAM.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Tim Vorce <timv@TRILLIUMTEAM.COM>
Subject:      My graphing problem
Comments: To: "SAS-L SAS List (E-mail)" <SAS-L@listserv.uga.edu>
Content-Type: text/plain; charset="iso-8859-1"

I wasn't very specific on my graphing problem, so let me try again. There is a bit of flexibility built into this application, and that may prove to be unsurmountable. But, I need to make this work in one configuration, so I'm asking again for help. I have a dataset that is built of columns like this:

Date Shift Hour Statistic

The hour is within the shift (typically 1-8 or 9). I need to graph the statistic for each day and shift. My first take was to map the 9 hours of shift into 24 hours in a day (*24/9). This makes for a nice graph, but then the labels are cryptic. Since I only need 3 or 4 labels, it might be possible to graph it like that, but reconstruct labels that are date+hour. The date field is actually character, but the dhms function seems to have provided a vehicle to translate.

The real complication is that the user can select hourly or daily granularity, and we are looking at daily, weekly, and monthly lengths. So defining the labels could actually solve this problem.

TIA!

Tim Vorce (248) 586-1999 timv@trilliumteam.com


Back to: Top of message | Previous page | Main SAS-L page