I agree that this is meaningless. However, there are two times available to you in a CICS transaction. The CPU used and the elapsed time. Now, if you divide the CPU used by the elapsed, you will get a measure of "how hard" this particular transaction can drive the machine. IMO, any transaction that can drive the machine over 50% is likely either coded poorly or is doing some sort of "heavy computation" on its data. As an example, back a few years ago, before it was possible to use the STRING and UNSTRING verbs in COBOL in CICS and also before COBOL had "reference modification", we had a transaction which had to split its input into blank delimited "words". This transaction was a CPU burner do to "out of line" PERFORMs which had to use arrays to inspect each character.
-- 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

