HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 76
-----------------------------------------------------------------------------
MESSAGE New array bounds must be specified in REDIM statement.
CAUSE New array dimensions were not specified in a REDIM statement.
ACTION Specify the new array bounds.
-----------------------------------------------------------------------------
MESSAGE Undefined variable or improperly used keyword.
CAUSE A line has been entered for immediate execution that has an
unknown identifier. This may be an undefined variable or a
keyword that has been misspelled or misplaced.
ACTION Do not attempt to use an undefined variable in the calculator.
-----------------------------------------------------------------------------
MESSAGE BREAK ... WHEN ... BY requires a numeric control expression.
CAUSE A numeric control expression representing a "step" value for
triggering breaks is required in the BY clause.
ACTION Change the syntax to use only numeric expressions in the BY
clause.
-----------------------------------------------------------------------------
MESSAGE The WRITE FORM statement requires at least one clause.
CAUSE You must specify at least one clause in the WRITE FORM
statement.
ACTION Check the syntax of the statement in the Help Catalog or the
HP
Business BASIC/XL Reference Manual
to be certain that you are
using the correct syntax.
-----------------------------------------------------------------------------
MESSAGE This CHANGE command cannot change the type of a variable.
CAUSE The CHANGE <vars> command allows variable names to be changed
to a new name. However, you are not allowed to change the type
of a variable from numeric to string or vice versa.
ACTION Do not attempt to change the type of a variable with the CHANGE
<vars> command.
-----------------------------------------------------------------------------
MESSAGE Line too long to process the CHANGE command.
CAUSE The CHANGE command exceeds 500 characters.
ACTION Shorten the CHANGE command to 500 characters or fewer.
-----------------------------------------------------------------------------
MESSAGE This statement or phrase applies only on MPE V systems.
CAUSE You have used a feature that is only available on MPE V
systems. For example, SPL language is not allowed in the
EXTERNAL statement on MPE XL systems.
ACTION Check your program and use the correct syntax for MPE XL.
Rewrite any SPL programs that will be called by HP Business
BASIC/XL.
-----------------------------------------------------------------------------