MPE/iX Error Messages Manual Vol 1 (32650-90878)
252 Chapter3
Command Interpreter
(CIERR) 1901-12256
8106 MESSAGE VARIABLE NOT FOUND IN VARIABLE TABLE. (CIERR
8106)
CAUSE The variable has not been set as expected. The variable
name was mistyped. The user did not expect dereferencing
to be attempted on the variable.
ACTION Set the variable using the SETVAR, INPUT, or SETJCW
command. To escape dereferencing, preceed the variable
name with two exclamation points.
8107 MESSAGE COULD NOT READ FROM SYMBOL TABLE - INTERNAL
ERROR. (CIERR 8107)
CAUSE Unknown.
ACTION Reenter the command. If it fails consistently, contact your
system manager or support representative.
8108 MESSAGE COULD NOT DELETE VIA SYMBOL TABLE - INTERNAL
ERROR. (CIERR 8108)
CAUSE Unknown.
ACTION Reenter the command. If it fails consistently, contact your
system manager or support representative.
8109 MESSAGE VALUE STRING MUST BE LESS THAN 256
CHARACTERS. (CIERR 8109)
CAUSE A string value is limited to 255 characters.
ACTION Reduce size of value string to 255 characters or less.
8110 MESSAGE INVALID VARIABLE NAME. (CIERR 8110)
CAUSE Variable names must begin with an alphabetic character
or underbar ('_'), and all other characters must be
alphanumeric or the underbar ('_') character. Variable
names cannot exceed 255 characters.
ACTION Make sure variable names adhere to the variable name
definition.
8111 MESSAGE VARIABLE NAME EXCEEDS 255 CHARACTERS. (CIERR
8111)
CAUSE Variable names cannot exceed a length of 255 characters.
ACTION Make sure variable names adhere to the variable name
definition.
8112 MESSAGE INTEGER OVERFLOW. (CIERR 8112)
CAUSE An attempt was made to set an integer variable to a value
greater 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.