Well this ptf just fix a part of the problem. Since
JBB77S9 the CVT defines

CVTOSLV5 DC    XL1'00'       BYTE 5 OF CVTOSLVL  
CVTZOSE  EQU   X'80'         z/OS.e              
CVTZOSAS EQU   X'80'         z/OS.e              
CVTPUMA  EQU   X'80'         z/OS.e              
CVTZOS_010700 EQU X'40'      z/OS V1R7           
CVTZOS_V1R7   EQU X'40'      z/OS V1R7           
CVTH7720 EQU   X'40'         HBB7720             

so any conditional assembly like SHOWzOS use will fail because

         AIF   (NOT D'CVTH7720).IPA300A z/OS R7?                 
         DC    C'CEE     ',AL2(IPACEE-IPAPDESC)                  
.IPA300A ANOP                                                    

this is true even you're not running on z/OS R7 !!!! and IPACEE doesn't exist 
before z/OS R7. Based on this the assembly will ends with RC8.

I have no idea how to fix this issue in SHOWzOS. Hopefully other products or 
IBM software have the same problem. 


Regards Roland


-----Original Message-----
From: IBM Mainframe Discussion List 
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Zelden
Sent: Tuesday, August 22, 2006 6:07 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Head's Up - zIIP issue OA17458/UA28419


This may have been mentioned already, but according to the APAR 
text the PTF is now available.  It only affects systems with 
zIIP support
installed on z/OS 1.6 (JBB77S9).   

If you are an FDRCPK user and don't get their email /newsletter 
notifications, contact Innovation for details on how this may affect 
you.

  APAR Identifier ...... OA17458      Last Changed ........ 06/08/22
  JBB77S9 CVT +X'4F5' CVTOSLV5 HAS CVTZOS_V1R7 ON.
 
 

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