home *** CD-ROM | disk | FTP | other *** search
- 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
- From: SEA@UNB.CA
- Newsgroups: bit.listserv.ibm-main
- Subject: Re: MVS/XA Deleting an Indexed VTOC ???
- Message-ID: <ID5216.D921014.T154403.SEA@unb.ca>
- Date: 14 Oct 92 18:43:58 GMT
- Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
- Lines: 29
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- In-Reply-To: Message of Wed, 14 Oct 92 15:24:41 ADT from <FEATS@VTVM1>
-
- On Wed, 14 Oct 92 15:24:41 ADT Steve Greenfield <FEATS@VTVM1>
- writes:
-
- > I am building an alternate Residence pack. I used FDR COPY to copy my
- > production res onto a test res volume. I did not exclude the indexed
- > vtoc dataset from the copy and I now have an indexed vtoc on my
- > alternate res with a name 'SYS1.VTOCIX.MVSRS1'. My alternate res is
- > MVSRS2. How can I delete this indexed vtoc so that I can define a new
- > one called 'SYS1.VTOCIX.MVSRS2'?
-
- You could leave it as-is if there is no conflict with local site
- conventions. As long as the first two qualifiers of the data set
- name are "SYS1.VTOCIX" everything will be all right; subsequent
- qualifier(s) are ignored.
-
- If you want to rename it, IEHPROGM can be used (but it's been
- a while since I've done this).
-
- If you want to delete it, you must use ICKDSF with the following
- command:
-
- BUILDIX DDNAME(<vol-dd>) OSVTOC PURGE 00190019
-
- for example. Then you can rebuild the IXVTOC using suitable 00200000
- ICKDSF commands
-
- Stephen Allain
- MVS Systems Support
- UNB Computing Services
-