Is there any way to see on CTRANLOG or CPROGUSE display the Cobol programs that are dynamically called?
Release : 16.0
Component : SYSVIEW
If a program is not invoked via EXEC CICS service (i.e. XCTL, LINK) then Sysview is not going to see it.
Implementing the CICS Monitor Exit interface allows showing dynamically called programs (Cobol or Assembler) on the Program Section of the CTRANLOG display.
Additional information can be found on the Sysview documentation at CICS Monitor Exit Interface.
Samples are provided for Cobol and Assembler.