Mucho thanks. Sounds like //ABNLDUMP DD DUMMY Forces printing of the normal IBM dump may be what we want.
Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Sam Siegel Sent: Wednesday, July 08, 2015 8:49 AM To: [email protected] Subject: Re: Abend-Aid questions Here are some abend-aid ddnames and their purpose. //ABENDAID DD SYSOUT=A Alternate DD for Abend-AID output (Note: A SYSUDUMP/SYSABEND DD is still required to invoke Abend-AID. Users of SYSMDUMP must use the ABENDAID DD to get Abend-AID output. Abend-AID will not write to SYSMDUMP.) //ABNLALL DD DUMMY Forces formatting of all program storage and control blocks //ABNLDUMP DD DUMMY Forces printing of the normal IBM dump //ABNLENAB DD DUMMY Enables Abend-AID when it has been disabled globally //ABNLFMTD DD DUMMY Forces printing of only the formatted control blocks portion of the IBM dump //ABNLHELP DD DUMMY Produces the Abend-AID help pages when disabled globally //ABNLIGNR DD DUMMY Shuts off Abend-AID processing //ABNLNCBS DD DUMMY Suppresses printing of the Abend-AID data management control blocks section //ABNLNODP DD DUMMY Suppresses printing of the IBM dump //ABNLNONE DD DUMMY Opposite of //ABNLALL //ABNLNWSP DD DUMMY Suppresses printing of the Abend-AID program storage section //ABNLPCBS DD DUMMY Forces printing of the Abend-AID data management control blocks section //ABNLSUPT DD DUMMY Suppresses the inclusion of Abend-AID/ COBOL information in the object module (Note: When this DD statement is used, the enhanced Abend-AID/COBOL output will not be available at abend time.) //ABNLSUPW DD DUMMY Suppresses W-level message in the body of the Abend-AID/COBOL source listing //ABNLTERM DD SYSOUT=A Invokes the Abend-AID/ONLINE feature for 72-column output when 121-column output is the default //ABNLTERM DD DSN= Specifies an Abend-AID dump data set for Abend-AID output //ABNLWIDE DD DUMMY Allows 121-column output when the default is 72 columns //ABNLWSPT DD DUMMY Forces printing of the Abend-AID program storage section On Wed, Jul 8, 2015 at 8:35 AM, Charles Mills <[email protected]> wrote: > We're not Abend-Aid licensees, so we have no access to complete > documentation. I find some help on the Web, but I want to get this > right and not burden the customer with a whole lot of "try this." We > have a customer where we have a problem (S238 - yes, I know what that > is trying to tell us) and are not getting a dump, which would be a > very helpful tool in this situation. The customer does not know how to > force a dump. > > We are seeing the following messages: > > <> LEAID ENTERED (LEVEL 05/14/2013 AT 15:14) <> LEAID LEAID109 > ABEND-AID PROCESSING IGNORED. ABEND SPECIFIED NO DUMP <> LEAID > PROCESSING COMPLETE RC=4 > > Questions: > - Is this indeed Abend-Aid talking or is LEAID some other product that > is suppressing Abend-Aid? (The failing program is indeed LE-based.) > - There is a SYSUDUMP DD SYSOUT=* statement in the JCL -- will adding > //ABNLIGNR DD DUMMY get us a SYSUDUMP? > > Thanks, > > Charles > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
