On Thu, 14 Dec 2006 15:25:31 -0800, Howard Rifkind wrote: >On the Test side it shows up as follows: > >SYS1.IODF11 , > , SHR92B >SYS1.IODF11.CLUSTER , > , *VSAM* >SYS1.IODF11.WORK , > , SHR92B >SYS1.IODF11.WORK.CLUSTER , > , *VSAM* > >I’m getting the following messages from the recatalog >job: > > DEFINE CLUSTER(NAME(SYS1.IODF11) - > VOL(SHR92B) - > LINEAR RECATALOG) - > CATALOG(ICFUCAT.HSMCAT) >IDC3014I CATALOG ERROR >IDC3009I ** VSAM CATALOG RETURN CODE IS 86 - REASON >CODE IS IGG0CLEY-6 >IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12 >
You're trying to catalog the data component of the linear dataset. Try using SYS1.IODF11.CLUSTER as your cluster name. I think you'll still have problems trying to associate that dataset to more than one catalog though. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

