HBO0000I The System Data Engine abnormally ended. The HBODUMP file contains more information.
Explanation
The System Data Engine ended for one of the following reasons:
- An operating system service that was called by the System Data Engine requested an abnormal termination.
- The System Data Engine detected an abnormal situation, such as an unexpected return code, an unexpected program check interrupt, or an invalid value for a variable.
- The dynamic storage stack was exceeded.
Detailed information about the problem is written to the HBODUMP file. The
completion code (abend code) depends on what caused the abend, for example:
- If the termination was requested by the operating system, the code is the one that is supplied by the system. It identifies the reason for the termination.
- If the termination was caused by an error situation that was detected by the System Data Engine, the code is user abend code 2 (U002).
- If the reason is dynamic stack overflow, the code is user abend code 1 (U001).
Response
Use the abend code and the information that is written to the HBOOUT and HBODUMP files to determine the reason for termination. The termination might be caused by a program error in your exit procedure or in the program. If you suspect an error in the program, save the contents of the HBODUMP file and as much detail as possible about what you were doing when the error occurred, and contact IBM® Software Support.