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 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


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