Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange
  3. DBMOVER Configuration File
  4. Netport Jobs
  5. PowerExchange Message Logs and Destination Overrides
  6. SMF Statistics Logging and Reporting
  7. PowerExchange Security
  8. Secure Sockets Layer Support
  9. PowerExchange Alternative Network Security
  10. PowerExchange Nonrelational SQL
  11. PowerExchange Globalization
  12. Using the PowerExchange ODBC Drivers
  13. PowerExchange Datatypes and Conversion Matrix
  14. Appendix A: DTL__CAPXTIMESTAMP Time Stamps
  15. Appendix B: PowerExchange Glossary

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.
For more information about using the START_UP_USER_EXIT statement to decrypt an Adabas database that is encrypted with an Adabas cipher code, see the "Adabas Bulk Data Movement" chapter in the
PowerExchange Bulk Data Movement Guide
.

0 COMMENTS

We’d like to hear from you!