Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CICS-Cobol-program need info for transaction/cpu usage 1

Status
Not open for further replies.

lutz0709

Programmer
Mar 18, 2008
1
0
0
DE
Hello,
I've a problem. I need from a CICS-Cobol-program
following information:
- the transaction name
- the CPU usage/consumption
- the number of transaction calls
We need this info's from different transactions in the CICS region.
Is there any copy-book, which contains these info's or does anyone
know another way to catch them ?
Thanks in advance!
Kind regards Lutz0709

 
Depends how your region is set up. CICS can cut monitoring records to SMF. There is a copybook, but it's an assembler DSECT, not COBOL. Besides, the CMF record format is dictionary-driven (i.e. a nightmare) so use a tool if you have one. If you have a tool like Omegamon, it's much easier as it can be set up to report on this for you. It really isn't cost-effective to write your own.

Steve

[small]"Every program can be reduced by one instruction, and every program has at least one bug. Therefore, any program can be reduced to one instruction which doesn't work." (Object::perlDesignPatterns)[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top