HP NonStop SQL/MX Messages Manual page 367

Table of Contents

Advertisement

SQLC and SQLCO Preprocessor Messages (13000
through 13999)
Recovery. Declare the cursor and resubmit.
SQL 13025
13025 Warning(s) near line number.
Cause. NonStop SQL/MX received warnings near line number.
Effect. None.
Recovery. Informational message only; no corrective action is needed.
SQL 13026
13026 The EXEC SQL MODULE statement must precede any cursor
definitions or executable SQL statements.
Cause. You attempted to declare a cursor or execute an SQL/MX statement without
first using an EXEC SQL MODULE statement.
Effect. The preprocessor ignores the cursor or statement.
Recovery. Add the EXEC SQL MODULE statement before the cursor declaration or
SQL/MX statement, and resubmit.
SQL 13027
13027 Only one EXEC SQL MODULE statement is allowed.
Cause. You specified more than one EXEC SQL MODULE statement when only one
is supported.
Effect. The preprocessor ignores the second EXEC SQL MODULE statement.
Recovery. Remove the extra EXEC SQL MODULE statement, and resubmit.
SQL 13028
13028 Static cursor name cannot be opened because host-
variable is out of scope at time of open.
Cause. The host-variable you specified in the declare cursor name could not be
used because it was out of scope at the time you attempted to open it.
Effect. The preprocessor ignores the cursor you specified.
Recovery. Find where the variable is declared and put it into the correct scope.
HP NonStop SQL/MX Messages Manual—640324-001
14- 7

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents