Is it possible to tie the CICS task number to each transaction on the IDMS side?
Release: All supported releases.
Here's some info about the fact that the CICS transaction numbered is stored in the ERE. But IDMS doesn't store this info anywhere after the fact to report on, so it would be necessary to access the ERE with an exit to retrieve/save this information somewhere.
There are two places in the ERE control block to find the CICS transaction number.
The layout of the CICS ERUS fields are listed below (ERE X'E8')
PMXCJBNM DS CL8 CICS REGION JOB NAME
PMXCTI DS CL4 CICS TRANSACTION ID (PCTTI)
PMXCTETI DS CL4 CICS TERMINAL NAME (TCTTETI)
PMXCLID1 DS CL4 TPMON LREID1 - IDMSINTC TPNAME
PMXCLID2 DS F TPMON LREID2 - CICS TASK ID
PMXCTEOI DS CL8 CICS OPERATOR ID (TCTTEOI)