Configuring Tracing

How to:

Set Up Tracing

Enable All Traces

Enable API Trace Levels 1-8 and ODIN Trace Levels 1-5 (Installed Default)

Enable Specific API Trace Levels

Enable Specific ODIN Trace Levels

Disable Tracing

This section describes how to set up tracing, enable and disable tracing, and enable specific API and ODIN trace levels. Configuration of tracing is generic for all platforms. It is important to remember that configuration of what to trace is a separate step from activation of actual tracing.


Top of page

Procedure: How to Set Up Tracing

  1. Depending on you platform, create the file ibitrace.fex in the catalog directory of your EDACONF directory (UNIX, OS/390, z/OS, OpenVMS, OS/400) or allocate the DD name IBITRACE (MVS) to a data set member. For example:

  1. Using any editor, edit and add or change trace commands in the IBITRACE file as needed based upon the available setting below.

  2. By default, for RDAAPP tracing output is written to rdaapp.trc on UNIX, OS/390, z/OS, OpenVMS, and Windows and the FSTRACE DD name on MVS. You may allocate FSTRACE to redirect trace output in the same way as IBITRACE.


Top of page

Syntax: How to Enable All Traces

SET TRACEON = ALL

Top of page

Syntax: How to Enable API Trace Levels 1-8 and ODIN Trace Levels 1-5 (Installed Default)

SET TRACEON = DEFAULT

Top of page

Syntax: How to Enable Specific API Trace Levels

SET TRACEON = EDAAPI[/nnnnnnnn]

where:

nnnnnnnn
Represents trace levels 1 - 8. Possible values are:

For example, SET TRACEON = EDAAPI/123456 would enable trace levels 1 through 6.


Top of page

Syntax: How to Enable Specific ODIN Trace Levels

SET TRACEON = ODIN[/nnnnn]

where:

nnnnn
Represents the ODIN trace level 1-5. Possible values are:


Top of page

Syntax: How to Disable Tracing

SET TRACEOFF = ALL 
SET TRACEOFF = EDAAPI
SET TRACEOFF = ODIN

iWay Software