Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Bulk Data Movement
  3. PowerExchange Listener
  4. Adabas Bulk Data Movement
  5. Datacom Bulk Data Movement
  6. DB2 for i5/OS Bulk Data Movement
  7. DB2 for Linux, UNIX, and Windows Bulk Data Movement
  8. DB2 for z/OS Bulk Data Movement
  9. IDMS Bulk Data Movement
  10. IMS Bulk Data Movement
  11. Microsoft SQL Server Bulk Data Movement
  12. Oracle Bulk Data Movement
  13. Sequential File Bulk Data Movement
  14. VSAM Bulk Data Movement
  15. Writing Data with Fault Tolerance
  16. Monitoring and Tuning Options

Bulk Data Movement Guide

Bulk Data Movement Guide

Configuring Multiple Log Files

Configuring Multiple Log Files

By default, PowerExchange writes log messages and trace information to a single log file. Although you can easily search for error messages in a single file, the log file can become full, especially if you have long-running jobs such as the PowerExchange Listener. To resolve an out-of-space condition, you usually need to stop PowerExchange.
To avoid PowerExchange outages that result from an out-of-space log file and to make logging more efficient, you can use PowerExchange alternative logging. To implement alternative logging, you must include the TRACING statement in the DBMOVER configuration file. This statement enables PowerExchange to write message and trace information to a series of reusable log files that have a generated numeric suffix. When a reusable log file becomes full, PowerExchange begins writing information to the next log file in the sequence based on the numeric suffix.
On z/OS systems, PowerExchange includes the TRACING statement in the default DBMOVER configuration member. Also, the default JCL for PowerExchange jobs contains the following statement for allocating log data sets:
DTLLOG01 DD SYSOUT=*
If this default logging setup is not sufficient, you can use any of the multiple logging strategies that are available for z/OS.
To configure multiple log files:
  1. In the DBMOVER configuration file, enter the TRACING statement. Use the following syntax:
    TRACING=(PFX=
    prefix
    ,[APPEND=Y|N,][BUFFERS=
    nnn
    ,][FILENUM=
    nnn
    ,][FLUSH=
    nn
    ,][RECLEN=
    nnn
    ,][SIZE=
    nnnn
    ,][VIEW=Y|N])
    This syntax includes all available parameters. The parameters that you use depend on logging and tracing requirements and the system.

0 COMMENTS

We’d like to hear from you!