|
|> From: Don Cram <doncram@GSB-KWANZA.STANFORD.EDU> writes
|> Subject: how clear out work datasets?
|> Is there some way I can erase / clear work datasets in SAS 6.09 or
|> 6.11 (in unix on SunOS 2.x or on Solaris) while the program is
|> running, once the dataset is no longer needed?
Try
proc delete data = whatever ; run ;
anywhere in your program.
Regards,
*-----------------------------*
| Ismail Parsa |
| Epsilon Data Management |
| 50 Cambridge Street |
| Burlington MA 01803 USA |
| |
| E-MAIL: sip@epsilon.com |
| V-MAIL: (617) 273-0250*6734 |
| FAX: (617) 272-8604 |
| |
| The Usual Caveat Applies |
*-----------------------------*
|