MPE/iX Error Messages Manual Vol 1 (32650-90878)
260 Chapter3
Command Interpreter
(CIERR) 1901-12256
ACTION Make sure that only one keyword/keyvalue is supplied to
specify the variable value.
8161 MESSAGE VARIABLE TYPE CONFLICTS WITH KEYWORD/KEYVALUE
PAIR. (CIWARN 8161)
CAUSE An attempt was made to call the HPCIPUTVAR intrinsic
with more than one value parameter.
ACTION Make sure that you supply only one keyword/keyvalue
pair to specify a variable value.
8163 MESSAGE A PREDEFINED VARIABLE CANNOT BE RECLASSIFIED
AS A JCW. USE THE SETVAR COMMAND TO CHANGE
THIS VARIABLE. (CIERR 8163)
CAUSE An attempt was made to use the SETJCW command on a
predefined variable.
ACTION Use SETVAR to modify the variable.
8164 MESSAGE INVALID NUMERIC INDEX INTO THE REDO STACK.
(CIWARN 8164)
CAUSE Dereferencing the command number from the redo stack
failed. The command number was out of range for the redo
history stack.
ACTION Perform a LISTREDO command to view the history stack.
Use a command number in the history stack range.
8165 MESSAGE BOUNDS VIOLATION FOR PARAMETER FIFTEEN (15).
(CIERR 8165)
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.
8166 MESSAGE BOUNDS VIOLATION FOR PARAMETER SIXTEEN (16).
(CIERR 8166)
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.
8167 MESSAGE UNIDENTIFIABLE VARIABLE NAME SET. (CIWARN
8167)
CAUSE An attempt was made to specify a wildcarded set of
variables where the wildcarding was not a valid pattern.
ACTION Review the SHOWVAR command in the MPE/iX
Commands Reference Manual, for valid wildcarding