Hi everyone.
  Sorry for the delay in replying to the several most helpful suggestions for 
which I am most grateful.
  Root cause identified and solved.
  I had in fact assembled and linked the exit correctly into user.lpalib.
  USER.LPALIB is #1 in the LPALSTXX concatenation.
  LPALSTXX (actually LPALSTDB) is being selected at IPL time.
  SYS1.LPALIB is in fact referenced about 2/3's of the way down in the LPALSTXX 
member.
  BUT, at least on z/OS 1.5, a copy of SYS1.LPALIB is always, and under the 
covers, prepended to the LPALST so that it gets selected first even if its 
included in the list. 
  As a result, the dummy IEEU29 was being used. It, of course, does nothing, 
and does it quietly.
  So, I renamed the bogus IEEU29 to IEEU29BG (for bogus), reipled and away go 
my SMF datasets.
  The default IEEU29 appears to also have a hard restriction on DSN length of 4 
characters after the period.
  In response to Mark's query,
  MULCFUNC -- DEFAULT 
  MEMLIMIT(00000M) -- DEFAULT 
  DDCONS(YES) -- DEFAULT 
  LASTDS(MSG) -- DEFAULT 
  NOBUFFS(MSG) -- DEFAULT 
  SYNCVAL(00) -- DEFAULT 
  INTVAL(30) -- DEFAULT 
  DUMPABND(RETRY) -- DEFAULT 
  SUBSYS(STC,NOTYPE(19,69,99,110)) -- SYS 
  SUBSYS(STC,NODETAIL) -- SYS 
  SUBSYS(STC,INTERVAL(SMF)) -- PARMLIB 
  SUBSYS(STC,EXITS(IEFUSO)) -- PARMLIB 
  SUBSYS(STC,EXITS(IEFUJP)) -- PARMLIB 
  SUBSYS(STC,EXITS(IEFU84)) -- PARMLIB 
  SUBSYS(STC,EXITS(IEFU83)) -- PARMLIB 
  SUBSYS(STC,EXITS(IEFU29)) -- PARMLIB 
  SID(SYS1) -- PARMLIB 
  SYS(NOINTERVAL) -- DEFAULT 
  SYS(NODETAIL) -- PARMLIB 
  SYS(EXITS(IEFU29)) -- PARMLIB 
  SYS(EXITS(IEFUJI)) -- PARMLIB 
  SYS(EXITS(IEFUSI)) -- PARMLIB 
  SYS(EXITS(IEFACTRT)) -- PARMLIB 
  SYS(EXITS(IEFU84)) -- PARMLIB 
  SYS(EXITS(IEFU83)) -- PARMLIB 
  SYS(NOTYPE(19,69,99,110)) -- PARMLIB 
  LISTDSN -- PARMLIB 
  JWT(1800) -- PARMLIB 
  STATUS(010000) -- PARMLIB 
  MAXDORM(3000) -- PARMLIB 
  REC(PERM) -- PARMLIB 
  NOPROMPT -- PARMLIB 
  DSNAME(SYS1.MN16) -- PARMLIB 
  DSNAME(SYS1.MN15) -- PARMLIB 
  DSNAME(SYS1.MN14) -- PARMLIB 
  DSNAME(SYS1.MN13) -- PARMLIB 
  DSNAME(SYS1.MN12) -- PARMLIB 
  DSNAME(SYS1.MN11) -- PARMLIB 
  ACTIVE -- PARMLIB 
  SUBPARM(SVAA(250,2,5,7)) -- PARMLIB
  

Ed Long <[EMAIL PROTECTED]> wrote:
    Hi everyone. I have finished upgrading one of my 7060's to the latest, and 
last version of z/OS 1.5.
   
  The one remaining, nagging, issue it has, is the DUMPXY exit aka IEFU29 
doesn't seem to execute when I issue a i smf command. The previous system it 
worked fine. Load modules are same length;both are in USER.LPALIB. 
   
  I am certain its something I've done, but darned if I know what it is. Any 
and all suggestions most appreciated.
   
  As you can see from the following, the exit is being seen, and loaded 
properly, its not being heard however. 
   
  CSV550I 18.21.37 LPA DISPLAY 581
  FLAGS MODULE ENTRY PT LOAD PT LENGTH DIAG
  P IEFU29 8507FA68 0507FA68 00000020 08C1C860
   
  CSV461I 18.21.37 PROG,EXIT DISPLAY 584
  EXIT MODULE STATE MODULE STATE MODULE STATE
  SYS.IEFU29 IEFU29 A
   
  CSV461I 18.21.37 PROG,EXIT DISPLAY 585
  EXIT MODULE STATE MODULE STATE MODULE STATE
  SYSSTC.IEFU29 IEFU29 A


Edward Long


Edward Long

----------------------------------------------------------------------
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