with regards
Michael Walter
From the V3.1 book:
============= begin text from book ================
ELAE A generated program has ended because of a serious error. This
occurs for one of the following reasons:
v Storage has been corrupted so that a dump is necessary to debug
the abend.
v Error handling was unable to write messages to the error
destination queue or to the user at the terminal. The dump is
necessary to make the diagnostic information available. The
situation can occur if the error destination queue specified for the
transaction using the diagnostic controller utility is not defined to
MVS CICS. In MVS CICS, if the error destination queue is defined
as an intrapartition queue, this situation occurs when there is no
more space on the intrapartition queue and the error messages
cannot be written.
v A severe error has occurred. Refer to the error destination queue for
the corresponding error messages. The default name is ELAD. The
queue name can be changed using the diagnostic controller utility.
See “VisualAge Generator Server ABEND Dumps” on page 227 for
information on how to find error messages in the dump on an ELAE
abend.
============= end text from book ================
Generally this means that something was installed incorrectly.
with regards
Michael Walter
Jeri Petersen schrieb: