Previous Topic

Next Topic

Book Contents

Book Index

Activating transformer tracing for problem determination

Control-D provides an internal Transformer Trace facility that can print internal tracing records and the content of internal data areas. By default, the Transformer Trace facility is not active. This section describes how to activate the Transformer Trace facility.

Control-D provides two types of internal traces which can be used for problem determination:

Activate transformer tracing only when directed to do so by BMC Customer Support.

To activate transformer tracing for problem determination

Change the content of member TRANSTRC in CTD PARM library to the following:

;%nodebug

%line_length 100

* 100

where

; as the first character in a line defines the line as a comment

%nodebug in the first line (were it not commented out) specifies skipping the entire member

%line_length 100 specifies a printing line length of 100 bytes

* 100 switches on all debug printings from all source modules

Parent Topic

Control-D and Control-V