home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / ibmmain / 2945 < prev    next >
Encoding:
Text File  |  1993-01-05  |  2.2 KB  |  59 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!spool.mu.edu!uwm.edu!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!news.ysu.edu!psuvm!auvm!USCMVSA.BITNET!LDW
  3. Message-ID: <IBM-MAIN%93010505251376@RICEVM1.RICE.EDU>
  4. Newsgroups: bit.listserv.ibm-main
  5. Date:         Tue, 5 Jan 1993 03:23:00 PST
  6. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  7. From:         Leonard D Woren <LDW@USCMVSA.BITNET>
  8. Subject:      Re: Dangling VSAM truenames
  9. Lines: 48
  10.  
  11. > O.K. so someone here deleted a user catalog and some page space.  When
  12. > they did so, they included a PURGE in the delete command.
  13.  
  14. PURGE only bypasses the expiration date.
  15.  
  16. > But, for some reason, the data sets were only uncatalogged, and the
  17. > VSAM space for the user catalog and the page spaces are still out there.
  18.  
  19. Sounds like DELETE FORCE or DELETE RECOVERY was used.  Generally a
  20. no-no unless you really know what you're doing and why.
  21.  
  22. > I can import connect the user catalog, but if I try to use it (or
  23. > do a LISTCAT on it), I get a strange error.  Implies to me that the file
  24. > is corrupted.
  25.  
  26. Sure.  It doesn't actually exist, so catalog management gets an error
  27. trying to access it.
  28.  
  29. > The bottom line is that I want to get rid of the VSAM space for these
  30. > buggerts.
  31.  
  32. I assume that you mean that you want to delete the actual objects from
  33. the VTOC & VVDS.  To me, "VSAM space" only applies to old-style VSAM
  34. catalog dataspaces defined with "DEFINE SPACE".
  35.  
  36. > I've tried user delete with truename, but it doesn't work.
  37. > (Get a ENTRY NOT FOUND.)
  38.  
  39. DELETE VVR (not DELETE TRUENAME) is required.
  40.  
  41. > I'd rather not have to zap the vtoc to get rid of these buggerts.
  42.  
  43. You shouldn't need to.
  44.  
  45. > Especially since then, I'll have to clean up the VVDS as well.
  46.  
  47. Right.  DELETE VVR will clean up both the VTOC and the VVDS.
  48.  
  49.  
  50. Note that DELETE VVR requires the FILE and CATALOG operands.  Try
  51. specifying your master catalog and its master password.  If the
  52. delete vvr fails that way, you may need to define ucat a catalog
  53. with the same name as the original, and specify it on delete vvr.
  54. Then delete it after you've done all your delete vvr commands.
  55. Delete vvr may also need to be apf authorized, which probably means
  56. that you'll have to run it under batch idcams.
  57.  
  58. /Leonard
  59.