Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I dynamically replace my IEFACTRT exit without IPLing?

0
Posted

How do I dynamically replace my IEFACTRT exit without IPLing?

0

Here is an example of dynamically replacing a IEFACTRT routine named XYZACTRT with the IBM SETPROG commands: SETPROG EXIT,DELETE,EXITNAME=SYS.IEFACTRT,MODNAME=XYZACTRT SETPROG EXIT,ADD,EXITNAME=SYS.IEFACTRT,MODNAME=XYZACTRT,DSNAME=SYS2.XYZ.LINKLIB Where you issued the command for SYS.IEFACTRT, you may need to also do SYSJES2.IEFACTRT, SYSTSU.IEFACTRT and/or SYSSTC.IEFACTRT (if the IEFACTRT exit was originally defined that way via the SETPROG or PROGxx member).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123