HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)

a- 5
CAUSE The call to the log functions contains an invalid argument, in
this case a zero quantity.
ACTION Check the argument for accuracy.
------------------------------------------------------------------------------------
30 MESSAGE Argument of SQR is negative.
CAUSE The square root function SQR is called with a negative
argument.
ACTION Check the argument for accuracy.
------------------------------------------------------------------------------------
31 MESSAGE Division by zero, or modulo zero.
CAUSE A division by zero is detected during the evaluation of an
expression.
ACTION Check the expression for accuracy.
------------------------------------------------------------------------------------
32 MESSAGE String not a valid number, or string where numeric data
required.
CAUSE The string parameter to the VAL function does not contain a
number.
ACTION Check parameters for accuracy.
------------------------------------------------------------------------------------
33 MESSAGE 1. Bad argument to the NUM function.
2. RPT$ number of repetitions must be zero or greater.
3. Repeated string would exceed the maximum string length.
CAUSE Message 1 : The string parameter to the NUM function contains
an invalid character.
Message 2 : The repeat count parameter of the RPT$ function
contains an invalid count; probably negative.
Message 3 : The result length of the repeated string exceeds
the maximum limit for a string variable.
ACTION Check arguments for accuracy.
------------------------------------------------------------------------------------
34 MESSAGE Line referenced is not an IMAGE statement
CAUSE The line referenced by a PRINT USING statement is not an IMAGE
statement.
ACTION Add the required IMAGE statement.
------------------------------------------------------------------------------------
35 MESSAGE Improper IMAGE format specification, character N.
CAUSE Character N of the IMAGE statement contains an invalid format
specification.
ACTION Modify the wrong format with a valid specification.
------------------------------------------------------------------------------------
36 MESSAGE Out of data.
CAUSE The READ statement tries to read more than what is contained in
the DATA statements.
ACTION Use RESTORE statement to reuse data or add more data to the
DATA statements.