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

a- 35
CAUSE Some recent input operation, a read from file or database has
resulted in a decimal value being read into a variable with a
decimal type that does not have the correct format. In other
words, the value in the file has been corrupted.
ACTION Correct the value in the file or database.
------------------------------------------------------------------------------------
1151 MESSAGE Cannot RUN a program with OPTION SUBPROGRAM in effect.
CAUSE A program in the interpreter has been run with GLOBAL OPTION
SUBPROGRAM in the main of the program.
ACTION Remove the GLOBAL OPTION SUBPROGRAM to run the program in the
interpreter. You will probably have to add calls to the
procedures and functions in the current program in the
interpreter, if you have not already done so.
ACTION If there are only procedures or functions in the current
program in the interpreter ( this means that there are no
executable statements in the main of the current program ), you
will have to compile the program and put it into an executable
library. You can use a program with the appropriate calls to
your procedures or functions from the interpreter to test your
program.
------------------------------------------------------------------------------------
1152 MESSAGE Irrecoverable error encountered.
CAUSE The interpreter cannot recover to a consistent internal state
that guarantees that all user information is not corrupted.
You will usually see this message as the interpreter is
aborting and just prior to a stack trace indicating the
location in the code that the abort occurred and the preceding
internal procedure calls made by the interpreter.
ACTION Please copy the information that is on your screen and try to
describe the steps that immediately preceded the problem.
Submit this report to your System Administrator to forward to
the HP Service Engineer.
------------------------------------------------------------------------------------
1153 MESSAGE WARNING 1153: Procedure name "procedure_name" is too long.
CAUSE The procedure name, function name or the alias specified in an
INTRINSIC or EXTERNAL statement or the name of the intrinsic in
the intrinsic file exceeds the maximum length of 60 characters.
This is an error rather than a warning, since processing of the
statement is interrupted and the program cannot be run. The
name returned from the intrinsic file may be displayed as
"procedure name". Note that because of the definition of the
intrinsic mechanism, the name to be called may not be the same
as either the name in the INTRINSIC statement or the specified
alias in the ALIAS clause.
ACTION Shorten the procedure name, function name or the alias name in
the INTRINSIC or EXTERNAL statement or be certain that the name
of the intrinsic in the intrinsic file is within the
appropriate bounds.
------------------------------------------------------------------------------------
1154 MESSAGE Not enough memory available.
CAUSE Current operation has exhausted the amount of space allocated
to hold information in the interpreter. Since HP Business
BASIC does not do garbage collection of its previously used
space, you may have to do this.
ACTION If you obtained this message while entering a program in the
interpreter, try to save the current version as an ASCII
program file using the command: