HP Pascal/iX Reference Manual (31502-90022)

A-: 71
The static nesting level of the value does not correspond to
the current state of the activation stack.
The value is NIL.
The procedure or function is uninitialized or contains a bad
value.
ACTION Make sure the procedure or function has been initialized
correctly.
---------------------------------------------------------------------------------------
908 MESSAGE MOVE PROCEDURE PARAMETERS OUT OF RANGE (908)
RT CAUSE The range of the move for either the source or target exceeds
the declared range of the source or target arrays.
ACTION Check that the expressions defining the start, offset, and
count are producing correct values.
---------------------------------------------------------------------------------------
909 MESSAGE ESCAPE PROCEDURE WITH NO ENCLOSING TRY-RECOVER (909)
RT CAUSE Escape was called by the user and no enclosing TRY-RECOVER was
declared.
ACTION Use TRY-RECOVER to catch the escape.
---------------------------------------------------------------------------------------
910 MESSAGE ESCAPE EXECUTED WITHOUT AN UNWIND DESCRIPTION FOR THE FRAME
(910)
RT CAUSE An escape was executed, but one or more of the procedures in
the program stack does not have an unwind descriptor.
ACTION Contact Hewlett-Packard.
---------------------------------------------------------------------------------------
911 MESSAGE ESCAPE EXECUTED BUT CANNOT UNWIND DESCRIPTOR FOR THE FRAME
(911)
RT CAUSE An Escape was executed, but one or more of the procedures in
the program stack has a frame that is not unwindable.
ACTION Contact Hewlett-Packard.
---------------------------------------------------------------------------------------
912 MESSAGE GOTO EXECUTED AND BOTTOM OF FRAME HIT; INTERNAL ERROR (912)
RT CAUSE Internal error occurred while executing a non-local GOTO
statement.
ACTION Contact Hewlett-Packard.
---------------------------------------------------------------------------------------
913 MESSAGE GOTO EXECUTED WITHOUT AN UNWIND DESCRIPTOR FOR THE FRAME (913)
RT CAUSE A non-local GOTO was executed, but one or more of the
procedures in the program stack does not have an unwind
descriptor.
ACTION Contact Hewlett-Packard.