The debug version of TIRCRUNI produces trace information directed to a selected LTERM. Use user exit TIRIDTRX to specify the following information:
TIRTMXSZ-hex size of the trace buffer
TIRTLTRM-eight-character Lterm specifying the location of trace data
TIRTMODN-MFS modname to format the screen before sending data, DFS.EDT is the default and sends data in bypass-edit mode.
Customize the TIRIDTRX exit and include it in the server application that needs tracing. The tracing operation only executes if a value is specified for TIRTMXSZ and TIRTLTRM.
(Optional) If the regular TIRCRUNI is modified for code page translations, make the same modifications to TI2CRUNI. Use MKCRUN JCL provided in CEHBSAMP.
Save a copy of the non-debug version of TIRCRUNI. Rename TIRCRUNI to something else.
Rename TI2CRUNI to TIRCRUNI and make it available to a library in the IMS STEPLIB concatenation.
Run a client/server transaction. The runtime sends TIRTMXSZ bytes to the TIRTLTRM with mfsmod TIRTMODN.