MPE/iX Error Messages Manual Vol 1 (32650-90878)

Chapter 3 253
Command Interpreter
(CIERR) 1901-12256
8113 MESSAGE INTEGER UNDERFLOW. (CIERR 8113)
CAUSE An attempt was made to set an integer variable to a value
less than -2,147,483,647.
ACTION Make sure the integer variables contain a value in the
range of -2,147,483,648 to 2,147,483,647.
8114 MESSAGE UNEXPECTED NIL POINTER ENCOUNTERED. (CIERR
8114)
CAUSE Unknown.
ACTION Reenter the command. If it fails consistently, contact your
system manager or support representative.
8115 MESSAGE ASSIGNMENT TO VARIABLE NOT ALLOWED: READONLY.
(CIERR 8115)
CAUSE An attempt was made to perform a SETVAR on an HP
predifined variable that is read only.
ACTION Do not attempt to set a value on an HP predefined read
only variable.
8116 MESSAGE NO MATCH FOUND FOR THIS VARIABLE SET. (CIWARN
8116)
CAUSE A wildcard was used in a variable command. This message
is a warning that no matches were found.
ACTION Make sure that wildcarding is not too restrictive for the
set of variables that are being searched for.
8117 MESSAGE PERMANENT VARIABLE: NO DELETION DONE. (CIERR
8117)
CAUSE An attempt was made to delete an HP predefined variable.
ACTION Do not attempt to delete these variables.
8118 MESSAGE ERROR IN EVALUATION OF EXPRESSION. (CIERR
8118)
CAUSE An expression within square brackets can not be
evaluated.
ACTION Check the expression and make sure it is valid.
8119 MESSAGE ERROR. COULD NOT LOCK SYMBOL TABLE . (CIERR
8119)
CAUSE Unknown.
ACTION Reenter the command. If it fails consistently, contact your
system manager or support representative.
8120 MESSAGE ERROR. COULD NOT UNLOCK SYMBOL TABLE. (CIERR
8120)
CAUSE Unknown.