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