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

AWS Mainframe Modernization - Data Replication for IBM i

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
AWS Mainframe Modernization > AWS Mainframe Modernization Service
Version
Latest
Language
English
Product name
AWS Mainframe Modernization
Title
AWS Mainframe Modernization - Data Replication for IBM i
Copyright
2024
First publish date
2003
Last updated
2024-02-01
Published on
2024-02-01T23:02:31.099696

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)