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 2008, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 30 Oct 2008 11:37:36 -0400
Reply-To:     Toby Dunn <tobydunn@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Toby Dunn <tobydunn@HOTMAIL.COM>
Subject:      Re: checking format of variables
Comments: To: Frederic KOUMROUYAN <frederic.koumrouyan@CETELEM.DZ>

I suppose you have some reason like a Dilbert Pointy Haired Boss (DPHB) telling you that you have too:

Data Num ( Drop = _Character_ ) Char ( Drop = _Numeric_ ) ; Set Have ; Run ;

Toby Dunn

On Thu, 30 Oct 2008 16:37:26 +0100, Frederic KOUMROUYAN <frederic.koumrouyan@CETELEM.DZ> wrote:

>Hello, > >I've a data with both alpha and numerical variables. >I'd like to automatically separate them into 2 data sets, 1 with only >the alpha vbles, and the other with the numericals ones. > >Thank you > >Fred > > >


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