Neoview Messages Manual (Volume 1) (R2.4)
Recovery Remove all but one of the table-level access options for each table reference.
SQL 3199
3199 Column col-name is incorrectly specified. Keywords ASCENDING and
DESCENDING are not allowed in the partitioning key list.
col-name
is the name of the column.
Cause You cannot specify ordering for columns of a partitioning key clause.
Effect The operation fails.
Recovery Remove any of the following keywords from the columns specified in the
PARTITION clause: ASCENDING, ASC, DESCENDING, DESC, and resubmit.
SQL 3201
3201 EXTERNAL PATH clause is required.
Cause In the CREATE PROCEDURE statement, you omitted the mandatory EXTERNAL
PATH clause.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3202
3202 PARAMETER STYLE clause is required.
Cause In the CREATE PROCEDURE statement, you omitted the mandatory PARAMETER
STYLE clause.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3203
3203 LANGUAGE clause is required.
Cause In the CREATE PROCEDURE statement, you omitted this mandatory LANGUAGE
clause.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3204
3204 EXTERNAL NAME clause is badly formed.
Cause In the CREATE PROCEDURE statement, the EXTERNAL NAME clause you specified
does not conform to the required syntax.
Effect The HP Neoview database software is unable to create the procedure.
Recovery Correct the syntax and resubmit.
SQL 3205
3205 EXTERNAL NAME clause is required.
Cause In the CREATE PROCEDURE statement, you omitted the mandatory EXTERNAL
NAME clause.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
113