Thanks.  That is the normal way for a majority of LE abend handling.

Without more specific information, I would probably open up an SR with LE 
support and request assistance.

It is possible that your Cobol program is over writing LE and/or Cobol Storage. 
 It is possible there is a PTF that might correct your issue.

You would need to see what module the CEEDUMP is indicating is the issue.  When 
you get an SYSUDUMP you would need to use IPCS and VERBX LEDATA to get to the 
regs to see what is going on.

Usually LE will dynamically allocate the CEEDUMP so you should not need to 
allocate one.

The CEEDUMP run-time option is used to specify options to control the processing
of the Language Environment dump report.
Non-CICS default: CEEDUMP(60,SYSOUT=*,FREE=END,SPIN=UNALLOC)

Check out:   z/OS  Language Environment Programming Reference

The DYNDUMP run-time option provides a way to obtain dynamic dumps of user
applications that would ordinarily be lost due to the absence of a SYSMDUMP,
SYSUDUMP, or SYSABEND DD statement.


Also these share presentations may be helpful

http://www-03.ibm.com/systems/z/os/zos/features/lang_environment/conference/share.html


Lizette



>I have a COBOL program that is getting a SOC1 and produces a dump when the 
>SYSUDUMP DD is code in the failing step. If CEEDUMP is coded instead of 
>SYSUDUMP no dump is produced.
>
>This program is complied with the same COBOL parameters and run in the same LE 
>environment as other COBOL programs which do produce a dump when using the 
>CEEDUMP DD.
>
>Is there something about SOC1 abends that would cause the issues with CEEDUMP? 
>What am I missing here?
>
>Note:
>z/OS 1.13
>IBM ENTERPRISE COBOL FOR Z/OS  4.2.0
>

> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On
> Behalf Of Peter Ten Eyck
> Sent: Tuesday, November 25, 2014 6:27 AM
> To: [email protected]
> Subject: Re: SOC1 and SYSUDUMP and CEEDUMP
> 
> LE runtime is TERMTHDACT(UADUMP,,96)
> 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to