HP Pascal/iX Reference Manual (31502-90022)

A-: 57
error that corrupted the Pascal FILE variable (such as array
reference out of bounds with RANGE OFF or dereferencing an
invalid pointer.)
---------------------------------------------------------------------------------------
709 MESSAGE FIELD WIDTH LESS THAN ZERO (PASCERR 709)
RT CAUSE The field width in a formatted write of a nonnumeric expression
was less than zero.
ACTION Correct the program logic so it doesn't use negative values for
the field width or decimal position.
---------------------------------------------------------------------------------------
710 MESSAGE FIELD WIDTH LESS THAN 1 (PASCERR 710)
RT CAUSE The field width in the formatted write of a numeric expression
was less than 1.
ACTION Correct the width specified.
---------------------------------------------------------------------------------------
711 MESSAGE NO DIGITS AFTER DECIMAL POINT (PASCERR 711)
RT CAUSE No digits occur after the decimal point in a formatted write of
a real or longreal expression.
ACTION Correct the input.
---------------------------------------------------------------------------------------
712 MESSAGE INPUT VALUE UNDERFLOW (PASCERR 712)
RT CAUSE The value read is too small to be represented in the variable.
ACTION Correct the input.
---------------------------------------------------------------------------------------
713 MESSAGE FIELD TOO SMALL TO PRINT NUMBER (PASCERR 713)
RT CAUSE This is an internal HP PASCAL error.
ACTION Contact Hewlett-Packard.
---------------------------------------------------------------------------------------
714 MESSAGE INVALID CLOSE OPTION (PASCERR 714)
RT CAUSE An invalid disposition option was found in the second parameter
to CLOSE.
ACTION Correct the option.
---------------------------------------------------------------------------------------
715 MESSAGE INVALID ENUMERATED IDENTIFIER FOR INPUT (PASCERR 715)
RT CAUSE An attempt was made to read an enumerated identifier from a
textfile, but either a valid HP Pascal identifier was not found
or the identifier found was not an identifier of that
enumerated type.
ACTION Correct the input.