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