LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (June 2000, 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 Jun 2000 14:35:20 GMT
Reply-To:   zhou.xuejun@BANKOFAMERICA.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   zhou.xuejun@BANKOFAMERICA.COM
Organization:   Deja.com - Before you buy.
Subject:   release unused space

SAS-L;

I have a job I need to assign a temp library, see below, I hope to delete the library before the ending of the job, or at least release the space since it's huge and the job takes 24 hours to run, I tried to use PROC release, but I did see any difference, any suggestions ?

libname acctsort "&&acctsort" disp=(new,catlg) UNIT=(SYSDA,50) SPACE=(CYL,(5000,5000),rlse) BLKSIZE=27648 ;

Thanks! zhou

Sent via Deja.com http://www.deja.com/ Before you buy.


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