ANR2916E The SQLdata types data type and data type are incompatible for operator
operator’.
Explanation: The data types of the operands are not compatible when used with
the specified operator.For example, the expression 3 + ’abc’ is not valid because
the operand data types INTEGER and CHAR(3) are not compatible for the addition
operator +.
SystemAction: The SQL query is terminated.
User Response: None.
ANR2917E The SQLdata type of expression ’expression’isdatatype; expecting an integer
expression.
Explanation: An SQL expression of data type SMALLINT,INTEGER, or
DECIMAL with scale zero is expected.
SystemAction: The SQL query is terminated.
User Response: None.
ANR2918E The SQLdata type of expression ’expression’isdatatype; expecting a Boolean
expression.
Explanation: An SQL expression of data type BOOLEAN is expected.
SystemAction: The SQL query is terminated.
User Response: None.
ANR2919E The SQLdata type of expression ’expression’isdatatype; expecting a numeric
expression.
Explanation: An SQL expression of numeric data type SMALLINT,INTEGER,
DECIMAL, NUMERIC, REAL, FLOAT,or DOUBLE_PRECISION is expected.
SystemAction: The SQL query is terminated.
User Response: None.
ANR2920E The SQLdata type of expression ’expression’isdatatype; expecting a numeric
or interval expression.
Explanation: An SQL expression of numeric data type (SMALLINT,INTEGER,
DECIMAL, NUMERIC, REAL, FLOAT,DOUBLE) or of interval data type
(INTERVAL)is expected.
SystemAction: The SQL query is terminated.
417
Tivoli Storage Manager Messages
3. Common and Platform
Specfic Messages