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

a- 52
---
1341 MESSAGE Native language #"num" is not configured.
CAUSE The specified native language is not configured.
ACTION You must log on as MANAGER.SYS and run the utility program,
LANGINST.PUB.SYS to add the language number to the
configuration file. Please refer to the
Native Language
Programmer's Guide
for more information about adding native
languages on your system.
------------------------------------------------------------------------------------
1342 MESSAGE Illegal language specification for LEX.
CAUSE The language number specified in the LEX function is less than
-1.
ACTION Make sure that the language number is greater than or equal to
-1.
------------------------------------------------------------------------------------
1356 MESSAGE Error in calculating new break limit for BREAK...WHEN...BY
statement.
CAUSE An arithmetic error overflow or underflow occurred while trying
to calculate the next multiple value to BREAK the report.
ACTION Verify the value specified on the BY clause. It is approaching
the limit of real for OPTION REAL, or approaching the limit of
decimal for OPTION DECIMAL.
------------------------------------------------------------------------------------
1400 MESSAGE Uninitialized variable or array element used (!).
CAUSE When OPTION NOINIT is on, numeric variables are not initialized
to zero. Referencing the uninitialized variable will result in
a run time error in the interpreter.
ACTION Initialize the variable or array element or take out OPTION
NOINIT. OPTION INIT is the default.
------------------------------------------------------------------------------------
1403 MESSAGE Undeclared variable "name" found in subunit "name".
CAUSE When OPTION DECLARE is on, implicit variable declaration is
illegal.
ACTION Either declare the variable or take out OPTION DECLARE. OPTION
NO DECLARE is the default.
------------------------------------------------------------------------------------
1404 MESSAGE Single line function and current subunit have the same name.
CAUSE A single-line function and the current subunit have the same
name.
ACTION Change the single-line function name or the current function
name.
------------------------------------------------------------------------------------
1411 MESSAGE Parameter to DATE$ must be >= -2.
CAUSE The native language number specified in the call to DATE$ is
less than -1.
ACTION Correct the native language number.
------------------------------------------------------------------------------------
1413 MESSAGE Parameter to TIME$ must be >= -1.