Print the VVDS to see if it is there and if it is, what catalog it is pointing
to.
Issue a DELETE VVR:
//*****************************************************************
//* DELETE VVR FROM VVDS *
//*****************************************************************
//STEP1 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//DD1 DD VOL=SER=volser,DISP=OLD,UNIT=3390
//SYSIN DD *
DELETE -
Dataset name -
VVR FILE(DD1)
Specify the catalog(catname) if it is indicated in the PRTVVDS output, other
omit.
-----Original Message-----
From: IBM Mainframe Discussion List <[email protected]> On Behalf Of
Mark Jacobs
Sent: Tuesday, June 23, 2020 4:58 PM
To: [email protected]
Subject: Re: Dataset Quandry
Tried that. Failed.
Sent from ProtonMail, Swiss-based encrypted email.
GPG Public Key -
https://api.protonmail.ch/pks/lookup?op=get&[email protected]
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Tuesday, June 23, 2020 4:49 PM, Seymour J Metz <[email protected]> wrote:
> NVR?
>
>
> ----------
>
> Shmuel (Seymour J.) Metz
> http://mason.gmu.edu/~smetz3
>
> From: IBM Mainframe Discussion List [[email protected]] on
> behalf of Mark Jacobs [[email protected]]
> Sent: Tuesday, June 23, 2020 4:27 PM
> To: [email protected]
> 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-wQZxyDwUmNtRlvWTECuKcNrtNaa1KGsDBE
> ZJfuu6b-h8By7F92nLo8eqjxM79Q6xOLJlOwIbWtztLLrYxPWkDYYKoG3XUxCxsneFcNSA
> wCuPYt7PLqUCgZDIVZzAyZ_gUxgSo2II0G1TtVFgaxIf4RVLe0cNk0LTCOGZztJw-bmb96
> Un2yAuS2kUQ0UpQAhi4YxPb-w0a50S8KcXeaJNnefa6tWYdhkI0FAqHB01vatXtNdFJbrT
> ecnutqjMioyyg5n8Vt469KqfZe4taoQLgUo2A7KxcmnK1Cs5MaTQymAx8UHtgHg00UUG5Y
> mEgzcPfy_oymrpqqjvI0FO7E7mi_UCUALbUhTief0prFLLZIxJXRHYfdlvxJAS3FgRDOW9
> 7388y0OgenABw1Ta5EAKCRJNS9tnZARNg3KZiReOqUOCVv4H8q7FL-lckb/https%3A%2F
> %2Fapi.protonmail.ch%2Fpks%2Flookup%3Fop%3Dget%26search%3Dmarkjacobs%4
> 0protonmail.com
>
> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> On Tuesday, June 23, 2020 4:16 PM, Gibney, Dave [email protected] wrote:
>
> > I don't feel like looking it up myself, right now. What is the explanation?
> >
> > > -----Original Message-----
> > > From: IBM Mainframe Discussion List [email protected] On
> > > Behalf Of Mark Jacobs
> > > Sent: Tuesday, June 23, 2020 1:12 PM
> > > To: [email protected]
> > > 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
> > > &[email protected];!!JmPEgBY0HMszNaDT!7NJ1n_RrLRoQB
> > > w4eK4pHJDQx96O0ZqZlrfGEwL6rM7616Z5mvA2k7CXFlJXAcA$
> > > ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> > > On Tuesday, June 23, 2020 3:59 PM, Allan Staller
> > > [email protected]
> > > 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 [email protected] On
> > > > Behalf Of Mark Jacobs
> > > > Sent: Tuesday, June 23, 2020 2:45 PM
> > > > To: [email protected]
> > > > 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.out
> > > > look.co
> > > > m/?url=https3A2F2Fapi.protonmail.ch2Fpks2Flookup3Fop3Dget26
> > > > search3Dmarkjacobs40protonmail.com&data=027C017Callan.staller40
> > > > HCL.COM7C62c3e90ce91c42d2a9b108d817adf0497C189de737c93a4f5a8b68
> > > > 6f4ca99419127C07C07C637285383157839460&sdata=Vd1Qo4le9VKdwq2
> > > > FoPE4Vk5yiZZiDGU0tNZNEY5p42Bsk*3D&reserved=0;JSUlJSUlJSUlJSUlJSU
> > > > lJSUlJSUl!!JmPEgBY0HMszNaDT!7NJ1n_RrLRoQBw4eK4pHJDQx96O0ZqZlrfG
> > > > EwL6rM7616Z5mvA2k7CVoIhSlrQ$
> > >
> > > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > > send email to [email protected] 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 [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
> >
> > --
> > 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
>
> ----------------------------------------------------------------------
> -----------------------------------------------------------------
>
> 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
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN