(CIERR) (contd) [ MPE/iX Error Messages Manual Volume I ] MPE/iX 5.0 Documentation
MPE/iX Error Messages Manual Volume I
(CIERR) (contd)
9640 MESSAGE CHGROUP MAY BE DONE AT FIRST CI ONLY. (CIERR
9640)
CAUSE This command may only be issued at the first level
(root) CI only. Evidently, you have executed the
CI program after you logged on.
ACTION Type EXIT to return to the root CI. You may examine
the HPCIDEPTH variable to determine whether you
have reached the root CI. When HPCIDEPTH variable
registers a value of 1, it indicates that you are
at the root CI. You may now issue the CHGROUP
command.
---------------------------------------------------------------
9702 MESSAGE SQUARE BRACKETS EMPTY, EXPRESSION NOT
SUBSTITUTED. (CIWARN 9702)
CAUSE You did not supply an expression in the square
brackets (for example, ECHO ! [ ]).
ACTION Make sure that the square brackets [ ] contain an
expression.
---------------------------------------------------------------
9704 MESSAGE MISSING CLOSING QUOTE, EXPRESSION NOT
SUBSTITUTED. (CIWARN 9704)
CAUSE A set of beginning and ending quotes are used to
delimit a literal. Evidently, you did not supply a
quote to indicate the end of the literal string
within a substituted expression (for example, ECHO
! ["a" + "b ].
ACTION Make sure all quotes are in pairs.
---------------------------------------------------------------
9706 MESSAGE CLOSING SQUARE BRACKET NOT FOUND, EXPRESSION NOT
SUBSTITUTED. (CIWARN 9706)
CAUSE Evidently, you did not supply a right bracket to
match the left bracket (for example ECHO ! [
expression ).
ACTION Reenter the command and supply a right bracket.
---------------------------------------------------------------
9710 MESSAGE NON-NUMERIC CHARACTER FOUND IN THE EXPRESSION.
(CIERR 9710)
---------------------------------------------------------------
9720 MESSAGE ATTEMPT TO DIVIDE BY ZERO IN THE EXPRESSION.
(CIERR 9720)
CAUSE It is illegal to divide by zero. Evidently, the
denominator of the expression you supplied
evaluated to zero.
ACTION Examine each component of the expression and
reenter the command.
---------------------------------------------------------------
9730 MESSAGE ILLEGAL CHARACTER IN THE EXPRESSION. (CIERR 9730)
---------------------------------------------------------------
9735 MESSAGE RESULT WOULD BE OUT OF INTEGER RANGE. (CIERR
9735)
CAUSE An integer value has a limited range. Evidently,
the expression you supplied resulted a value that
is outside that range (for example, :CALC 2^32).
ACTION Examine each component of the expression and
reenter the command.
---------------------------------------------------------------
9740 MESSAGE INTEGER OVERFLOW IN THE EXPRESSION (CIERR 9740)
CAUSE Evidently, the expression you supplied resulted a
value that is caused an overflow (for example,
:CALC 99 * 2^30).
---------------------------------------------------------------
9745 MESSAGE BREAK HIT DURING INPUT FUNCTION, EXPRESSION
EVALUATION TERMINATED. (CIERR 9745)
---------------------------------------------------------------
9750 MESSAGE UNKNOWN OPERATOR FOUND IN THE EXPRESSION. (CIERR
9750)
---------------------------------------------------------------
9753 MESSAGE THIS IS AN INVALID USE OF THIS OPERATOR. (CIERR
9753)
---------------------------------------------------------------
9755 MESSAGE A STRING OPERATOR WAS EXPECTED BUT NONE WAS
FOUND. (CIERR 9755)
CAUSE Evidently, you specified an operator that is not a
string operator, or the operator is misspelled (for
example :CALC 20 MODD 3).
ACTION Refer to the MPE/iX Commands Reference Manual,
(32650-90003) for information on string operators.
Then, reenter the command.
---------------------------------------------------------------
9757 MESSAGE AN OPERATOR WAS EXPECTED, BUT NONE WAS FOUND.
(CIERR 9757)
CAUSE The expression you supplied is missing an operator.
ACTION Reenter the command.
---------------------------------------------------------------
9760 MESSAGE UNMATCHED LEFT PARENTHESIS IN THE EXPRESSION.
(CIERR 9760)
CAUSE Evidently, you did not supply a right parenthesis
to match the left parenthesis in the expression.
ACTION Reenter the command and supply a right parenthesis.
---------------------------------------------------------------
9770 MESSAGE UNMATCHED RIGHT PARENTHESIS IN THE EXPRESSION.
(CIERR 9770)
CAUSE Evidently, you did not supply a left parenthesis to
match the right parenthesis in the expression.
ACTION Reenter the command and supply a left parenthesis.
---------------------------------------------------------------
9775 MESSAGE ILLEGAL CHARACTER FOUND, HEXADECIMAL DIGIT
EXPECTED. (CIERR 9775)
CAUSE Valid hexadecimal digits are 0 through 9, and
letters A through F.
ACTION Reenter the command and supply a valid hexadecimal
digit after the dollar sign ($).
---------------------------------------------------------------
9780 MESSAGE ILLEGAL CHARACTER FOUND, OCTAL DIGIT EXPECTED.
(CIERR 9780)
CAUSE Valid octal digits are 0 through 7.
ACTION Reenter the command and supply a valid octal digit
after the percent sign (%).
---------------------------------------------------------------
9790 MESSAGE ILLEGAL CHARACTER FOUND, DECIMAL DIGIT EXPECTED.
(CIERR 9790)
CAUSE Valid decimal digits are 0 through 9.
ACTION Reenter the command and supply a valid decimal
digit after the pound sign (#).
---------------------------------------------------------------
9795 MESSAGE VARIABLE TYPES MAY NOT BE MIXED IN EXPRESSIONS.
(CIERR 9795)
CAUSE You supplied an expression whose operands are not
of the same type.
ACTION Use the TYPEOF function to verify the type of each
component of the expression. Reenter the command.
---------------------------------------------------------------
9800 MESSAGE NEGATIVE EXPONENT IS FOUND IN THE EXPRESSION.
(CIERR 9800)
CAUSE Evidently, you entered a minus sign (-) between the
exponentiation operator (^) and the operand you are
evaluating.
ACTION Look for the exponentiation operator and verify
whether there is a minus sign (-), or the
expression supplied after it evaluates to a
negative number.
---------------------------------------------------------------
9805 MESSAGE VARIABLE NAME ENCOUNTERED, BUT VARIABLE IS NOT
DEFINED. (CIERR 9805)
CAUSE In most cases, variable names must be defined
before they are used in commands and expressions.
Evidently, you are using a variable that is not
defined.
ACTION Verify whether the variable exists, or its name was
not entered correctly. Then reenter the command.
---------------------------------------------------------------
9810 MESSAGE ILLEGAL CHARACTER FOUND, EXPECTED A NUMBER.
(CIERR 9810)
CAUSE The expression to the right of an operator does not
evaluate to a value. Evidently, you did not supply
a number after an operator, a set of parenthesis,
or a set of square brackets.
ACTION Examine the command line you typed and reenter it
correctly.
---------------------------------------------------------------
9815 MESSAGE ILLEGAL CHARACTER FOUND, EXPECTED A STRING.
(CIERR 9815)
CAUSE The string processing functions expect either
string literals or variables of string types as
some of their parameters. Evidently, you used one
of these functions, but did not supply the string
literal or string variable where one was expected.
ACTION Examine the command line you typed and reenter it
correctly.
---------------------------------------------------------------
9820 MESSAGE INTEGER UNDERFLOW WOULD RESULT. (CIERR 9820)
CAUSE The expression you supplied evaluated to a number
smaller than the smallest integer allowed on the
system.
ACTION Examine the command line you typed and reenter it
correctly.
---------------------------------------------------------------
9825 MESSAGE MORE PARAMETERS SPECIFIED THAN ALLOWED FOR THIS
FUNCTION. (CIERR 9825)
CAUSE Evidently, you supplied more parameters to a
function than it expected.
ACTION Refer to the MPE/iX Commands Reference Manual,
(32650-90003) for an explanation of the CI
functions and their parameters. Then, reenter the
command.
---------------------------------------------------------------
9830 MESSAGE UNEXPECTED COMMA ENCOUNTERED. (CIERR 9830)
CAUSE Evidently, you entered a CI function and ended the
parameter list with a comma.
ACTION Reenter the command and supply the function with
the exact number of parameters. Refer to the
MPE/iX Commands Reference Manual, (32650-90003) for
information on CI functions.
---------------------------------------------------------------
9835 MESSAGE UNEXPECTED BOOLEAN EXPRESSION ENCOUNTERED. (CIERR
9835)
---------------------------------------------------------------
9840 MESSAGE THIS FUNCTION IS MISSING A PARAMETER. (CIERR
9840)
CAUSE Evidently, you did not supply the exact number of
parameters expected by this CI function.
ACTION Reenter the command and supply the function with
the exact number of parameters. Refer to the
MPE/iX Commands Reference Manual, (32650-90003) for
information on CI functions.
---------------------------------------------------------------
9850 MESSAGE UNABLE TO SHIFT MORE THAN 31 BITS. (CIERR 9850)
CAUSE CI's bit shifting functions allow 31 bit shifts at
a time. Evidently, you entered a number that is
larger than 31, or the expression you supplied
evaluates to a number bigger than 31.
ACTION Verify that the number of shifts you requested is
between 0 and 31 inclusive. Then reenter the
command.
---------------------------------------------------------------
9860 MESSAGE THE NUMBER OF BITS TO SHIFT MUST BE POSITIVE.
(CIERR 9860)
CAUSE Evidently, you entered a negative number, or the
expression you supplied evaluates to a negative
value.
ACTION Verify that the number of shifts you requested is a
positive number. Then reenter the command.
---------------------------------------------------------------
9870 MESSAGE A STRING OPERAND WAS FOUND IN A NUMERIC
EXPRESSION. (CIERR 9870)
CAUSE Evidently, you entered a string literal or string
variable in a numeric expression.
ACTION Reenter the command and supply all numeric values
and variables.
---------------------------------------------------------------
9880 MESSAGE A NUMERIC OPERAND WAS FOUND IN A STRING
EXPRESSION. (CIERR 9880)
---------------------------------------------------------------
9890 MESSAGE THE ASCII VALUE IS OUT OF RANGE. (CIERR 9890)
CAUSE Valid ASCII values range from 0 to 255. Evidently,
you entered an ASCII code that is outside this
range.
ACTION Reenter the command and supply a valid ASCII value.
---------------------------------------------------------------
9900 MESSAGE THE FUNCTION IS NOT FOLLOWED BY PARENTHESES.
(CIERR 9900)
---------------------------------------------------------------
9910 MESSAGE THE LENGTH OF THE STRING IS OUT OF BOUNDS. (CIERR
9910)
CAUSE Evidently, you tried to assign too many characters
to the string variable.
ACTION Refer to the MPE/iX Commands Reference Manual,
(32650-90003) for information on strings. Then
reenter the command.
---------------------------------------------------------------
9920 MESSAGE THE RECURSION LEVEL OVERFLOWED. (CIERR 9920)
---------------------------------------------------------------
9930 MESSAGE THE RECURSION LEVEL UNDERFLOWED. (CIERR 9930)
---------------------------------------------------------------
9940 MESSAGE A NON-BOOLEAN EXPRESSION WAS FOUND. (CIERR 9940)
---------------------------------------------------------------
9950 MESSAGE THE SIZE OF THE STRING TO BE RETURNED IS TOO
SMALL. (CIERR 9950)
---------------------------------------------------------------
9960 MESSAGE AN UNMATCHED QUOTE WAS ENCOUNTERED. (CIERR 9960)
CAUSE A set of beginning and ending quotes are used to
delimit a literal. Evidently, you did not supply a
quote to indicate the end of the literal string.
ACTION Reenter the command and supply a matching quote.
---------------------------------------------------------------
9970 MESSAGE THE OUTPUT BASE (RADIX) IS INVALID. (CIERR 9970)
---------------------------------------------------------------
9975 MESSAGE THIS OPERATOR MAY NOT FOLLOW A UNARY OPERATOR.
(CIERR 9975)
CAUSE A "+" or "-" operator was followed by another
operator that is not one of "-" or "+" operators.
ACTION Reenter the command.
---------------------------------------------------------------
9980 MESSAGE UNKNOWN EVALUATION REQUEST. (CIERR 9980)
---------------------------------------------------------------
9982 MESSAGE FILENAMES IN FINFO MUST BE BETWEEN 1 AND 28
CHARACTERS. (CIERR 9982)
---------------------------------------------------------------
9984 MESSAGE AN ERROR OCCURRED WHILE ACCESSING THE FILE FOR
FINFO. (CIERR 9984)
CAUSE Unknown.
ACTION Reenter the command. If it fails consistently,
consult with your system manager or support
representative.
---------------------------------------------------------------
9986 MESSAGE THE OPTION NUMBER SPECIFIED IS NOT VALID FOR
FINFO. (CIERR 9986)
CAUSE You supplied an invalid option number to FINFO.
ACTION Refer to the MPE/iX Commands Reference Manual,
(32650-90003) for information on FINFO options.
Then, reenter the command and supply it an
appropriate option number.
---------------------------------------------------------------
9988 MESSAGE CANNOT OBTAIN THIS INFORMATION WITHOUT SM
CAPABILITY. (CIERR 9988)
CAUSE MPE/iX provides different levels of security.
Evidently, you do not have the appropriate
"clearance" capability to access the information
you requested.
ACTION Consult with your system manager.
---------------------------------------------------------------
9989 MESSAGE CANNOT OBTAIN THIS INFORMATION WITHOUT SM OR AM
CAPABILITY. (CIERR 9989)
CAUSE MPE/iX provides different levels of security.
Evidently, you do not have the appropriate
"clearance" capability to access the information
you requested.
ACTION Consult with your account manager or system
manager.
---------------------------------------------------------------
9990 MESSAGE ILLEGAL EXPRESSION: CANNOT BE EVALUATED. (CIERR
9990)
---------------------------------------------------------------
MPE/iX 5.0 Documentation