SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

SQLC and SQLCO Preprocessor Messages (13000
through 13999)
HP NonStop SQL/MX Messages Manual523730-004
13-8
SQL 13029
Cause. This is a generic error.
Effect. The preprocessor could not prepare the statement.
Recovery. Use the detail text to determine the problem.
SQL 13030
Cause. This generic error is displayed when the preprocessor detects a syntax error.
Effect. The preprocessor could not prepare the statement.
Recovery. Use the detail text to determine the problem.
SQL 13031
Cause. You attempted to execute a PREPARE or EXECUTE IMMEDIATE statement.
The preprocessor found one of these errors:
You did not specified more than one host variable of this type.
The host variable that you specified is not character type STRING.
Effect. The preprocessor ignores the host variable.
Recovery. Correct the host variable and resubmit.
SQL 13032
Cause. You specified input host variables for cursor name. An open cursor does not
need host variables.
Effect. The preprocessor ignores the host variables you specified for this cursor.
Recovery. Remove the host variables and resubmit.
13029 line number detail text
13030 line number detail text
13031 Expecting a single host variable of type string.
13032 Not expecting input host variables for static cursor
name.