home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / sasl / 5787 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.9 KB  |  45 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!europa.eng.gtefsd.com!paladin.american.edu!auvm!BUDGET.BITNET!BDCARRD1
  3. Return-Path: <@OHSTVMA.ACS.OHIO-STATE.EDU:SAS-L@VTVM2.BITNET>
  4. Message-ID: <SAS-L%93012714320259@VM.MARIST.EDU>
  5. Newsgroups: bit.listserv.sas-l
  6. Date:         Wed, 27 Jan 1993 14:29:43 EST
  7. Reply-To:     David Carroll <BDCARRD1@BUDGET.BITNET>
  8. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  9. Comments:     Converted from PROFS to RFC822 format by PUMP V2.2X
  10. From:         David Carroll <BDCARRD1@BUDGET.BITNET>
  11. Subject:      (U) reclaim space when deleting catalog members?
  12. Lines: 31
  13.  
  14. I've encountered a problem and haven't been able to find any information
  15. in the SAS documentation. We're running VM/CMS and are testing SAS 6.07.
  16. I've checked the _SAS Companion for CMS_, Tech.Rept P-219 "Changes ... CMS",
  17. and the SAS Lang. Ref. on PROC CATALOG. The problem is that during my
  18. testing after I installed 6.07 I generated many members in my SASUSER
  19. catalog in CMS file 0PROFILE SAS6USER A. When I saw that this file was
  20. taking up a lot of disk space, I ran the following under SAS:
  21.  
  22. proc catalog cat=sasuser.profile;
  23.    contents;
  24. run;
  25.  
  26. This produced a listing of 40+ members. I identified all but 6 or 7 that
  27. I could get rid of and ran the following:
  28.  
  29. proc catalog cat=sasuser.profile;
  30.    delete badmem1 badmem2 /et=source;
  31. run;
  32.  
  33. I ran this for all the members to be deleted, and then I ran the
  34. contents code (first example) again to check it. This time the
  35. listing showed only the 6 or 7 members that I needed to keep.
  36. So far apparently so good. I exited SAS and at the CMS level
  37. issued the filelist command. 0PROFILE SAS6USER A still took up
  38. the same disk space as before the deletes. What am I doing wrong?
  39. Is there any way to reclaim that space? Thanks in advance for
  40. any assistance. I really need an answer to this one before I have
  41. users filling up their disks.
  42. Dave Carroll
  43. bdcarrd1@budget.bitnet
  44. phone (518)474-6960
  45.