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

Using the z/OS Program Call Services Routine for APF-authorized Access

Using the z/OS Program Call Services Routine for APF-authorized Access

To meet the PowerExchange authorization requirement for running the PowerExchange Listener, you can use the z/OS Program Call (PC) services routine that PowerExchange provides. The z/OS PC services routine works with the system IDMS load libraries instead of the PowerExchange copies of these libraries. Use the z/OS PC services routine if you do
not
want to maintain and APF-authorize PowerExchange copies of the IDMS load libraries. You still must APF-authorize all libraries in the STEPLIB DD statement of the PowerExchange Listener JCL. Also, you must specify the system IDMS load libraries in the DTLLOAD DD statement of the PowerExchange Listener JCL.
To use the z/OS PC services routine for APF-authorized access:
  1. Add a DTLLOAD DD statement to the PowerExchange Listener JCL and specify the system IDMS load libraries in this DD.
    If you run the PowerExchange Listener as a batch job, the JCL is in the STARTLST member of the RUNLIB library. If you run the PowerExchange Listener as a started task, the JCL is in the PWXLSTNR member of the PROCLIB library.
  2. Add the following statement to the DBMOVER configuration member of the RUNLIB library:
    PC_AUTH=Y
    . This statement directs PowerExchange to use the z/OS PC services routine.
  3. If applicable, remove the copies of the IDMS load libraries that were optionally created at PowerExchange installation,
    hlq.
    IDMS.LOADLIB and
    hlq
    .IDMS.DBA.LOADLIB, from the PowerExchange Listener STEPLIB DD statement. The z/OS PC services routine uses the system IDMS load libraries instead.
  4. Verify that every library in the STEPLIB DD statement of the PowerExchange Listener JCL is APF-authorized.

0 COMMENTS

We’d like to hear from you!