HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 34
CAUSE 1. The interpreter was unable to write to the program file
while trying to do a SAVE or RESAVE.
2. The interpreter was unable to mark the indicated file as
"run only" when executing the RUN ONLY statement.
ACTION Further investigation of this problem is required. Please
contact your Hewlett-Packard representative.
------------------------------------------------------------------------------------
1143 MESSAGE Can't read from file.
CAUSE 1. The compiler was unable to read the file containing the
program to be compiled.
2. The interpreter was unable to complete a GET SUB statement
because of an error when reading from the file containing the
subunit to GET.
3. The interpreter was unable to complete a GET statement
because of an error when reading from the file containing the
program to GET.
4. The interpreter was unable to mark the indicated file as
"run only" when executing the RUN ONLY statement.
ACTION Further investigation of this problem is required. Please
contact your Hewlett-Packard representative.
------------------------------------------------------------------------------------
1144 MESSAGE Arithmetic overflow on exponentiation.
CAUSE An arithmetic exception was encountered during the processing
of an arithmetic expression containing an exponentiation
operator. Values of variables or literals cause the numeric
value of the intermediate result to exceed the allowable range
of the intermediate type.
ACTION Rearrange the expression so that no overflow will occur during
the evaluation.
ACTION Trap values that you know will cause this condition.
ACTION Convert values so that an intermediate type with a larger range
of values is used.
------------------------------------------------------------------------------------
1145 MESSAGE File version does not match current HPBB version.
CAUSE The file version on the BASIC SAVE file indicates that the file
was saved by an interpreter that is a later version than the
interpreter or compiler being used.
ACTION Save an ASCII version with the SAVE LIST command from the later
version and create a version with the older interpreter. The
same file can now be used with the older compiler.
------------------------------------------------------------------------------------
1147 MESSAGE Invalid file type: Must be BASIC SAVE file.
CAUSE The source file specified as the input file for the compiler
does not have a BSVXL file code.
ACTION If you saved the file as an ASCII file, GET the file into the
interpreter and resave it using the command:
SAVE "filename"
"filename" must not have previously existed.
------------------------------------------------------------------------------------
1150 MESSAGE Bad decimal numeric data found.