I did not see this been mentioned so far...

Default DD where run time LE messages go to is //SYSOUT DD.
All LE enabled programs/jobs should be run with the above DD stmt preferably 
coded:
//SYSOUT   DD  SYSOUT=*
Most of LE problems / errors can be diagnosed from LE run time (error) messages 
without resorting to CEEDUMP.

Sometimes //SYSOUT DD ... ddname may conflict / be used by another dynamically 
invoked application like SORT.
In such a case the LE MSGFILE can be overwritten by run time option:
MSGFILE=((SYSOUT,FBA,121,0,NOENQ),OVR) - default specification
Hth...

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Tim Brown
Sent: Thursday, October 29, 2015 2:15 PM
To: [email protected]
Subject: Re: U0493 abends

I have //CEEDUMP  DD SYSOUT=*   in the FTPD proc
No //CEEDUMP in user job, Is CAP.D302.T0200069.CAP97G55 the file you are 
referring to

IEA822I COMPLETE TRANSACTION DUMP WRITTEN TO
> > CAP.D302.T0200069.CAP97G55 CEE3797I LANGUAGE ENVIRONMENT HAS 
> > DYNAMICALLY CREATED A DUMP.

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

Reply via email to