home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!spool.mu.edu!uwm.edu!psuvax1!psuvm!auvm!PLWATU22.BITNET!GRZES
- Return-Path: <@VM1.CC.UAKRON.EDU:IBM-MAIN@RUTVM1.BITNET>
- Message-ID: <IBM-MAIN%93010514402768@DEARN>
- Newsgroups: bit.listserv.ibm-main
- Date: Tue, 5 Jan 1993 14:41:00 PST
- Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
- From: Gregory Plucinski 257508 <GRZES@PLWATU22.BITNET>
- Subject: Re: Dangling VSAM truenames
- Lines: 19
-
- > > But, for some reason, the data sets were only uncatalogged, and the
- > > VSAM space for the user catalog and the page spaces are still out there.
- >
- > Sounds like DELETE FORCE or DELETE RECOVERY was used. Generally a
- > no-no unless you really know what you're doing and why.
- >
-
- I think that someone use :
- DELETE name CLUSTER
- If you specify CLUSTER VSAM deletes only cluster (not DATA and INDEX,
- i don't know why but it's )
-
- Some time ago I do this.
- the only way to recover this situation is SUPERZAP VTOC.
- (I can't erase all VSAM files on volume)
- I change in VTOC bit PASSWORD PROTECTED end erase file using DISP=(OLD,DELETE)
- or from ISPF.
-
- Gregory
-