MPE/iX Error Messages Manual Vol 1 (32650-90878)
Chapter 3 255
Command Interpreter
(CIERR) 1901-12256
8127 MESSAGE STANDARD VARIABLE RECLASSIFIED AS A JCW
VARIABLE. (CIWARN 8127)
CAUSE The SETJCW command was used on an existing variable
that was not a jcw variable. The variable is now a jcw type
variable.
ACTION If an integer type variable is desired, use SETVAR.
Otherwise, leave as jcw type which can contain an integer
between 0 to 65,535.
8128 MESSAGE THIS JCW WAS NOT FOUND IN THE VARIABLE TABLE.
(CIERR 8128)
CAUSE The jcw does not exist.
ACTION Use the SHOWJCW command without any parameters to
view all variables of the 'jcw' type.
8129 MESSAGE THE EXPANDED STRING VALUE EXCEEDS THE MAXIMUM
LENGTH OF 255 CHARACTERS; NO ASSIGNMENT DONE.
(CIERR 8129)
CAUSE The calling variable intrinsic to obtain string value of
variable and array passed was smaller than value. String
value was truncated.
ACTION Supply a larger array to return the string value.
Maximum size of a string variable is 255 characters.
8130 MESSAGE THE MAXIMUM RECURSION LEVEL HAS BEEN
EXCEEDED. (CIWARN 8130)
CAUSE Variables can be recursively dereferenced up to 30 levels.
ACTION Limit the recursive dereferencing to less than 31.
8131 MESSAGE THIS COMMAND REQUIRES AT LEAST ONE PARAMETER.
(CIERR 8131)
CAUSE A required parameter was not supplied.
ACTION Make sure that the required parameter is supplied.
8132 MESSAGE DUPLICATE KEYWORD IGNORED. (CIWARN 8132)
CAUSE A duplicate keyword was supplied to an intrinsic. The
intrinsic failed.
ACTION Remove the duplicate keyword from the intrinsic call.
8133 MESSAGE UNRECOGNIZED KEYWORD VALUE. (CIERR 8133)
CAUSE A bad keyword value was supplied to an intrinsic. The
intrinsic failed.
ACTION Correct the keyword value on the intrinsic call.
8134 MESSAGE A VALUE WAS EXPECTED FOR THE VARIABLE.
(CIWARN 8134)