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