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 (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:39:45 -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: checking format of variables
Comments: To: Frederic KOUMROUYAN <frederic.koumrouyan@CETELEM.DZ>

data num(keep=_numeric_) char(keep=_character_); set sashelp.class; run;

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