Displaying dynamically called programs on CTRANLOG report
search cancel

Displaying dynamically called programs on CTRANLOG report

book

Article ID: 216834

calendar_today

Updated On:

Products

SYSVIEW Performance Management

Issue/Introduction

Is there any way to see on CTRANLOG or CPROGUSE display the Cobol programs that are dynamically called?

Environment

Release : 16.0

Component : SYSVIEW

Cause

If a program is not invoked via EXEC CICS  service (i.e. XCTL, LINK) then Sysview is not going to see it.

Resolution

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.