The
DEFINE NONVSAM(NAME(MARPACE.GODADDY.CERT) -
         DEVT(3390) VOLUME(STDL09))
got it cataloged again, but I still could not delete the file.

So I did
DELETE  MARPACE.GODADDY.CERT               NOSCRATCH
to get it removed from the catalog again.

Then did a
DEFINE NONVSAM -
 (NAME(MARPACE.GODADDY.CERT) -
  DEVICETYPE(3390) -
  VOLUMES(STDL09) -
  RECATALOG)

This time I was able to us D to delete the file from PDF.

Thanks to all for the suggestions.

On Thu, Feb 8, 2018 at 3:05 PM, Mark Pace <[email protected]> wrote:

> Yes, I did specify FILE
>
>
>  *DELETE MARPACE.GODADDY.CERT     FILE(DD1) *
>
> IDC3014I CATALOG ERROR
>
> IDC3009I ** VSAM CATALOG RETURN CODE IS 102 - REASON CODE IS IGG0CLFM-2
> IDC0551I ** ENTRY MARPACE.GODADDY.CERT NOT DELETED
>
> IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 8
>
> On Thu, Feb 8, 2018 at 2:45 PM, Andrew Arentsen <
> [email protected]> wrote:
>
>> Did you specify the FILE when using IDCAMS DEL NVR?
>>
>>
>> //****************************************************************
>> //* DELETES NON-CATALOGED DATASETS WITH IDCAMS
>> //* USE VVR FOR VSAM DATASETS
>> //* USE NVR FOR SAM DATASETS
>> //* CHANGE VOLSER TO MATCH VOLUME THAT DATASET RESIDES ON
>> //****************************************************************
>> //STEP1 EXEC PGM=IDCAMS
>> //SYSPRINT DD SYSOUT=*
>> //FILE2 DD UNIT=SYSDA,VOL=SER=TSO901,DISP=OLD
>> //SYSIN DD *
>>   DEL ('DSZZ005.STT00035.VIALOG') NVR FILE(FILE2)
>>
>>
>> Andrew Arentsen
>> Senior Mainframe Systems Engineer
>>
>>
>>
>>
>> From:   "Mark Pace" <[email protected]>
>> To:     [email protected]
>> Date:   2018-02-08 13:39
>> Subject:        Delete dataset catch-22
>> Sent by:        "IBM Mainframe Discussion List" <[email protected]
>> >
>>
>>
>>
>> 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 e-mail is confidential. If you are not the intended recipient, you
>> must not disclose or use the information contained in it. If you have
>> received this e-mail in error, please tell us immediately by return e-mail
>> and delete the document.
>>
>>
>> ----------------------------------------------------------------------
>> 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
>
>
>
>


-- 
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

Reply via email to