View previous topic :: View next topic |
Author |
Message |
adhawle Beginner
Joined: 19 Feb 2008 Posts: 1 Topics: 1
|
Posted: Thu Feb 28, 2008 1:12 am Post subject: CICS Transactions |
|
|
How can we identify the no. of Hits for a perticular Transaction.
Is there any Database which stores the information about each transaction
like in a day/hr/min the transaction is being used
Also where we get the information about CPU Usage for each Transaction |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Thu Feb 28, 2008 2:10 am Post subject: |
|
|
If you generate CICS statistics you can see this information. You have to evaluate SMF records to get this information. Don't have the time to go into detail now.
Please only post once. |
|
Back to top |
|
 |
RMi Beginner
Joined: 21 Jun 2006 Posts: 8 Topics: 0 Location: India
|
Posted: Wed Apr 02, 2008 5:26 am Post subject: |
|
|
You may see how many times a program is invoked from the following command.
CEMT I PROG(name)
The USE clause will tell you how many time the program is invoked after the CICS region is brought up.
If you have a one-to-one mapping between programs and transaction, then it will give you a fair statistics.
Regards,
RMi |
|
Back to top |
|
 |
|
|