5 pts.
 CICS Transactions
I have a Critical CICS transaction that runs many times in a day. The transaction accesses many programs during the day. I would like to drill down the names of the programs that are accessed by the transaction. Is there any way i can get the names of the programs? We use Mainview for monitoring the transactions.

Software/Hardware used:
CICS
ASKED: July 31, 2010  10:00 AM
UPDATED: August 4, 2010  5:32 PM

Answer Wiki:
One CICS trans-id can only invoke one program. If you are talking about that program invoking another then that would involve searching the source code for CALL statements and CICS XCTL statements. Also any "invisible" transfer of control such as sending a hidden trans-id to the screen so that a different program is invoke the next time the user presses enter, but that also would be in the source code.
Last Wiki Answer Submitted:  August 4, 2010  5:32 pm  by  Meandyou   5,205 pts.
All Answer Wiki Contributors:  Meandyou   5,205 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _