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 (March 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 25 Mar 2008 12:29:24 -0400
Reply-To:     Bob_Abelson@HGSI.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Bob_Abelson@HGSI.COM
Subject:      PROC DATASETS and DROP
Content-Type: text/plain; charset=us-ascii

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


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