> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Arye Shemer > Sent: Wednesday, October 28, 2009 7:11 AM > To: [email protected] > Subject: Detecting z Speciality Engines (zAAP or zIIP) > > Hello dear forumers, > > I Need to have a function to detect (in a program) the type of the > installed engines (CP, zAAP, zIIP, IFL). > > Any suggestions? > > Arye Shemer.
CVTPCCAT points to the IHAPCCAT, which is an array of 64 addresses. Each address point to a PCCA (IHAPCCA in SYS1.MODGEN). PCCAATTR contains the attributes of the CP. x'04' indicates a zIIP. x'01' indicates a zAAP. However, this only works for engines defined to the LPAR in which the software is running. Which means it will never detect an IFL or a ICF type processor because z/OS cannot use them. -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * (817)-961-6183 cell [email protected] * www.HealthMarkets.com Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM ---------------------------------------------------------------------- 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

