Neoview Messages Manual (R2.2)
Recovery Correct the syntax and resubmit.
SQL 4097
4097 A NULL operand is not allowed in function name.
Cause You attempted to use a NULL operand in function name, which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4098
4098 A NULL operand is not allowed in operation name.
Cause You included a NULL operand in operation name, which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4099
4099 A NULL operand is not allowed in predicate name.
Cause You included a NULL operand in predicate name, which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4100
4100 A NULL value is not allowed in a select list unless it is CAST to
some data type.
Cause You specified a NULL value in a select list that is not cast to a data type, which is
required.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4101
4101 If name is intended to be a further table reference in the FROM
clause, the preceding join search condition must be enclosed in
parentheses.
Cause A syntax error has caused the HP Neoview database software to treat object name
as an ambiguous entity.
Effect The operation fails.
Recovery Check the syntax for a missing parenthesis and resubmit. If the object is not
intended as a table reference in the FROM clause, use the error messages that accompany this
one to diagnose the problem. Correct the syntax and resubmit.
SQL 4102
4102 The [FIRST/ANY n] syntax can be used only in an outermost SELECT
statement that is not contained in a UNION or INSERT.
Cause You attempted to use either a FIRST n or an ANY n clause in other than an outermost
SELECT statement.
Effect The operation fails.
Recovery Remove the FIRST n or ANY n clause and resubmit.
139