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

Chapter 3 259
Command Interpreter
(CIERR) 1901-12256
CAUSE Not enough room to return the value for the parameter.
Parameter size too small.
ACTION Check the parameter size and type against the intrinsic
definition. Make sure the parameter is large enough to
contain the value being returned.
8153 MESSAGE BOUNDS VIOLATION FOR PARAMETER THIRTEEN (13).
(CIERR 8153)
CAUSE Not enough room to return the value for the parameter.
Parameter size too small.
ACTION Check the parameter size and type against the intrinsic
definition. Make sure the parameter is large enough to
contain the value being returned.
8154 MESSAGE BOUNDS VIOLATION FOR PARAMETER FOURTEEN (14).
(CIERR 8154)
CAUSE Not enough room to return the value for the parameter.
Parameter size too small.
ACTION Check the parameter size and type against the intrinsic
definition. Make sure the parameter is large enough to
contain the value being returned.
8155 MESSAGE THE VARIABLE VALUE IS OUT OF RANGE. (CIERR
8155)
CAUSE An attempt was made to set an HP predefined integer
variable to a value smaller than the minimum or larger
than the maximum range.
ACTION Review the variable in the MPE/iX Commands Reference
Manual, . Set the variable to an integer value within the
minimum and maximum range.
8156 MESSAGE THE VARIABLE NAME EXCEEDS 255 CHARACTERS.
(CIERR 8156)
CAUSE An attempt was made to use a variable name that was too
long. A variable name must be less than 256 characters.
ACTION Reduce the size of the variable name.
8159 MESSAGE ACTIVE FUNCTION FAILED. (CIERR 8159)
CAUSE Unknown.
ACTION Reenter the command. If it fails consistently, contact your
system manager or support representative.
8160 MESSAGE ONLY ONE VALUE CAN BE SPECIFIED FOR A
VARIABLE. (CIERR 8160)
CAUSE An attempt was made to call the HPCIPUTVAR intrinsic
with more than one value parameter.