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