Neoview Messages Manual (R2.3)
Recovery Correct the syntax and resubmit.
SQL 3155
3155 The POPULATE and NO POPULATE clauses cannot coexist in the same
CREATE INDEX statement.
Cause You specified a CREATE INDEX statement using both the POPULATE or NO
POPULATE clauses, which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3157
3157 A catalog name is required.
Cause You attempted to create a catalog without specifying a catalog name.
Effect The operation fails.
Recovery Specify a catalog name and resubmit.
SQL 3158
3158 The DATETIME value value is not valid.
Cause You specified an invalid DATETIME literal. Either the DATETIME qualifier has an
invalid combination of start and end fields or the DATETIME literal string is invalid.
Effect The operation fails.
Recovery Specify a valid DATETIME literal and resubmit.
SQL 3159
3159 If you intended name to be a character set specifier for a character
string literal, you must remove the spaces in front of the single quote
delimiter.
name
is the character set specifier.
Cause You apparently specified name as a character set specifier (for example, KANJI), but
you placed a space in front of the single quote delimiter, which is not supported. For example,
_KANJI 'xyz'
causes this error.
_KANJI'XYZ'
does not.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3160
3160 host variable was declared more than once in the procedure parameter
list.
Cause You declared host variable more than once in the procedure parameter list.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3161
3161 procedure parameter was not declared in the procedure parameter
list.
Cause You did not declare procedure parameter in the parameter list, which is required.
Effect The operation fails.
105