Compiler Library Error Messages [ Compiler Library/XL Reference Manual ] MPE/iX 5.0 Documentation
Compiler Library/XL Reference Manual
Appendix A Compiler Library Error Messages
This appendix describes Compiler Library error handling, the intrinsic
function XLIBTRAP, and lists error messages.
Many of the Compiler Library procedures detect errors in processed data.
When error detection occurs, the procedures call an error routine that
reports the error conditions and aborts your program.
The error message format is as follows:
procedure name: message
For example,
**** ALOG(X): X < 0.0 OR X=NaN (MATHERR26)
The same number may correspond to more than one error message. This
appendix uses the letters A, B, or C to differentiate between these
messages, as shown in the example below:
19 MESSAGE A. DTAN(X): X=NaN OR INFINITY
B. DTAN(X): TOTAL LOSS OF PRECISION
MPE/iX 5.0 Documentation