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 (September 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 17 Sep 2007 10:59:26 -0700
Reply-To:     "Terjeson, Mark" <Mterjeson@RUSSELL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Terjeson, Mark" <Mterjeson@RUSSELL.COM>
Subject:      Re: dos command
Comments: To: Jules Bosch <jbosch1@OPTONLINE.NET>
In-Reply-To:  A<000501c7f952$471a7820$6501a8c0@DOWNSTAIRS>
Content-Type: text/plain; charset="us-ascii"

Hi Jules.

Before I mention what commands, CAUTION: if you have SAS installed on your PC, there are lots of files belonging to SAS that you may not wish to delete. If you were only refering to your own user datasets then globally deleting all the datasets off of your C: drive may prove unpleasant and a bit more than you intended.

You can find all the datasets on C: to look through first with: c: cd \ dir/s *.sas7bdat

Then if you must erase them all you can use the same /S option for the ERASE command.

BE CAREFUL, even if just doing selected subdirectories.

Hope this is helpful.

Mark Terjeson Senior Programmer Analyst, IM&R Russell Investments

Russell Investments Global Leaders in Multi-Manager Investing

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Jules Bosch Sent: Monday, September 17, 2007 10:44 AM To: SAS-L@LISTSERV.UGA.EDU Subject: dos command

I am looking for a DOS command that will delete any and all SAS data sets on my c:\ drive.

TIA,

Jules


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