SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual—523730-004
5-39
SQL 3168
Cause. You specified a CREATE VIEW statement with the FOR ... ACCESS clause,
which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3169
Cause. You attempted to use a collation that is not a known collation.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3171
Cause. You specified a compound statement that contains transaction statements,
which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3172
Cause. You specified a compound statement that contains an EXIT command.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
3168 The FOR ... ACCESS clause is not allowed in a CREATE
VIEW statement.
3169 name is not a known collation.
3171 Transaction statements are not allowed in compound
statements.
3172 EXIT is not allowed in a compound statement.