John Eells wrote: >> 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. Yes, there is indeed a small window, which is a PITA. I have a batch job with commands which execute pre-prepared members and commands to shorten the time of the whole re-loading thing. Timespan - just a few seconds which is already undesirable for us too. >> 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. John, with that new REPLACE operand, I have 2 questions even after RTFM: 1. Is it still needed to reload SMFPRMxx after doing the SET PROG=xx? 2. Is it still needed in PROGxx to use EXIT DELETE and LPA DELETE and then later again with LPA ADD and EXIT ADD? If not, can I then just replace all those EXIT commands with one which is using REPLACE? TIA! Groete / Greetings Elardus Engelbrecht ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
