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

START_UP_USER_EXIT Statement

START_UP_USER_EXIT Statement

The START_UP_USER_EXIT statement specifies the name and programming language of a user-defined exit program that PowerExchange calls each time the PowerExchange Listener starts or shuts down.
Use this statement to enable the PowerExchange Listener to decrypt an Adabas database that is encrypted with an Adabas cipher code. The user exit program that you specify must provide a result set that includes the cipher code and some additional information.
z/OS
No
START_UP_USER_EXIT=(PROGRAM_NAME=
program_name
,LANGUAGE=
language
)
PROGRAM_NAME=
program_name
Required. Name of the user exit program.
LANGUAGE=
language
Required. Programming language in which the user exit program is written. Options are:
  • A
    . Assembler language.
  • C
    . C language.
  • You can specify up to ten statements, each pointing to a different exit program. When the PowerExchange Listener starts, the user exit programs are executed in the order in which the associated START_UP_USER_EXIT statements occur in the DBMOVER configuration file. When the Listener shuts down, the user exit programs are executed in reverse order.

0 COMMENTS

We’d like to hear from you!