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)