| Date: | Mon, 28 Jun 2004 22:28:52 +0300 |
| Reply-To: | Nina Harris <sas@MAILINATOR.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Nina Harris <sas@MAILINATOR.COM> |
| Subject: | how do you display Proc Summary timedata ? |
| Content-Type: | text/plain; |
when proc summary outputs a time variable containing hours, minutes, seconds
and summarizes the data by some class variable, how do you display the data
?
there appears to be no problem with anything over 10 hours, ie. 27:01:01 but
anything under 10 hours is difficult to align properly when output via a
"data _null_;file ;put ... "
ie. variable w containing "140:01:27" does not align with same variable
containing "0:02:59"
proc summay appears to output time variables as time9.
|