LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (October 2009, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments:   To: Daniel Fernandez <DFernandez@CST.CAT>

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


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