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)
AWS Mainframe Modernization > AWS Mainframe Modernization Service
Version
6.x
ft:locale
en-US
Product name
Connect CDC
ft:title
Connect CDC Getting Started Guide
Copyright
2024
First publish date
2003
ft:lastEdition
2025-06-10
ft:lastPublication
2025-06-10T19:59:48.187000

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)