In addition to what has been said before: SETPROG LPA,ADD,MOD=actrt,DSN=any-library-will-do D PROG,LPA,MOD=actrt <- note the EPA this gives you
SETPROG EXIT,DELETE,EX=SYS.IEFACTRT,MOD=actrt (to delete any exit that may be active) D PROG,EXIT,EN=SYS.IEFACTRT,DIAG this should tell you that no exit is defined, otherwise repeat the exit delete until it does. SETPROG EXIT,ADD,EX=SYS.IEFACTRT,MOD=actrt (this will find the LPA loaded module) D PROG,EXIT,EN=SYS.IEFACTRT,DIAG this should now tell you the same EPA as the one from the D PROG,LPA display And of course the above assumes that there is no SYSJES2 flying around in SMFPRM for IEFACTRT. 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

