SQL/MP Messages Manual
SQL Compiler Parser Messages (3000 to 3999)
HP NonStop SQL/MP Messages Manual—427720-006
5-15
SQL 3054
Cause. The catalog name is not in the form:
[\node.][$volume.]subvol
Effect. The statement does not compile.
Recovery. Specify a valid catalog name.
SQL 3055
Cause. The INTO clause is missing from the statement.
Effect. The statement does not compile.
Recovery. Specify an INTO clause.
SQL 3056
Cause. You specified the INTO clause, but it is not allowed in the statement.
Effect. The statement does not compile.
Recovery. Remove the INTO clause from the statement.
SQL 3057
Cause. You specified BROWSE ACCESS, STABLE ACCESS, or REPEATABLE
ACCESS in the statement, but none of these clauses are allowed with this statement.
Effect. The statement does not compile.
Recovery. Remove the ACCESS clause from the statement.
3054 Invalid catalog name.
3055 The INTO clause is required.
3056 The INTO clause is not allowed in a dynamically compiled
statement, a union operation, a CREATE VIEW statement, a
DECLARE...CURSOR statement, or an INSERT...SELECT statement.
3057 ACCESS cannot be specified for this SQL statement.