> -----Original Message----- > From: IBM Mainframe Discussion List On Behalf Of Kelman, Tom > > 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.
Look at DFHMCT TYPE=EMP in the CICS Resource Definition Guide: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DFHA4A08/6.7 It will cross-reference to the CICS Performance Guide for additional details. I've not customized a MCT "ad-hoc" this way, but I remember that Omegamon/CICS required adding some DFHMCT TYPE=EMP entries to record its collected data in the SMF110 records. This should give you enough information to "get you into trouble". :-) -jc- ---------------------------------------------------------------------- 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

