Date: Tue, 25 Mar 2008 11:40:17 -0500
Reply-To: "data _null_," <datanull@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "data _null_," <datanull@GMAIL.COM>
Subject: Re: PROC DATASETS and DROP
In-Reply-To: <OF056A9CCC.7AB4AB1D-ON85257417.005A48F6-85257417.005A95B2@hgsi.com>
Content-Type: text/plain; charset=ISO-8859-1
You cannot you will need to create a new data set with the variable(s)
removed. DROPped or not KEEPed.
On Tue, Mar 25, 2008 at 11:29 AM, <Bob_Abelson@hgsi.com> wrote:
> I can't seem to find anything in the online documentation that will help
> me. I'm using PROC DATASETS to rename and label variables in several
> datasets, and want to be able to drop a variable. It didn't work with
>
> modify x(drop=y);
>
> nor with
>
> modify x;
> drop y;
>
> So, can it be done?
>
> Thanks.
>
> Bob Abelson
> HGSI
> 240 314 4400 x1374
> bob_abelson@hgsi.com
>
|