Re: Catalog Error - Can't delete dataset

2008-08-25 Thread Staller, Allan
DELETE 'dataset name' nvr FILE(DD1) DD1 points to the correct UCAT HTH, snip So just to try renaming it to something... Seems like everything I try really wants the physical file there - which doesn't make sense since I've run into rouge catalog entries before and not had trouble cleaning

Re: Catalog Error - Can't delete dataset

2008-08-25 Thread Jeffrey Deaver
4. For this one you need to leave the ver… as is. //SYSINDD * ZAP BCS(USERCAT.NAME) - DELETE(KEY(DATASET.NAME) - VER(04,C'A')) Well, I'd love to try the zap, but I don't have CatalogRecovery +. Bummer.

Re: Catalog Error - Can't delete dataset

2008-08-25 Thread Brian Peterson
I've had good luck with IBM's unsupported VVDSFIX tool, to delete an otherwise un-delete-able data set. The VVDSFIX tool's DELBCSR command did the trick for me. //*DELBCSR - DELETE BCS RECORD will erase a BCS record.** //* The purpose of this command is to erase a catalog

Re: Catalog Error - Can't delete dataset

2008-08-25 Thread Jeffrey Deaver
I've had good luck with IBM's unsupported VVDSFIX tool, to delete an otherwise un-delete-able data set. The VVDSFIX tool's DELBCSR command did the trick for me. SHAZAM! It worked. Thanks! Jeffrey Deaver, Engineer Systems Engineering [EMAIL PROTECTED] 651-665-4231(v) IS - Creating competitive

Re: Catalog Error - Can't delete dataset

2008-08-25 Thread Itschak Mugzach
Why don't you just zap the VTOC entry for this dataset to PS? The catalog structure is much simpler then and bypasses VVDS. You should be familiar with VTOP dump, zap and format-x DSCBs. Don't try it at home if you are not familiar with it! If you have CA-Disk, you can use a utility to this for

Catalog Error - Can't delete dataset

2008-08-22 Thread Jeffrey Deaver
I can't delete a dataset which is cataloged, but no longer physically exists. I've tried every trick I can think of to delete the catalog entry, nothing is working. Ideas? Ran a Diag on the catalog, got this... IDC21364I ERROR DETECTED BY DIAGNOSE: ICFCAT ENTRY:

Re: Catalog Error - Can't delete dataset

2008-08-22 Thread Don Holstein
Have you tried delete noscratch. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Jeffrey Deaver Sent: Friday, August 22, 2008 4:05 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Catalog Error - Can't delete dataset I can't delete a dataset which

Re: Catalog Error - Can't delete dataset

2008-08-22 Thread O'Brien, David W. (NIH/CIT) [C]
Did you try: Idcams Delete dataset.name NSCR From: Jeffrey Deaver [mailto:[EMAIL PROTECTED] Sent: Fri 8/22/2008 4:05 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Catalog Error - Can't delete dataset I can't delete a dataset which is cataloged, but no longer physically

Re: Catalog Error - Can't delete dataset

2008-08-22 Thread Jeffrey Deaver
Have you tried delete noscratch. Yep. Got this... IDCAMS SYSTEM SERVICES TIME: 15 DELETE - GROUP.PCLAIMS.LOA.TJJ49MIG.D2002262.T1439255 - PURGE - NOSCRATCH

Re: Catalog Error - Can't delete dataset

2008-08-22 Thread O'Brien, David W. (NIH/CIT) [C]
How can you PURGE a non-existant dataset? From: Jeffrey Deaver [mailto:[EMAIL PROTECTED] Sent: Fri 8/22/2008 4:22 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Catalog Error - Can't delete dataset Have you tried delete noscratch. Yep. Got this... IDCAMS SYSTEM

Re: Catalog Error - Can't delete dataset

2008-08-22 Thread Johnston, Robert E
with the | IDCAMS ALTER command and then delete it. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Jeffrey Deaver Sent: Friday, August 22, 2008 3:22 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Catalog Error - Can't delete dataset Have you

Re: Catalog Error - Can't delete dataset

2008-08-22 Thread Linda Mooney
[mailto:[EMAIL PROTECTED] On Behalf Of Jeffrey Deaver Sent: Friday, August 22, 2008 3:22 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Catalog Error - Can't delete dataset Have you tried delete noscratch. Yep. Got this... IDCAMS SYSTEM SERVICES TIME: 15 DELETE

Re: Catalog Error - Can't delete dataset

2008-08-22 Thread Jeffrey Deaver
Had to go to 1.9 manual to find 90-54. Does this make any sense to you? | 54 Explanation: DELETE failed because the data set is being renamed but it has not completed. | Programmer Response: Rename the data set with the |

Re: Catalog Error - Can't delete dataset

2008-08-22 Thread Jeffrey Deaver
How can you PURGE a non-existant dataset? Tried it both ways. I get the same result without the PURGE. Jeffrey Deaver, Engineer Systems Engineering [EMAIL PROTECTED] 651-665-4231(v) IS - Creating competitive advantage with technology. Providing service that excels. OSS - Where Innovation

Re: Catalog Error - Can't delete dataset

2008-08-22 Thread Jeffrey Deaver
Problem with the instruction set above - rename it to what? So just to try renaming it to something... Seems like everything I try really wants the physical file there - which doesn't make sense since I've run into rouge catalog entries before and not had trouble cleaning them up. This one is

Re: Catalog Error - Can't delete dataset

2008-08-22 Thread Arturo
Jeffrey, here are a few of the parameters that I have tried and have gotten the file deleted. Since, you didn’t post the commands that you’ve used. I figure that I send you what has worked for me in the pass. Hope this helps. Just review the parms in manual before using to make sure that we’ll