home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / bit / listserv / ibmmain / 2372 < prev    next >
Encoding:
Internet Message Format  |  1992-10-15  |  1.6 KB

  1. Path: sparky!uunet!stanford.edu!lll-winken!elroy.jpl.nasa.gov!sdd.hp.com!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!paladin.american.edu!auvm!UNB.CA!SEA
  2. From: SEA@UNB.CA
  3. Newsgroups: bit.listserv.ibm-main
  4. Subject: Re: MVS/XA Deleting an Indexed VTOC ???
  5. Message-ID: <ID5216.D921014.T154403.SEA@unb.ca>
  6. Date: 14 Oct 92 18:43:58 GMT
  7. Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  8. Lines: 29
  9. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  10. In-Reply-To:  Message of Wed, 14 Oct 92 15:24:41 ADT from <FEATS@VTVM1>
  11.  
  12. On  Wed, 14 Oct 92 15:24:41 ADT  Steve Greenfield <FEATS@VTVM1>
  13. writes:
  14.  
  15. > I am building an alternate Residence pack.  I used FDR COPY to copy my
  16. > production res onto a test res volume.  I did not exclude the indexed
  17. > vtoc dataset from the copy and I now have an indexed vtoc on my
  18. > alternate res with a name 'SYS1.VTOCIX.MVSRS1'.  My alternate res is
  19. > MVSRS2.  How can I delete this indexed vtoc so that I can define a new
  20. > one called 'SYS1.VTOCIX.MVSRS2'?
  21.  
  22. You could leave it as-is if there is no conflict with local site
  23. conventions.  As long as the first two qualifiers of the data set
  24. name are "SYS1.VTOCIX" everything will be all right; subsequent
  25. qualifier(s) are ignored.
  26.  
  27. If you want to rename it, IEHPROGM can be used (but it's been
  28. a while since I've done this).
  29.  
  30. If you want to delete it, you must use ICKDSF with the following
  31. command:
  32.  
  33.  BUILDIX  DDNAME(<vol-dd>)  OSVTOC   PURGE                              00190019
  34.  
  35. for example.  Then you can rebuild the IXVTOC using suitable            00200000
  36. ICKDSF commands
  37.  
  38. Stephen Allain
  39. MVS Systems Support
  40. UNB Computing Services
  41.