Date: Thu, 25 Jan 2007 21:34:42 -0500
Reply-To: Arthur Tabachneck <art297@NETSCAPE.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Arthur Tabachneck <art297@NETSCAPE.NET>
Subject: Re: OT: Chance to Make SAS-L History: Did You Know That...
No one has been posting did-you-know tips to this thread. There are still
numerous things that some of us know, which others couldn't possibly know
without some help. For example: Did you know that:
SAS still has an undocument proc which one be used to quickly get rid of
files. Proc Delete.
PROC DELETE DATA=CHANGES CUMULATIVE STOP_DATES;
run;
will delete the files work.changes work.cumulative and work.stop_changes
Art
|