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 (November 2005, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 10 Nov 2005 10:23:07 -0800
Reply-To:     monal kohli <k_monal_99@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         monal kohli <k_monal_99@YAHOO.COM>
Subject:      Re: How to drop One variable from all the datasets
Comments: To: SAS_my_life <subramanyam.phani@GMAIL.COM>
In-Reply-To:  <1131646502.308707.151250@g14g2000cwa.googlegroups.com>
Content-Type: text/plain; charset=iso-8859-1

You can use modify for all that is _all_.This should work.

HTH MOna

--- SAS_my_life <subramanyam.phani@GMAIL.COM> wrote:

> Hello guys I am looking to drop one variable > OOOO_iiiiiii from lot of > datasets in a library. I tried to do that with proc > datasets like this > > proc datasets lib = 'datout' list; > delete OOOO_lll ; > quit ; > > I know it is wrong is there a way do it instead of > doing it with data > step. > > thank you for your time and help >

__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com


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