> -----Original Message-----
> From: IBM Mainframe Discussion List On Behalf Of Steve Comstock
> 
> Jim McAlpine wrote:
> > On Fri, Jun 12, 2009 at 4:17 PM, esst...@juno.com <esst...@juno.com>
wrote:
> >
> >> Have you considered setting up a SLIP TRAP ?
> >>
> >> ____________________________________________________________
> >>
> > It looks like I'm gonna have to.  However I still don't understand
why I'm
> > getting a U4039 abend when the manual specifically states that I
should get
> > a dump of the original abend with UAIMM.
> >
> > ggggrrrr.
> >
> > Jim McAlpine
> 
> Hmmm. Do you have a SYSUDUMP, SYSMDUMP or (God forbid) SYSABEND
> DD statements in the job step? Do you have some dump-intercepting
> program in place (AbendAid, DumpMaster, etc.)? I always turn all
> those off for our classes. Consider having something like this in
> your JCL:
> 
> //SYSUDUMP  DD  SYSOUT=*
> //ABNLIGNR  DD  DUMMY  ABEND-AID OFF
> //ESPYIBM   DD  DUMMY  EYE-SPY OFF
> //CAOESTOP  DD  DUMMY  CA-OPT II & CA-SYMDUMP OFF
> //IDIOFF    DD  DUMMY  IBM FAULT ANALYZER OFF
> //DMBENAN   DD  DUMMY  DUMPMASTER OFF

I'd prefer //SYSMDUMP if I code one at all.  Then you could "dive" it
with IPCS.

We've enabled "dynamic dump dataset allocation", so "strongly"
discourage coding any //SYSxDUMP or similar statements.

    -jc-

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

Reply via email to