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 (August 1996, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 15 Aug 1996 08:45:15 EDT
Reply-To:   Ismail Parsa <sip@EPSILON.COM>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Ismail Parsa <sip@EPSILON.COM>
Subject:   Re: how clear out work datasets?
Comments:   To: doncram@GSB-KWANZA.STANFORD.EDU

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


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