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 2011, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 17 May 2011 16:03:43 +0000
Reply-To:     "L... L..." <mar.lamack@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "L... L..." <mar.lamack@HOTMAIL.COM>
Subject:      reading text in multiple lines
Content-Type: text/plain; charset="iso-8859-1"

Dear all, I need to import a txt file like this:

<td> some text 1 </td> <td> some text 2 </td> <td> some text some text some text some text some text some text some text</td> . . . I need to create three variables: var1: some text 1 var2: some text 2 var3: some text some text some text some text some text some text some text

Please, How can I do this? (sas 9.2)

best regards;


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