Replacing a system exit:
First get your new exit into the active LPA.  If it resides in a different
data set, then specify that data set.
SETPROG LPA,ADD,MODNAME=modname,DSNAME=SYS1.LPALIB
Then delete the old exit:
SETPROG EXIT DELETE EXITNAME(IEFACTRT) MODULE(modname)
Then add the exit back, which will pick up the new one you put in LPA:
SETPROG EXIT ADD EXITNAME(IEFACTRT) MODULE(modname) DSNAME
(dataset-where-it-now-lives)

Don Ault, 8-295-1750, 845-435-1750

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to