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

Chapter 3 251
Command Interpreter
(CIERR) 1901-12256
the same kind.
ACTION Add a matching closing quote to the quoted part of the
command line.
8101 MESSAGE VARIABLE NAME NOT FOUND IN VARIABLE TABLE.
(CIWARN 8101)
CAUSE This variable has not been added to the variable table, and
an attempt is being made to access the variable.
ACTION Define the variable using the SETVAR, INPUT, or
SETJCW command, and then, reenter the command.
8102 MESSAGE VARIABLE NAME EXCEEDS 255 CHARACTERS. (CIWARN
8102)
CAUSE Variable names can be from 1 through 255 characterslong;
evidently, you specified a variable name that is longer that
255 characters.
ACTION Make sure there are no delimiters missing in the
command line you supplied. Then, reenter the command
and supply a variable name that is not longer than 255
characters.
8103 MESSAGE INVALID CHARACTER IN VARIABLE NAME. (CIWARN
8103)
CAUSE Variable names must begin with an alpha character or an
underbar ('_'). All other characters can be alphanumeric or
the underbar ('_') character.
ACTION Start all variable names with an alphabetic character.
Make sure variable names contain only alphanumeric
characters and the underbar character ('_').
8104 MESSAGE VARIABLE NAME MUST START WITH ALPHABETIC
CHARACTER OR "_". (CIWARN 8104)
CAUSE Variable names must begin with an alpha character or an
underbar ('_'). All other characters can be alphanumeric or
the underbar ('_') character.
ACTION Start all variable names with an alphabetic character. If
the characters are not a variable name, preceed the
characters with two exclamation points in order to escape
dereferencing.
8105 MESSAGE EXPANDED COMMAND LINE EXCEEDS 279 CHARACTERS.
(CIERR 8105)
CAUSE After all dereferencing of variables was done, the size of
the command line increased so that the number of
characters is greater than 279. This is not allowed.
ACTION Reduce size of command line.