Neoview Messages Manual (Volume 1) (R2.5)

SQL 3237
3237 Duplicate NO ROLLBACK clauses were specified.
Cause Duplicate NO ROLLBACK clauses were specified in a SET TRANSACTION statement.
Effect SET TRANSACTION statement fails, and the existing transaction state remains
unaffected.
Recovery Remove the duplicate NO ROLLBACK clause and issue the SET TRANSACTION
statement again.
SQL 3238
3238 Duplicate AUTOABORT clauses were specified.
Cause Duplicate AUTOABORT clauses were specified in a SET TRANSACTION statement.
Effect SET TRANSACTION statement fails, and the existing transaction state remain
unaffected.
Recovery Remove the duplicate AUTOABORT clause, and issue the SET TRANSACTION
statement again.
SQL 3239
3239 Duplicate MULTI COMMIT clauses were specified.
Cause The MULTI COMMIT option was specified more than once in the DELETE statement
Effect The statement fails to execute.
Recovery Correct the syntax and resubmit the statement.
SQL 3240
3240 The commit size value must be an unsigned integer value greater
than zero.
Cause A commit size option was specified that is zero or negative.
Effect The statement fails to execute.
Recovery Specify a valid commit size and resubmit the statement.
SQL 3241
3241 This MERGE statement is not supported. Reason: reason-text
reason-text
is the reason for the error.
Cause The MERGE statement contained an invalid clause or subquery-clause combination;
or was used on streams instead of tables, on a view, or on a table that contains an IDENTITY
column or a SYSKEY. The specific reason is reported by reason-text.
Effect The operation fails. No changes are made to tables.
Recovery Correct the statement as indicated by reason-text, and reissue the query.
SQL 3242
3242 This statement is not supported. Reason: reason-text
reason-text
is the reason for the error.
Cause The MERGE statement attempted an invalid operation as reported by reason-text.
Effect The operation fails. No changes are made to tables.
Recovery Correct the statement as indicated by reason-text, and reissue the query.
123