| Date: | Sun, 22 Jan 2006 22:07:31 -0800 |
| Reply-To: | xamil kaisar <xaamil@YAHOO.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | xamil kaisar <xaamil@YAHOO.COM> |
| Subject: | sas program question ! |
| Content-Type: | text/plain; charset=iso-8859-1 |
hi, folks:
i got a question: i have a data set that needs to be
flipped and then do some summation of the numeric
value in the category var by the school id:
schlid season student
a123 spr 2
a123 sum 2
a123 spr 2
a123 fal 3
a123 spr 1
b111 win 1
b111 win 2
b111 fal 4
------------------
what i want is like this:
schlid spr sum fal win
a123 5 2 3 .
b111 . 2 4 3
------------------------
how do i do this ?
i appreciate your help !
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|