Review IBM APAR, II11661 http://www-01.ibm.com/support/docview.wss?uid=isg1II11661
It has the same RC & Diagnostic string. Al Nims Systems Admin/Programmer 3 UFIT University of Florida (352) 273-1298 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Mark Pace Sent: Thursday, February 08, 2018 2:58 PM To: [email protected] Subject: Re: Delete dataset catch-22 Doing the define NONVSAM - got me a little closer - the dataset is now cataloged. But when I use D to delete the datset - IEC614I SCRATCH FAILED - RC 008, DIAGNOSTIC INFORMATION IS (04060020), IKJACCNT,STDL09,MARPACE.GODADDY.CERT 04060020 - Verification of SMS flags failed; caller indicates data set is not SMS-managed, but FMT4 DSCB indicates that it is an SMS volume. This error might be caused by a damaged catalog entry. Issuing the recatalog command might clear this error. Do I will try the recatalog command. On Thu, Feb 8, 2018 at 2:44 PM, Burrell, Todd <[email protected]> wrote: > What do you get if you try this in IDCAMS: > > DEFINE NONVSAM(NAME(MARPACE.GODADDY.CERT) - > DEVT(3390) VOLUME(STDL09)) > > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] > On Behalf Of Mark Pace > Sent: Thursday, February 08, 2018 2:38 PM > To: [email protected] > Subject: Delete dataset catch-22 > > I'm trying to delete a dataset that is not cataloged any longer. I'm > not sure why it is not in a catalog, but it is not. I've tried to > re-catalog the dataset, but it doesn't catalog. > > So I have tried to every combination of IDCAMS DELETE I can think of. > NONVSAM > NVR > etc.. > > All return > ** VSAM CATALOG RETURN CODE IS 8 - REASON CODE IS IGG0CLEG-42 - > Dataset not found. > > So I tried IEHPROGM > SCRATCH DSNAME=MARPACE.GODADDY.CERT,VOL=3390=STDL09,PURGE > > IEC614I SCRATCH FAILED - RC 008, DIAGNOSTIC INFORMATION IS (0406001E), > STEP010,STDL09,MARPACE.GODADDY.CERT > > 0406001E - Verification of SMS flags failed; caller indicates the > data set is not cataloged, but the *FMT1 DSCB indicates the data set > is > cataloged* > > So I have no idea how to remove this dataset, IDCAMS won't do it > because it's not in a catalog, and IEHPROGM won't do it because it > thinks it is in a catalog. > > Anyone have a suggestion? > > Thank you. > > > > -- > The postings on this site are my own and don’t necessarily represent > Mainline’s positions or opinions > > Mark D Pace > Senior Systems Engineer > Mainline Information Systems > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN > > > > This email transmission and any accompanying attachments may contain > CSX privileged and confidential information intended only for the use > of the intended addressee. Any dissemination, distribution, copying or > action taken in reliance on the contents of this email by anyone other > than the intended recipient is strictly prohibited. If you have > received this email in error please immediately delete it and notify > sender at the above CSX email address. Sender and CSX accept no > liability for any damage caused directly or indirectly by receipt of this > email. > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN > -- The postings on this site are my own and don’t necessarily represent Mainline’s positions or opinions Mark D Pace Senior Systems Engineer Mainline Information Systems ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
