HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 71
2101 MESSAGE An unknown arithmetic error occurred.
CAUSE This is caused by an internal problem.
ACTION Further investigation of this problem is required. Please
contact your Hewlett-Packard representative.
------------------------------------------------------------------------------------
2103 MESSAGE Attempt to execute a noncompilable statement.
CAUSE Any statement that attempts to modify an HP Business BASIC/XL
program at run time or requires the interpreter environment
will result in run-time error. The following statements
generate this message.
COMMAND
GET
MERGE
SCRATCH
DEFAULT
GETSUB
RESAVE
SECURE
DELETE
LINK
ACTION The following change will prevent the execution of a
non-compilable statement in the compiled program:
100 GET "abc" is changed to 100 IF INTERPRETED THEN GET "abc"
------------------------------------------------------------------------------------
Syntax errors
The following error messages are the syntax errors. They are all error
68, although in some cases you will get these messages instead of the
message for error 68 (Syntax error at character N). Those errors are
marked as substitute errors.
-----------------------------------------------------------------------------
MESSAGE One of the clauses is not allowed with this statement.
CAUSE One of the clauses following an HP Business BASIC/XL database
keyword incorrectly occurs following that keyword.
ACTION Check the syntax of the database statement in the Help Catalog
or the
HP Business BASIC/XL Reference Manual
to be certain that
you are using the correct syntax.
-----------------------------------------------------------------------------
MESSAGE One of the clauses occurred more than once.
CAUSE One of the clauses following an HP Business BASIC/XL database
keyword has been repeated.
ACTION Check the syntax of the database statement in the Help Catalog
or the
HP Business BASIC/XL Reference Manual
to be certain that
you are using the correct syntax.
-----------------------------------------------------------------------------
MESSAGE The statement is missing one or more clauses.