Date: Sun, 14 May 2006 19:51:15 -0700
Reply-To: Matt <mshall2@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Matt <mshall2@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: clever SAS programming needed - please help
In-Reply-To: <200605150133.k4F0mhIH010783@mailgw.cc.uga.edu>
Content-Type: text/plain; charset="iso-8859-1"
Ron:
I think you just need to reshape the data. The easiest way to do this
is through the use of proc transpose, but there are other, 'cleaner'
approaches.
Then you can just create dummy variables using a series of arrays.
Try here for a start:
http://www.ats.ucla.edu/stat/sas/modules/wtol_transpose.htm
|