Dynamically controlling OMEGAMON® monitoring exit (TxnMonitor) trace in CICS® TG

Full (level 4) tracing may be enabled and disabled dynamically in CICS Transaction Gateway daemon regions. The trace output destination for this information is the STDERR log file.

Issue the following z/OS® Modify command to start the trace:
/F <ctgjobname>,APPL=RMEXIT,CMD=KGWTRACE_ON
The response of the command is:
KGWRM0040I: SETTR100 Trace level 04 has been requested. 
KGWRM1011I: KGWRM Trace level set to 4.
Issue the following z/OS Modify command to stop the trace:
/F <ctgjobname>,APPL=RMEXIT,CMD=KGWTRACE_OFF
The response to this command is as follows:
KGWRM0040I: SETTR100 Trace level 00 has been requested.
KGWRM1011I: KGWRM Trace level set to 0.