> -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On > Behalf Of Schiradin,Roland HG-Dir itb-db/dc > Sent: Friday, August 25, 2006 9:22 PM > To: [email protected] > Subject: Re: Head's Up - zIIP issue OA17458/UA28419 > > 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.
Maybe I'm too tired this evening. I can't see how testing for the existence of a symbol at assembly time tells you anything about the runtime system level. What is IPACEE and why do you need its offset? Could you change the AIF to check for D'IPACEE (assuming you've previously expanded the IPAPDESC dsect map)? > I have no idea how to fix this issue in SHOWzOS. Hopefully other products > or IBM software have the same problem. > > > Regards Roland /snip/ Jeffrey D. Smith Principal Product Architect Farsight Systems Corporation 700 KEN PRATT BLVD. #204-159 LONGMONT, CO 80501-6452 303-774-9381 direct 303-484-6170 FAX http://www.farsight-systems.com/ ---------------------------------------------------------------------- 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

