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

a- 38
1186 MESSAGE Interpreter BUILD file failure: please PURGE temp files
prefixed BBTEMP.
CAUSE Certain HP Business BASIC/XL statements and commands create a
file in the temporary file space to store information. HP
Business BASIC/XL uses the "BBTEMP" prefix as the first six
characters in the temporary filename. If you have created a
large number of files with this prefix, HP Business BASIC/XL
will be unable to process the information required.
ACTION Check the temporary file space using the command, ":listftemp"
to confirm that there are too many files with the prefix
"BBTEMP". Modify your program so that you use filenames with a
different prefix and purge those unused files prefixed with
"BBTEMP" that are in the temporary file space.
------------------------------------------------------------------------------------
1187 MESSAGE Interpreter BUILD file failure: please check whether disk space
full.
CAUSE Certain HP Business BASIC/XL statements and commands create a
file in the temporary file space to store information. In this
case, HP Business BASIC/XL was unable to build the required
file.
ACTION Check with your System Administrator concerning the system's
available disk space. You may have also reached your account
or group disk space limits.
------------------------------------------------------------------------------------
1189 MESSAGE FNCALL of a subprogram is not allowed.
CAUSE The name specified as a parameter to FNCALL is the name of a
procedure in the current program.
ACTION Call the procedure using the CALL statement.
------------------------------------------------------------------------------------
1190 MESSAGE ROUND argument cannot be power rounded in the range of
decimals.
CAUSE The argument to be rounded is converted to a decimal value and
a value to be added to that value for the round is determined.
Overflow on the addition causes this error to be generated.
ACTION Check values before rounding so that overflow does not occur
during the rounding operation.
------------------------------------------------------------------------------------
1191 MESSAGE DROUND argument cannot be digit rounded in the range of
decimals.
CAUSE The argument to be rounded is converted to a decimal value and
a value to be added to that value for the round is determined.
Overflow on the addition causes this error to be generated.
ACTION Check values before rounding so that overflow does not occur
during the rounding operation.
------------------------------------------------------------------------------------
1192 MESSAGE Matrix is singular, cannot be inverted.
CAUSE A matrix cannot be inverted because the current values of the
individual elements are such that the matrix is singular.
ACTION Check for singularity prior to trying to invert the matrix.
------------------------------------------------------------------------------------
1194 MESSAGE Bad data in form field for item "form_item_number".