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

a- 75
MESSAGE Only =, >=, and <= are allowed here.
CAUSE An invalid relational operator was specified in the PREDICATE
statement.
ACTION Check the relational operator. Only =, >=, and <= are allowed
in the PREDICATE statement.
-----------------------------------------------------------------------------
MESSAGE Illegal line number: !
CAUSE GET (of an ASCII file), LINK, or MERGE has created a line
reference that is greater than 999999.
ACTION Renumber using a lower line number.
-----------------------------------------------------------------------------
MESSAGE Built-in function xxx has wrong type in parameter nn.
CAUSE In the parameter list of built-in function xxx, a string was
found where a numeric value was required or a numeric value was
found where a string was required.
ACTION Check the syntax for the built-in function and use the correct
parameter types.
-----------------------------------------------------------------------------
MESSAGE Wrong number of arguments for built-in function xxx.
CAUSE A built-in function xxx was used with the wrong number of
arguments.
ACTION Check the syntax for the built-in function and use the correct
number of arguments.
-----------------------------------------------------------------------------
MESSAGE Operators not allowed in array built-in functions.
CAUSE Only an array variable is allowed in the MAT built-in function.
ACTION Put an array variable inside the MAT built-in function. Put a
parentheses around the built-in function to assign a value to
an array.
-----------------------------------------------------------------------------
MESSAGE Built-in function "name" not allowed here.
CAUSE The built-in function used in the MAT assign statement is
invalid.
ACTION Check the built-in function name.
-----------------------------------------------------------------------------
MESSAGE Illegal character in data item or missing data items.
CAUSE Only the following are legal separators for the data items in
the DATA statement:
,
;
!
ACTION Check the syntax of the DATA statement.
-----------------------------------------------------------------------------
MESSAGE Empty arguments not allowed in built-in functions.
CAUSE Unexpected empty arguments, ", ,", are specified as parameters
to a built-in function.
ACTION Specify a value between the commas.