Hi About the problem of IEFACTRT, I has the same problem to add a module of product ASG named IMPACT in Z/os 1.4, and the solution for the problem: (PROGAS - SYS1.PARMLIB) EXIT ADD EXITNAME (SYS.IEFACTRT) MODNAME (ASFACTRT) STATE (ACTIVE) DSNAME (ASFH1.VS360.LOADLIB) EXIT ADD EXITNAME (SYSSTC.IEFACTRT) MODNAME (ASFACTRT) STATE (ACTIVE) DSNAME (ASFH1.VS360.LOADLIB) Thanks Jorge Arueira Campos Support Team Z/os CAIXA ECONOMICA FEDERAL - Osasco - SP - Brazil 55-11-3685-6991 On 11/11/05, Barbara Nitz <[EMAIL PROTECTED]> wrote: > > 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 >
---------------------------------------------------------------------- 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

