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

a- 47
1270 MESSAGE Arrays need to be of the same type.
CAUSE The type of the floating point numeric argument to the matrix
built-in functions, CSUM, INV, MUL, RSUM, and TRN must be the
same as the type of the numeric target of the MAT assignment
statement in which the built-in occurs. Both of the arguments
to the DOT operation must be the same numeric type.
ACTION Coerce the argument prior to performing the built-in operation
or coerce the result after the assignment.
------------------------------------------------------------------------------------
1271 MESSAGE Wrong type for inverse.
CAUSE The array that is the argument for the INV matrix built-in
function is not of type SHORT DECIMAL, DECIMAL, SHORT REAL or
REAL.
ACTION Correct the type of the argument so that it is one of the
floating point types supported in HP Business BASIC/XL.
------------------------------------------------------------------------------------
1272 MESSAGE Could not purge the temporary save file, system error
#"error_number".
CAUSE During execution of one of the statements or commands that
requires the creation of a temporary BASIC SAVE file, a file
was created and could not be purged following use. The
statements requiring creation of a BASIC SAVE file for this
purpose are COMPILE, COMPGO, and COMPLINK.
ACTION Note the return value of "error_number" and report the problem
to your System Administrator. If you see this error message,
check the contents of your temporary file space with the
:LISTFTEMP command from within HP Business BASIC/XL. If you are
unable to purge the files either from within HP Business
BASIC/XL or the Command Interpreter of MPE, then log off and
log on again.
------------------------------------------------------------------------------------
1273 MESSAGE Could not "message" while compiling, system error #
"system_error_number".
CAUSE message corresponds to the command that the interpreter could
not process when trying to run the compiler:
FILE BBCTEXT="text_filename"
FILE BBCOBJ="obj_or_rl_filename"
FILE BBCLIST="list_filename"
RESET BBCTEXT="text_filename"
RESET BBCOBJ="obj_or_rl_filename"
RESET BBCLIST="list_filename"
"system_error_number" is the error number returned from the
Command intrinsic.
ACTION These errors should only occur when the system is having
trouble performing fundamental file operations. Try to repeat
the same operation from the interpreter. If you again run into
problems, contact your System Administrator.
------------------------------------------------------------------------------------
1274 MESSAGE Could not "message" during link, error #"error_number".
CAUSE message corresponds to a command that the interpreter could not
process when trying to link a compiled program. The
interpreter must build a stdin and stdlist file for the
linkeditor. The following commands are related to file
manipulation:
BUILD the stdlist file "stdlist_filename"