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

Starting the PowerExchange Listener on i5/OS

Starting the PowerExchange Listener on i5/OS

On i5/OS, use the SBMJOB command to invoke the PowerExchange Listener DTLLST program.
Before starting the PowerExchange Listener, verify that the following prerequisites are met:
  • The QMLTTHDACN system value is set to 1 or 2. For more information about the QMLTTHDACN system value, see the IBM i Information Center for i5/OS.
  • The JOBD description includes the ALWMLTTHD(*YES) parameter to allow multiple threads.
  • The JOBD description includes the SPLFACN(*DETACH) parameter to prevent the system job table from exceeding its maximum size.
Use the following command syntax:
SBMJOB CMD(CALL PGM(
dtllib
/DTLLST) PARM(‘
node_name
’ ‘[CONFIG=
library/file(myconfig_member)
]’ ‘[LICENSE=
library/file(mylicense_key_member)
]’) JOB(
job_name
) JOBD(
datalib
/DTLLIST) PRTDEV(*JOBD) OUTQ(*JOBD) CURLIB(*CRTDFT) INLLIBL(*JOBD) SPLFACN(*JOBD)
This syntax contains the following variables:
  • dtllib
    is the name of the PowerExchange software library that was entered at installation.
  • node_name
    is the PowerExchange Listener node name that was specified in the LISTENER statement of the
    datalib
    /CFG(DBMOVER) configuration member.
  • job_name
    is the name of the PowerExchange Listener job or started task.
  • datalib
    is the user-specified name for the PowerExchange data library that was entered at installation.
You can enter the SBMJOB command at the command line.
Alternatively, you can execute the SBMJOB command by using an automated scheduler, a CL program, or a REXX procedure. For example, include the SBMJOB command in a REXX member named STARTLST and then use the following statement to start the PowerExchange Listener:
STRREXPRC SRCMBR(STARTLST) SRCFILE(
datalib
/REXX)
You cannot use the pwxcmd program to start the PowerExchange Listener.

0 COMMENTS

We’d like to hear from you!