Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Commands
  3. Adabas Log-Based ECCR Commands
  4. Batch VSAM ECCR Commands
  5. CICS/VSAM ECCR Commands
  6. Datacom Table-Based ECCR Commands
  7. DB2 for z/OS ECCR Commands
  8. IDMS Log-Based ECCR Commands
  9. IMS Synchronous ECCR Commands
  10. IMS Log-Based ECCR Commands
  11. PowerExchange Agent Commands
  12. PowerExchange Condense Commands
  13. PowerExchange Listener Commands
  14. PowerExchange Logger for MVS Commands
  15. PowerExchange Logger for Linux, UNIX, and Windows Commands
  16. pwxcmd Commands

Command Reference

Command Reference

TERMINATE Command

TERMINATE Command

Terminates the CICS/VSAM ECCR that is running in the CICS region. The ECCR stops capturing change data from all VSAM source data sets immediately and then disconnects from the PowerExchange Logger for MVS. Messages that indicate the number and type of changes captured since the data sets were last opened are written to EDMMSG data set.
Also dynamically removes the PowerExchange exit programs that run at the CICS task-related user exit point and global use exit points that PowerExchange uses for CICS/VSAM CDC.
Informatica recommends that you do not use the EDMC TERMINATE transaction to manually terminate the CICS/VSAM ECCR. This action can result in change data loss. Instead, let CICS request that the ECCR initiate its termination whenever you shut down the CICS region.

Syntax

Use the following command syntax:
EDMC TERMINATE
Short form:
EDMC TERM

Example Output

The following example output results from a TERMINATE command:
PWXEDM172809I Change Capture counts for EDM.ABC.EDMVES08: Insert=0, Update=0, Delete=0 PWXEDM172809I Change Capture counts for EDM.ABC.EDMVES07: Insert=0, Update=0, Delete=0 PWXEDM172809I Change Capture counts for EDM.ABC.EDMVES04: Insert=0, Update=20, Delete=0 PWXEDM172809I Change Capture counts for EDM.ABC.EDMVES03: Insert=10, Update=0, Delete=0 PWXEDM172809I Change Capture counts for EDM.ABC.EDMVRS07: Insert=0, Update=0, Delete=0 PWXEDM172809I Change Capture counts for EDM.ABC.EDMVRS04: Insert=0, Update=0, Delete=0 PWXEDM172809I Change Capture counts for EDM.ABC.EDMVKS04: Insert=0, Update=0, Delete=0 PWXEDM172809I Change Capture counts for EDM.ABC.EDMVES05: Insert=20, Update=0, Delete=0 PWXEDM172841I EDM ECCR ECCRCT41 disconnected from EDM Logger A10L, Log RBA=X'0000019EAA160000' PWXEDM172818I Left XCF group 'A10L' as member 'ECCRCT41' PWXEDM172829I EDM ECCR sent 50 records to Logger A10L (50 change records)

Usage Notes

  • If you terminate the CICS/VSAM ECCR while transactions on data sources are updating VSAM data sets that are registered for change data capture, change data loss is likely to occur.
  • CICS/VSAM CDC uses exit programs defined at multiple CICS global exit points to capture changes to VSAM data sets. The INIT command causes the exit programs to be dynamically added, and the TERM command causes the exit programs to be dynamically removed. If other exit programs are active at the same global exit points on the system where the CICS/VSAM ECCR runs, change data capture problems can occur if the CICS/VSAM CDC exit programs get control in the improper order. For more information, see the
    PowerExchange CDC Guide for z/OS
    .

0 COMMENTS

We’d like to hear from you!