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-6
SQL 13020
Cause. You defined statement name more than once.
Effect. The preprocessor ignores the duplicate definition.
Recovery. Remove the duplicate definition and resubmit.
SQL 13021
Cause. The host variable name, which you attempted to define, has already been
defined.
Effect. The preprocessor ignores the duplicate definition.
Recovery. Remove the duplicate definition and resubmit.
SQL 13022
Cause. The cursor name, which you attempted to define, has already been defined.
Effect. The preprocessor ignores the duplicate definition.
Recovery. Remove the duplicate definition and resubmit.
SQL 13023
Cause. The cursor name, which you attempted to define, has already been defined as
a dynamic cursor.
Effect. The preprocessor ignores the second definition of the cursor.
Recovery. Remove the duplicate definition and resubmit.
SQL 13024
Cause. The cursor name, which you attempted to use, has not been declared.
Effect. The preprocessor ignores the cursor.
13020 Statement name name is multiply defined.
13021 name is already defined.
13022 Cursor name is already defined.
13023 name is already defined as a dynamic cursor.
13024 Cursor name was not declared.