To all, I think that the way I worded this created a little misunderstanding. What is happening is that a process comes into our AIX servers from a client. At that point MQ Broker in the AIX server creates one or more requests to CICS on the mainframe and sends them via MQSeries. So each MQ/PUT is actually a CICS transaction requesting data from the legacy systems. Then the CICS Bridge on the mainframe executes an MQ/GET to pick it up. There is already an SMF 110 record being created for that transaction we just want to add some information into the user area of that SMF 110 record, not create another one. What we are attempting to do is add the application code to the SMF 110 record so we can break out the performance information by application. Right now we can't do that because the same transaction codes are used by multiple applications (online banking, online teller, etc.) so the tie to a specific application is lost by the time the transaction gets to CICS. However, we have discovered that this information is in the ApplIdentityData field.
Tom Kelman Commerce Bank of Kansas City (816) 760-7632 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Clark, Kevin Sent: Wednesday, June 13, 2007 2:28 PM To: [email protected] Subject: Re: Use of the MQSeries API Crossing Exit Tom, I see your concern for increase in CPU. If I understand correctly, there will be a SMF110 record created for each MQPUT from one or more AIX systems. So depending on your current MQ/PUT rate SMF recording could increase significantly for the additional 32 bytes of connection related data. Could this data be added to the 115 or 116 records. Kevin ***************************************************************************** If you wish to communicate securely with Commerce Bank and its affiliates, you must log into your account under Online Services at http://www.commercebank.com or use the Commerce Bank Secure Email Message Center at https://securemail.commercebank.com NOTICE: This electronic mail message and any attached files are confidential. The information is exclusively for the use of the individual or entity intended as the recipient. If you are not the intended recipient, any use, copying, printing, reviewing, retention, disclosure, distribution or forwarding of the message or any attached file is not authorized and is strictly prohibited. If you have received this electronic mail message in error, please advise the sender by reply electronic mail immediately and permanently delete the original transmission, any attachments and any copies of this message from your computer system. ***************************************************************************** ---------------------------------------------------------------------- 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

