|
Hi Bruce,
I don't know why PROC DATASETS fails with that syntax,
but the old PROC DELETE does work:
proc delete data=work._all_;
run;
Hope this is helpful,
Mark Terjeson
Reporting, Analysis, and Procurement Section
Information Services Division
Department of Social and Health Services
State of Washington
mailto:terjem@dshs.wa.gov
-----Original Message-----
From: Bruce Johnson [mailto:bjohnson@SOLUCIENT.COM]
Sent: Monday, December 22, 2003 9:50 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Proc Datasets
Maybe I'm not using my brain lately, but if I want to clear out the work
library using proc datasets, why can't I use this code:
Proc datasets library=work;
delete _all_;
Quit;
Thanks in advance for your help...
_______________________________
Bruce A. Johnson
Senior Data Analyst
Solucient, LLC
(847) 440-9635
bjohnson@solucient.com
This message is a private communication. It may contain information that is
confidential and legally protected from disclosure. If you are not an
intended recipient, please do not read, copy or use this message or any
attachments, and do not disclose them to others.
Please notify the sender of the delivery error by replying to this message,
and then delete it and any attachments from your system. Thank you.
Solucient LLC.
|