22 Jul 2024 01:54 PM - last edited on 23 Jul 2024 07:19 AM by MaciejNeumann
Hi guys,
We are trying to add visibility into IBM CICS Transaction Gateway (java ctgservice.exe in windnows) in order to show requests coming from open systems and send to the z/OS which is not , yet, monitored.
Anyone have list of class and method for custom service and request attribute that can help us ?
Thanks in advance
Yos
11 Sep 2024 11:42 AM
Hi.
We are attempting to do the same as we have an interface to z/OS. We would like to trace the transactions from our distributed services to z/OS: Java -> CTG -> z/OS. We have agents placed on all components in the valuechain, however the trace "breaks" at the CTG level. This also means that we have to define Transaction start Filters in the Dynatrace Mainframe configuration. Please, let me know if we have to define custom services to gain more visibility into CTG.
Regards
Arild
16 Sep 2024 09:38 PM
Hello @Yosi_Neuman
Request attribute sources:
CICS, CICS path name
CICS system id, cics task id,
cics transaction call type,
cics user id,
cics unit of work id
Thanks.