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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!gatech!paladin.american.edu!auvm!MCMAIL.CIS.MCMASTER.CA!DFRASER
  3. Return-Path: <@VM1.CC.UAKRON.EDU,
  4.              @VM1.CC.UAKRON.EDU:dfraser@mcmail.cis.mcmaster.ca>
  5. Message-ID: <Pine.2.4.9301070843.A25584@mcmail>
  6. Newsgroups: bit.listserv.ibm-main
  7. Date:         Thu, 7 Jan 1993 08:18:28 -0500
  8. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  9. From:         Doug Fraser <dfraser@MCMAIL.CIS.MCMASTER.CA>
  10. Subject: Re: Dangling VSAM truenames
  11. Comments: To: IBM Mainframe Discussion List <IBM-MAIN@VM1.CC.UAKRON.EDU>
  12. In-Reply-To:  <199301070938.AA23905@mcmail.cis.mcmaster.ca>
  13. Lines: 25
  14.  
  15. On Thu, 7 Jan 1993, Gregory Plucinski 257508 wrote:
  16.  
  17. > > On Tue, 5 Jan 1993 14:41:00 PST,
  18. > >    Gregory Plucinski 257508 <GRZES@PLWATU22.BITNET> said:
  19. > > >  I think that someone use :
  20. > > >   DELETE name CLUSTER
  21. > > >  If you specify CLUSTER VSAM deletes only cluster (not DATA and INDEX,
  22. > > >            i don't know why but it's )
  23. > >
  24. > > This is not true.  Try it.  DELETE CLUSTER deletes the cluster and all
  25. > > lower level related objects.
  26. > >
  27. >   In my VSAM it's work as i wrote, i check it.
  28. >   I use MVS/SP 1.3.6 may be it's to old ?
  29. >   And of course ICF catalogs.
  30. >
  31.   We had this problem several times years ago.  It was caused by the
  32. security for the data and index being different than the security for the
  33. cluster.  The person was allowed to delete the cluster but not the data
  34. and index.  We use acf2 and it is based on dataset name.  We stopped
  35. having this problem when the data and index names were aligned with the
  36. cluster names and the security rules.  This probably is not the cause of
  37. your problem but ...
  38.  
  39. Doug Fraser
  40.