I think you  need to run the DIAGNOSE between the usercat and the volume where 
the VSAM data set lives.

In fact look at running a DIAGNOSE and EXAMINE for all elements

Something like the following for the VVDS on the volume
//VVDSIN   DD DISP=SHR,DSN=SYS1.VPROD25.VVDS      
//DSNIN    DD DISP=SHR,DSN=my.vsam.dataset
//SYSIN    DD *                                   
                                                  
  DIAGNOSE VVDS COMPAREDD(VVDSIN DSNIN)           


//WORK01   EXEC PGM=IDCAMS                               
//SYSPRINT DD SYSOUT=R                                   
//SYSIN    DD *                                          
  EXAMINE -                                              
    NAME(my.user.cat                    ) - 
    INDEXTEST DATATEST                                   
/*                                                       


Lizette


-----Original Message-----
>From: Scott Ford <[email protected]>
>Sent: Aug 23, 2012 3:33 PM
>To: [email protected]
>Subject: Re: IEC161I 037(108,000,IGG0CLFE)-0257 under ZOS 1.10
>
>Does the vsam file verify with idcams ? If so, maybe it's the CICS file table 
>entry...
>
>Scott ford
>www.identityforge.com
>
>On Aug 23, 2012, at 6:06 PM, Quintupray Burgos Alvaro Eligio 
><[email protected]> wrote:
>
>> Scott.
>> 
>>        I had already done the research about the Return Codes . . .  but  I 
>> want to thank  you for the Link.
>> 
>> The problem is that this does not solve my problem because everything works 
>> O.K,  on ZOS 1.8   but  not works  in ZOS 1.10
>> 
>> We have redefined the USER.CATALOG , ALIAS  and Files  under ZOS  1.10   and 
>>  the problem following . . .
>> 
>> Regards.
>> Alvaro.
>> 
>> 
>> 
>> -----Mensaje original-----
>> De: IBM Mainframe Discussion List [mailto:[email protected]] En 
>> nombre de Scott Ford
>> Enviado el: jueves, 23 de agosto de 2012 17:07
>> Para: [email protected]
>> Asunto: Re: IEC161I 037(108,000,IGG0CLFE)-0257 under ZOS 1.10
>> 
>> Alvaro,
>> 
>> Do you know how to use google ..
>> 
>> http://www.jatomes.com/Help/VsamRc.php
>> 
>> The rc and reason is there, 2 mins work
>> 
>> Scott ford
>> www.identityforge.com
>> 
>> On Aug 23, 2012, at 4:02 PM, Alvaro Quintupray <[email protected]> 
>> wrote:
>> 
>>> Hi.
>>> 
>>>    We have migrated from ZOS  1.8  to  ZOS  1.10   and  we are having  the 
>>> following problem.
>>> 
>>> Whe I want open  a file  from CICS ( DESAAORA )  and the file  ( SIXFILET ) 
>>>   is defined  with RLS = YES
>>> then  we got the following  . . .
>>> 
>>> =======================================================
>>> IEC161I 037(108,000,IGG0CLFE)-0257,DESAAORA,DESAAORA,SIXFILET,,,
>>> IEC161I DADO.TEST.VSAM1
>>> +DFHFC0500  DESAAORA RLS OPEN of file SIXFILET failed. VSAM has
>>> +returned
>>> code X'0008' in R15 and reason X'0094'.
>>> 
>>> =======================================================
>>> 
>>> The problem is that  we don't have ZOS  1.10  support   and nobody know 
>>> what is going on  . . .
>>> 
>>> 
>>> I  somebody know somethings . . . please.
>>> 
>>> Regards.
>>> Alvaro.
>>> 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to