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 (January 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 22 Jan 2009 05:44:30 -0800
Reply-To:   jerry8989@GMAIL.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   jerry8989@GMAIL.COM
Organization:   http://groups.google.com
Subject:   Parsing SAS Variable
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

I have SAS data set with 2 columns(Variables) that have data that is laid out like this

Column1 X5 X8 X12 X9 X1

Column2 1990 1991 1992 1993 1994

I have no control on how many values that can be in 1 cell. There could be 1 or 20. I need to know if it's possible to break this data out so it appears

1990 X5 1991 X5 1992 X5 1993 X5 1994 X5 1990 X8 1991 X8 1992 X8 1993 X8 1994 X8 etc....

I'm very new to SAS and I would appricate any help I can get.

Thank You Jerry


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