HP Pascal/iX Reference Manual (31502-90022)

A-: 4
Messages 001-200
---------------------------------------------------------------------------------------
001 MESSAGE FLOATING POINT OVERFLOW (001)
CT CAUSE The absolute value of a real number is too large.
ACTION Check the permitted range of real/longreal values.
---------------------------------------------------------------------------------------
002 MESSAGE FLOATING POINT UNDERFLOW (002)
CT CAUSE The absolute value of a real number is non-zero and too small.
ACTION Check the permitted range of real/longreal values.
---------------------------------------------------------------------------------------
003 MESSAGE ERROR IN FLOATING POINT NUMBER REPRESENTATION (003)
CT CAUSE The real or longreal number must have a digit after the decimal
point.
ACTION Correct the constant to specify a fractional part.
---------------------------------------------------------------------------------------
004 MESSAGE AN EXPONENT IS REQUIRED HERE (004)
CT CAUSE The exponent for a real or longreal number is missing. A
number is required after the 'E' or 'L'.
ACTION Correct the constant to specify an exponent.
---------------------------------------------------------------------------------------
005 MESSAGE ILLEGAL CONTROL CHARACTER CONSTANT (005)
CT CAUSE The value of the constant following the sharp (#) is greater
than 255.
ACTION Check nonprinting character formation rules.
CAUSE The only nonnumeric characters that can follow a sharp (#) are
a letter, @, [, ], ||, ^, or _.
ACTION Check the permitted range of character values.
---------------------------------------------------------------------------------------
006 MESSAGE A QUOTE IS EXPECTED HERE (006)
CT CAUSE The end of line was found before the terminating quote. String
literals cannot span source lines.
ACTION Check string constant for missing closing quote or shorten
constant.
---------------------------------------------------------------------------------------
007 MESSAGE INTEGER OVERFLOW (007)
CT CAUSE The absolute value of the integer is greater than maxint.
ACTION Check the permitted range of integer values.