put TRAP(OFF) in your PARM= http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/CEEA31B0/1.2.64
Or set up a SLIP dump. Whether TRAP(OFF) goes before or after a / depends on the HLL and compile options. With a COBOL main routine, you usually put the LE parms __after__ a slash: PARM='/TRAP(OFF)', but with other languages (C and PL/I), I think it goes before the slash: PARM='TRAP(OFF)' -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * [email protected] * www.HealthMarkets.com Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM > -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Jim McAlpine > Sent: Tuesday, March 22, 2011 10:10 AM > To: [email protected] > Subject: LE runtime options for non LE dumps question > > I'm getting an 0C4 abend in a non LE assembler program which > is called by a > COBOL LE program. Unfortunately LE is getting in the way of the abend > process and the resultant abend is a U4039 from LE and the > assembler routine > is not in the dumped storage. What combination of LE runtime > parameters are > required to tell LE to get out of the way so I can get a > traditional dump. > > Jim McAlpine > > ---------------------------------------------------------------------- > 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

