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;
|