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

a- 63
------------------------------------------------------------------------------------
1805 MESSAGE MESSAGE 1805: Statement not implemented in HPBB ( at character
"char-num")
CAUSE The program uses an unimplemented feature.
ACTION Do not use the unimplemented feature.
------------------------------------------------------------------------------------
1806 MESSAGE WARNING 1806: Name at character "number" too long. Name
Truncated.
CAUSE The identifier specified is longer than 64 characters.
ACTION None. The identifier is truncated to 64 characters.
------------------------------------------------------------------------------------
1807 MESSAGE WARNING 1807: Bad numeric input; re-enter from item "item-no"
CAUSE The value entered does not match the type of the numeric
variable in the INPUT statement.
ACTION Re-enter the correct numeric value.
------------------------------------------------------------------------------------
1809 MESSAGE WARNING 1809: The PROTECT word "string" was truncated to
"string".
CAUSE The lockword specified is longer than 8 characters.
ACTION None. The new lockword is truncated to 8 characters.
------------------------------------------------------------------------------------
1811 MESSAGE WARNING 1811: COMMON area name too long, truncated to
"string".
CAUSE The common name specified is longer than nine characters.
ACTION None. The new name is truncated to nine characters.
------------------------------------------------------------------------------------
1812 MESSAGE WARNING 1812: This statement is not compilable.
CAUSE This is a warning message issued by the interpreter command,
CWARNINGS, that lists statements that are not compilable. Any
statement that modifies an HP Business BASIC/XL program at run
time or requires the interpreter environment cannot be
compiled.
This warning occurs with the following statements:
COMMAND GET MERGE SCRATCH DEFAULT GETSUB RESAVE SECURE DELETE
LINK
ACTION The following change will prevent the execution of a
non-compilable statement in a compiled program:
100 GET "abc"
change to
100 IF INTERPRETED THEN GET "abc"
------------------------------------------------------------------------------------
1813 MESSAGE WARNING 1813: This statement is not compilable. (generates no
code)
CAUSE This is a warning message generated by the interpreter command,
CWARNINGS, that lists statements that cause compiler warnings.
These statements are primarily for debugging and the compiler
does not generate any code for them.