You still need to have your DATA statement. Craig
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Mainframe Mainframe Sent: Wednesday, December 23, 2015 11:09 To: [email protected] Subject: IODF Catalog Hello , Hope you are doing good. we have system in sysplex and for different version z/OS system in sysplex we have different master catalog. Now i created IODF from one z/OS system and its catalog under this system master catalog. But to access this same IODF from different system, I want to catalog this IODF on other system master catalog as well. So, I am using below JCL //RECAT JOB (654),'MAINFRAME',CLASS=A, // MSGCLASS=A,NOTIFY=&SYSUID //S1 EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSIN DD * DEFINE CLUSTER(NAME(SYS1.IODF05.WORK1.CLUSTER) - VOLUME(PTF001) - RECATALOG - ) CAT(ZOS13.MASTER.CATALOG) /* and output is as below IDCAMS SYSTEM SERVICES TIME: 09:31:59 DEFINE CLUSTER(NAME(SYS1.IODF05.WORK1.CLUSTER) - VOLUME(PTF001) - RECATALOG - ) CAT(ZOS13.MASTER.CATALOG) IDC3014I CATALOG ERROR IDC3009I ** VSAM CATALOG RETURN CODE IS 86 - REASON CODE IS IGG0CLEY-6 IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12 IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 12 I checked for this IDC3009I code in manual, but not much information I could find to solve this . Any suggestion will help me . ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ________________________________ This communication contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s), please note that any distribution, copying or use of this communication or the information in it is strictly prohibited. If you have received this communication in error, please notify the sender immediately and then destroy any copies of it. ________________________________ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
