>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)
I don't think that this will work. The exit name is normally not iefactrt, it is SYS.IEFACTRT and/or SYSSTC.IEFACTRT and/or SYSTSO.IEFACTRT (depending on the definitions in SMFPRMxx) and displayable via D PROG,EXIT. So in order to activate a new module for an exit, you will have to use the correct exit name as defined by SMF. Otherwise the system will tell you for the delete that the exit wasn't found and for the add that it happily defined an exit (that no one uses). If you use the dsname on the setprog exit,add command then you don't need to first get it into LPA, as that LPA module will not be used but instead the one from DSNAME. That works, but for debugging purposes you cannot use the lmod parm on a slip trap (as CSV knows nothing about the module loaded from a dsname). Best regards, Barbara Nitz -- 10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail +++ GMX - die erste Adresse für Mail, Message, More +++ ---------------------------------------------------------------------- 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

