SQL/MP Messages Manual
SQL Compiler Parser Messages (3000 to 3999)
HP NonStop SQL/MP Messages Manual—427720-006
5-17
SQL 3062
Cause. The PROGID attribute is not allowed in this form of the ALTER statement. The
PROGID attribute is allowed only in an ALTER PROGRAM statement, and only if you
do not specify the OWNER attribute. You can, however, specify NO PROGID and
OWNER in the statement.
Effect. The statement does not compile.
Recovery. Either change the form of the ALTER statement, or remove the PROGID
attribute.
SQL 3063
Cause. You specified the CLEARONPURGE attribute in a statement other than an
ALTER CATALOG, ALTER INDEX, ALTER PROGRAM, or ALTER TABLE statement.
The CLEARONPURGE attribute is allowed only in an ALTER CATALOG, ALTER
INDEX, ALTER PROGRAM, or ALTER TABLE statement.
Effect. The statement does not compile.
Recovery. Either change the form of the ALTER statement, or remove the
CLEARONPURGE attribute.
SQL 3064
Cause. You specified the NOPURGEUNTIL attribute in a statement other than an
ALTER CATALOG, ALTER INDEX, or ALTER TABLE statement. The NOPURGEUNTIL
attribute is allowed only in an ALTER CATALOG, ALTER INDEX, or ALTER TABLE
statement.
Effect. The statement does not compile.
Recovery. Either change the form of the ALTER statement, or remove the
NOPURGEUNTIL attribute.
3062 The PROGID attribute is not allowed in this ALTER
statement.
3063 The CLEARONPURGE attribute is not allowed in this ALTER
statement.
3064 The NOPURGEUNTIL attribute is not allowed in this ALTER
statement.