Vernooij, CP - SPLXM wrote:
Hello,
We have defined IEFUSI as dynamic exit and ADDed it in PROGxx.

Now I have modified the module, UPDATEd LLA and want to activate the new
version of the module, but I can't find a method to do so. All I can
find is to make a private PROGxx member with an EXIT DELETE followed by
an EXIT ADD statement. However, this creates a small window without
IEFUSI, which is undesirable.

How should I refresh the module of a dynamic exit?

You didn't say what release you were on. Starting with z/OS R12, you can use a REPLACE operand on SETPROG EXIT. If you're on R11 or lower, you'll have to keep new jobs from starting while you delete and add the exit if you can't have them start without an active IEFUSI.

See topic 4.46.3, Updating Dynamic Exits, in z/OS R12 or R13 MVS System Commands.

--
John Eells
z/OS Technical Marketing
IBM Poughkeepsie
[email protected]

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to