MPE/iX Error Messages Manual Vol 3 (32650-90880)

58 Chapter2
Error Messages Viii C 2
Floating Point Conversion
ACTION Examine the status returned from
XM_POST_FILE_FOR_MAP_OUT and if necessary, add
more secondary storage.
860 MESSAGE VSM failed to map file from memory to disk.
CAUSE VSM_MAP_OUT_FILE failed.
ACTION Examine the status returned from
VSM_MAP_OUT_FILE.
900 MESSAGE The label table has a negative EOF.
CAUSE Label management requested a negative EOF during
SM_MAP_LABEL.
ACTION Fix the source to pass a positive EOF.
Floating Point Conversion
(Subsystem 193)
1 MESSAGE Inexact exception in a floating point
conversion. (HPFPCONVERT WARNING 1)
CAUSE Exact representation is not possible in the specified IEEE
destination format.
ACTION None.
3 MESSAGE Underflow exception in a floating point
conversion. (HPFPCONVERT WARNING 3)
CAUSE Result magnitude is too small for the destination format.
ACTION Consider other destination formats and/or rounding mode.
5 MESSAGE Overflow result in a floating point
conversion. (HPFPCONVERT WARNING 5)
CAUSE Result magnitude is too large for the destination format.
ACTION Consider other destination formats and/or rounding mode.
8 MESSAGE Invalid operation exception. (HPFPCONVERT
WARNING 8)
CAUSE The input NaN cannot be represented in the destination
format.
ACTION Program around the attempted conversion or correct the
bad data.
101 MESSAGE Invalid source format. (HPFPCONVERT ERROR
101)