Delete an exit program - Connect_CDC - connect_cdc_mimix_share - aws_mainframe_modernization_service - 6.x

Connect CDC Getting Started Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
6.x
ft:locale
en-US
Product name
Connect CDC
ft:title
Connect CDC Getting Started Guide
Copyright
2025
First publish date
2003
ft:lastEdition
2026-02-25
ft:lastPublication
2026-02-25T19:01:02.274000
L1_Product_Gateway
Integrate
L2_Product_Segment
Data Integration
L3_Product_Brand
Precisely Connect
L4_Investment_Segment
Application Data Integration
L5_Product_Group
ADI - Connect
L6_Product_Name
Connect CDC

The exit program can be disabled using the command:

RMVEXITPGM EXITPNT(QIBM_QJO_DLT_JRNRCV) FORMAT(DRCV0100) PGMNBR(nn)

where nn is the program number assigned by the system when the exit program was activated with the ADDEXITPGM command. Determine the program number by displaying exit program details using the WRKREGINF command:

WRKREGINF EXITPNT(QIBM_QJO_DLT_JRNRCV)

If it becomes necessary to disable the Delete Receiver Exit program, receivers may be immediately deleted and lost. Normally, you wait until the receiver is processed and/or saved, then issue the RMVEXITPGM command. To delete a receiver whose deletion is being blocked by the exit program, override the exit program using the DLTOPT option:

DLTJRNRCV JRNRCV(QAUSER1/QSQJRN0023) DLTOPT(*IGNEXITPGM)