| Date: | Thu, 29 Oct 2009 11:19:06 -0400 |
| Reply-To: | Ya Huang <ya.huang@AMYLIN.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Ya Huang <ya.huang@AMYLIN.COM> |
| Subject: | Re: Text mining Schwarzenegger message |
|
Is this the one got some news the past few days?
data _null_;
set Schwarzenegger_text;
put text $1. @@;
run;
On Thu, 29 Oct 2009 15:11:36 +0100, =?iso-8859-1?Q?
Fern=E1ndez_Rodr=EDguez=2C_Dani?= <DFernandez@CST.CAT> wrote:
>I am just wondering how this message could be transposed one character by
one character.
>
>Could you help, please?
>
>
>
>data Schwarzenegger_text;
>
>input text $150.;
>
>cards;
>
>For some time now I have lamented the fact that major issues are
overlooked while many
>
>unnecessary bills come to me for consideration. Water reform, prison
reform, and health
>
>care are major issues my Administration has brought to the table, but the
Legislature just
>
>kicks the can down the alley.
>
>;
>
>run;
>
>
>
>
>
>Daniel Fernandez.
>
>Barcelona
|