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