Delete an exit program - Connect_CDC - aws_mainframe_modernization_service - connect_cdc_mimix_share - Latest

Connect CDC Getting Started Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
Latest
Language
English
Product name
Connect CDC
Title
Connect CDC Getting Started Guide
Copyright
2024
First publish date
2003
Last edition
2024-07-19
Last publish date
2024-07-19T23:32:53.515937

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)