>//CEEOPTS DD *
>TRAP(OFF,NOSPIE),TRMTHDCT(UADUMP,,96)
>//*

With TRAP(OFF,NOSPIE), you disable all Language Environment error trapping. 
z/OS will write a dump, but LE will not write any informtion such as LE 
messages, trace, of CEEDUMP.


If you would like to have a system as well as the LE dump (CEEDUMP), the leave 
(or set) TRAP(ON,SPIE), and specify TERMTHDACT(xxx,,9o6) with xxx as either 
UADUMP or UAIMM. The former option will give you all the LE debug information 
(messages, trace, CEEDUMP, ..) plus a U4039 system dump. Use the latter if you 
need the dump to have information as near to the error as possible.


--
Peter Hunkeler




----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to