All: How do you interpret "Explanation: "DELETE NVR request for a NVR with an 
associated catalog."? Is that saying that you tried to delete a catalog?


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Mark Jacobs [00000224d287a4b1-dmarc-requ...@listserv.ua.edu]
Sent: Tuesday, June 23, 2020 4:58 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Dataset Quandry

Tried that. Failed.


Sent from ProtonMail, Swiss-based encrypted email.

GPG Public Key - 
https://secure-web.cisco.com/1c9zT_Nwsoe6gJils2R8HW8GNl_iq73eqZtEqeXFFsChAmOtZHs8_pOU4TKx1-ZP2u3NKL_m4DczsIzHbcareJ2B8utzdmKTLm3e-ie3Cx2qc8sX0AnMZTwTvEa5JDCu5ds4_UxQVNjo5RyctJRZcr3AuOWlPFenskoj2R5UhKvMBoFg8deBTmDqi4EnHYKpD9dwtNwh_WDR2yNLv4rb7HtOsgX5LvY165FwaSYy3x5R82hoJ7kRVyHHimdXq3H9M4vXfYwflI_Itebk74lcpqyZUx8aJZYFJ3cJjmGOjQKp3S17zroRFinZ9d4x6eULxGwJS9qvDzJIQPLJetPdElgv2EK2d--HncJpTPqMDqZZ1AB5_3ESpqgraAjrVWAHylfaI0xnE87yJdfaLMxAO4ky4rkA9j9ah0MHoexD2jXh4Kv1hD01ZL18Aef7hh6It/https%3A%2F%2Fapi.protonmail.ch%2Fpks%2Flookup%3Fop%3Dget%26search%3Dmarkjacobs%40protonmail.com

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Tuesday, June 23, 2020 4:49 PM, Seymour J Metz <sme...@gmu.edu> wrote:

> NVR?
>
>
> ----------
>
> Shmuel (Seymour J.) Metz
> http://mason.gmu.edu/~smetz3
>
> From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
> Mark Jacobs [00000224d287a4b1-dmarc-requ...@listserv.ua.edu]
> Sent: Tuesday, June 23, 2020 4: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://secure-web.cisco.com/1KmQXa-wQZxyDwUmNtRlvWTECuKcNrtNaa1KGsDBEZJfuu6b-h8By7F92nLo8eqjxM79Q6xOLJlOwIbWtztLLrYxPWkDYYKoG3XUxCxsneFcNSAwCuPYt7PLqUCgZDIVZzAyZ_gUxgSo2II0G1TtVFgaxIf4RVLe0cNk0LTCOGZztJw-bmb96Un2yAuS2kUQ0UpQAhi4YxPb-w0a50S8KcXeaJNnefa6tWYdhkI0FAqHB01vatXtNdFJbrTecnutqjMioyyg5n8Vt469KqfZe4taoQLgUo2A7KxcmnK1Cs5MaTQymAx8UHtgHg00UUG5YmEgzcPfy_oymrpqqjvI0FO7E7mi_UCUALbUhTief0prFLLZIxJXRHYfdlvxJAS3FgRDOW97388y0OgenABw1Ta5EAKCRJNS9tnZARNg3KZiReOqUOCVv4H8q7FL-lckb/https%3A%2F%2Fapi.protonmail.ch%2Fpks%2Flookup%3Fop%3Dget%26search%3Dmarkjacobs%40protonmail.com
>
> ‐‐‐‐‐‐‐ 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_RrLRoQBw4eK4pHJDQx96O0ZqZlrfGEwL6rM7616Z5mvA2k7CXFlJXAcA$
> > > ‐‐‐‐‐‐‐ 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;JSUlJSUlJSUlJSUlJSUlJSUlJSUl!!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

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