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 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 12 Jan 2009 14:43:27 -0800
Reply-To:     Steve James <spj1@CDC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Steve James <spj1@CDC.GOV>
Organization: http://groups.google.com
Subject:      Read Multiline Cell Data in Excel
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

I've got an MS Excel 2003 Workbook with cells that have multiple lines of data in it. Lines are separated by a NewLine character. I want to read it into SAS and put each line on a new observation

I have

Cell A1 1 = Male 2 = Female 9 = Unknown

OBS F1 1 1 = Male 2 2 = Female 3 9 = Unknown

Any easy way to do this?

Steve


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