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