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

256 Chapter3
Command Interpreter
(CIERR) 1901-12256
CAUSE A length parameter was passed to an intrinsic call but the
buffer to put the value in was not passed.
ACTION Supply the buffer keyword and a buffer to the intrinsic
call.
8135 MESSAGE EXPECTED AN INTEGER IN THE RANGE 0..65535.
(CIERR 8135)
CAUSE An attempt was made to assign a string or an integer
outside the range of 0 to 65,535 to a system jcw.
ACTION Do not attempt to reclassify a jcw. They may contain
integer values in the range of 0 to 65,535.
8136 MESSAGE THE VALUE FOR THE VARIABLE IS MISSING. CIERR
8136)
CAUSE An attempt was made to assign a string or an integer
outside the range of 0 to 65,535 to a system jcw.
ACTION Do not attempt to reclassify a jcw. They may contain
integer values in the range of 0 to 65,535.
8137 MESSAGE EXPECTED AN INTEGER FOR THE VALUE. (CIERR
8137)
CAUSE An attempt was made to set an HP predefined integer
variable to something other than an integer value.
ACTION Review the variable in the MPE/iX Commands Reference
Manual . Make sure that the type of the variable value is
an integer.
8138 MESSAGE EXPECTED A BOOLEAN FOR THE VALUE. (CIERR
8138)
CAUSE An attempt was made to set an HP predefined boolean
variable to something other than an boolean value.
ACTION Review the variable in the MPE/iX Commands Reference
Manual, . Only TRUE or FALSE values may be specified
for the variable value.
8139 MESSAGE EXPECTED A STRING FOR THE VALUE. (CIERR 8139)
CAUSE An attempt was made to set an HP predefined string
variable to something other than an string value.
ACTION Review the variable in the MPE/iX Commands Reference
Manual, . Use quotes around the value to specify that the
value is a string.
8140 MESSAGE STRING LENGTH IS REQUIRED. (CIERR 8140)
CAUSE A call was made to HPCIPUTVAR for a string variable
specifying the string value keyword but not the string
length keyword.