You might want to go to IBM for assistance. They may be able to help you fix your issue.
VSAM can be difficult in fixing issues depending on how hard you worked to create an issue. Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of venkat kulkarni > Sent: Sunday, September 28, 2014 10:04 PM > To: [email protected] > Subject: IODF catalog issue > > Hello Group, > By mistake somebody from our team run below Job, which > has > cataloged SYS1.IODF11.WORK file into master catalog as user catalog. > > //IMPCONET JOB 'VENKAT',CLASS=A,MSGCLASS=A,NOTIFY=&SYSUID > //IMPORT EXEC PGM=IDCAMS > //SYSPRINT DD SYSOUT=* > //SYSIN DD * > IMPORT - > CONNECT - > OBJECTS((SYS1.IODF11.WORK - > VOLUMES(WORK01) - > DEVT(3390))) - > CATALOG(SYS1.MASTER.CATALOG) > > But, to isolate this issue, I run below Job to disconnect this > SYS1.IODF11.WORK > file from the master catalog. > > //IMPDISCT JOB 'VENKAT',CLASS=A,MSGCLASS=A,NOTIFY=&SYSUID > //STEP1 EXEC PGM=IDCAMS > //SYSPRINT DD SYSOUT=* > //SYSIN DD * > EXPORT - > SYS1.IODF11.WORK - > DISCONNECT - > CATALOG(SYS1.MASTER.CATALOG) > > But I encountered below error > > IDCAMS SYSTEM SERVICES TIME: > > EXPORT - > SYS1.IODF11.WORK - > DISCONNECT - > CATALOG(SYS1.MASTER.CATALOG) > IDC3014I CATALOG ERROR > IDC3009I ** VSAM CATALOG RETURN CODE IS 10 - REASON CODE IS > IGG0CLFK-14 IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12 > > IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE > WAS 12 > > > I looked into RETURN code 10 and reason code 14 > > *14**Explanation:* On a disconnect request, the connector record was missing > or > incorrect. > > > Any clue to resolve this issue. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
