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 (December 2006, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 28 Dec 2006 12:58:42 -0500
Reply-To:     Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Subject:      Re: Work Library
Content-Type: text/plain; charset=ISO-8859-1

... so it would be a a good idea, not to do that! Or if you have long SAS jobs or sessions, either use always the same dataset names for that temporary ones, or use

proc datasets lib=work kill nodetails; run;

from time to time to do a "garbage collection".

By the way: in some other OS than windows, where you have to define the max-space for work, you have no advantage. Your task is simply stopped with a error message if work is full.

On Thu, 28 Dec 2006 17:39:35 +0100, =?iso-8859-1?b?U3TpcGhhbmU=?= COLAS <scolas@DATAMETRIC.FR> wrote:

>With Windows, Yes it cans. > >St�phane. > >Selon Raj <ramesh.chakri@GMAIL.COM>: > >> Hi >> OS is Windows 2003 Server. >> >> Is it true that work space can use up all of the harddisk if we keep on >> creating temporary datasets !! ? >> >> Raj!! >>


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