Is it a PDSE? If so, is it dangerously shared outside a sysplex?
 Did you try another rename with something other than .old?

> -----Original Message-----
> From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On
> Behalf Of Mark Jacobs
> Sent: Tuesday, June 23, 2020 1:27 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Dataset Quandry
> 
> Explanation: DELETE failed because the data set is being renamed
> but it has not completed.
> 
> Programmer Response: Rename the data set with the IDCAMS ALTER
> command and then delete it.
> 
> alter 'TCXMV010.TDV490A.SRCLIB2'
> newname('TCXMV010.TDV490A.SRCLIB2.old')
> 
> IDC3014I CATALOG ERROR+
> IDC0532I **ENTRY TCXMV010.TDV490A.SRCLIB2 NOT ALTERED
> IDC0014I LASTCC=8
> IDC3009I ** VSAM CATALOG RETURN CODE IS 130 - REASON CODE IS
> IGG0CLEC-18
> 
> RETURN CODE 130 Explanation: An ALTER RENAME recatalog error.
> 18          Explanation: The data set name specified in NEWNAME is involved
>             in another ALTER NEWNAME request that is not yet complete.
> 
> Sent from ProtonMail, Swiss-based encrypted email.
> 
> GPG Public Key -
> https://urldefense.com/v3/__https://api.protonmail.ch/pks/lookup?op=get
> &search=markjacobs@protonmail.com__;!!JmPEgBY0HMszNaDT!43jEHqisSf
> w42wj-St8fj3Sca6qT5N0_EqH_JxBgXN4k0JbtF4GGvgWjFhWveg$
> 
> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> On Tuesday, June 23, 2020 4:16 PM, Gibney, Dave <gib...@wsu.edu>
> wrote:
> 
> > I don't feel like looking it up myself, right now. What is the explanation?
> >
> > > -----Original Message-----
> > > From: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU On
> > > Behalf Of Mark Jacobs
> > > Sent: Tuesday, June 23, 2020 1:12 PM
> > > To: IBM-MAIN@LISTSERV.UA.EDU
> > > Subject: Re: Dataset Quandry
> > > Yes on looking up the message. I tried those two things too.
> > > del 'TCXMV010.TDV490A.SRCLIB2' nos
> > > IDC3014I CATALOG ERROR+
> > > IDC0551I ** ENTRY TCXMV010.TDV490A.SRCLIB2 NOT DELETED
> > > IDC0014I LASTCC=8
> > > IDC3009I ** VSAM CATALOG RETURN CODE IS 90 - REASON CODE IS
> > > IGG0CLFO-54
> > > delete 'TCXMV010.TDV490A.SRCLIB2' file(a) nvr
> > > IDC3014I CATALOG ERROR+
> > > IDC0551I ** ENTRY TCXMV010.TDV490A.SRCLIB2 NOT DELETED
> > > IDC0014I LASTCC=8
> > > IDC3009I ** VSAM CATALOG RETURN CODE IS 90 - REASON CODE IS
> > > IGG0CLFP-20
> > > Sent from ProtonMail, Swiss-based encrypted email.
> > > GPG Public Key -
> > >
> https://urldefense.com/v3/https://api.protonmail.ch/pks/lookup?op=get
> > >
> > >
> &search=markjac...@protonmail.com;!!JmPEgBY0HMszNaDT!7NJ1n_RrLRo
> QBw4eK4pHJDQx96O0ZqZlrfGEwL6rM7616Z5mvA2k7CXFlJXAcA$
> > > ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> > > On Tuesday, June 23, 2020 3:59 PM, Allan Staller allan.stal...@hcl.com
> > > wrote:
> > >
> > > > 1.  back up datasetr
> > > > 2.  diagnose/examine the ucat
> > > > 3.  idcams Del 'entryname' nscr
> > > > 4.  idcams Del entryname nvr file(dd1)
> > > > 5.  restore from recent backup (if desired).
> > > >
> > > > Have you looked up " IDC3009I ** VSAM CATALOG RETURN CODE IS 90 -
> > > > REASON CODE IS IGG0CLFO-54"?
> > > > -----Original Message-----
> > > > From: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU On
> > > > Behalf Of Mark Jacobs
> > > > Sent: Tuesday, June 23, 2020 2:45 PM
> > > > To: IBM-MAIN@LISTSERV.UA.EDU
> > > > Subject: Dataset Quandry
> > > > [CAUTION: This Email is from outside the Organization. Unless you trust
> the
> > > > sender, Don’t click links or open attachments as it may be a Phishing
> email,
> > > > which can steal your Information and compromise your Computer.]
> > > > We have a dataset in one of our user catalogs that's giving the catalog
> > > > search interface fits;
> > > > EDG2237E CATALOG SEARCH INTERFACE REQUEST FAILED RETURN
> CODE
> > > > 100 REASON CODE 10 EDG2237E CONT:- IN CATALOG
> CATALOG.DP.USERCAT
> > > > EDG2303E DFSMSrmm INVENTORY MANAGEMENT TASK ABEND U2201
> > > > EDG2003E ABEND S000 U2201 RSN 0000 DURING DFSMSrmm
> SUBSYSTEM
> > > > PROCESSING AT 00220 EDG6901I UTILITY EDGHSKP COMPLETED WITH
> > > > RETURN CODE 12
> > > > Generic Listcat is getting this;
> > > > IDC3014I CATALOG ERROR
> > > > IDC3009I ** VSAM CATALOG RETURN CODE IS 100 - REASON CODE IS
> > > > IGG0CLFS-10 IDC1566I ** TCXMV010.TDV490A.SRCLIB2 NOT LISTED
> > > > But a specific listcat finds it.
> > > > listc ent('TCXMV010.TDV490A.SRCLIB2')
> > > > NONVSAM ------- TCXMV010.TDV490A.SRCLIB2 IN-CAT ---
> > > > CATALOG.DP.USERCAT
> > > > I've tried everything I can think of to rename/delete. It's not working.
> > > > del 'TCXMV010.TDV490A.SRCLIB2'
> > > > IDC3014I CATALOG ERROR+
> > > > IDC0551I ** ENTRY TCXMV010.TDV490A.SRCLIB2 NOT DELETED IDC0014I
> > > > LASTCC=8 IDC3009I ** VSAM CATALOG RETURN CODE IS 90 - REASON
> CODE
> > > > IS IGG0CLFO-54
> > > > Trying from ISPF 3.4 with the volume it's on entered
> > > > IEC614I SCRATCH FAILED - RC 008, DIAGNOSTIC INFORMATION IS
> > > > (040942D1),
> > > > DEVPROC,LS050B,TCXMV010.TDV490A.SRCLIB2
> > > > I'm at a loss on how to get this fixed. Any ideas?
> > > > Sent from ProtonMail, Swiss-based encrypted email.
> > > > GPG Public Key -
> > > >
> https://urldefense.com/v3/https://apc01.safelinks.protection.outlook.co
> > > >
> > > > m/?url=https3A2F2Fapi.protonmail.ch2Fpks2Flookup3Fop3Dget26
> > > >
> > > > search3Dmarkjacobs40protonmail.com&data=027C017Callan.staller40
> > > >
> > > >
> HCL.COM7C62c3e90ce91c42d2a9b108d817adf0497C189de737c93a4f5a8b68
> > > > 6f4ca99419127C07C07C637285383157839460&sdata=Vd1Qo4le9VKdwq2
> > > >
> FoPE4Vk5yiZZiDGU0tNZNEY5p42Bsk*3D&reserved=0;JSUlJSUlJSUlJSUlJSUlJS
> UlJSUl!!JmPEgBY0HMszNaDT!7NJ1n_RrLRoQBw4eK4pHJDQx96O0ZqZlrfG
> > > > EwL6rM7616Z5mvA2k7CVoIhSlrQ$
> > >
> > > > For IBM-MAIN subscribe / signoff / archive access instructions, send
> email
> > > > to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> > > > ::DISCLAIMER::
> > > > The contents of this e-mail and any attachment(s) are confidential and
> > > > intended for the named recipient(s) only. E-mail transmission is not
> > > > guaranteed to be secure or error-free as information could be
> intercepted,
> > > > corrupted, lost, destroyed, arrive late or incomplete, or may contain
> viruses
> > > > in transmission. The e mail and its contents (with or without referred
> errors)
> > > > shall therefore not attach any liability on the originator or HCL or its
> affiliates.
> > > > Views or opinions, if any, presented in this email are solely those of 
> > > > the
> > > > author and may not necessarily reflect the views or opinions of HCL or
> its
> > > > affiliates. Any form of reproduction, dissemination, copying, 
> > > > disclosure,
> > > > modification, distribution and / or publication of this message without
> the
> > > > prior written consent of authorized representative of HCL is strictly
> > > > prohibited. If you have received this email in error please delete it 
> > > > and
> notify
> > > > the sender immediately. Before opening any email and/or
> attachments,
> > > > please check them for viruses and other defects.
> > > > --
> > > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > > send email to lists...@listserv.ua.edu with the message: INFO IBM-
> MAIN
> > >
> > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > send email to lists...@listserv.ua.edu with the message: INFO IBM-
> MAIN
> >
> > --
> >
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to