On Thu, 14 Dec 2006 15:25:31 -0800, Howard Rifkind <[EMAIL PROTECTED]> wrote:

<snip>

>
>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
>
>I can’t seem to find the codes for message IDC3009I.
>

RC=86 is "recatalog error".  You can search on "return code 86"
here and see the reason code.

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2M661/SPTBB3009I

2 problems I see:

1) You are cataloging the data component not the cluster
2) Is ICFUCAT.HSMCAT your master catalog for this system?  

No need to specify a catalog name since SYS1 is in the mcat:

 DEFINE CLUSTER  -                               
         (NAME(SYS1.IODF11.CLUSTER)     - 
         VOLUMES(SHR92B) -                       
         RECATALOG -                             
         LINEAR)       


Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - GITO
mailto:[EMAIL PROTECTED]
z/OS and OS390 expert at http://searchDataCenter.com/ateExperts/
Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html
                          

----------------------------------------------------------------------
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

Reply via email to