SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
SQLC and SQLCO Preprocessor Messages (13000
through 13999)
HP NonStop SQL/MX Messages Manual—523730-004
13-5
SQL 13016
Cause. In a START statement you specified descriptor name1, which duplicates the
SQLC default name2.
Effect. The preprocessor ignores the duplicate descriptor name.
Recovery. Select a descriptor name that does not duplicate the SQLC default name,
and resubmit.
SQL 13017
Cause. You defined descriptor name more than once.
Effect. The preprocessor ignores the second definition.
Recovery. Remove the duplicate definition and resubmit.
SQL 13018
Cause. You specified the descriptor name, which is invalid.
Effect. The preprocessor ignores the invalid descriptor name.
Recovery. Correct the definition of this name and resubmit. Descriptor name is a
value-specification, a literal or host variable with character data type.
SQL 13019
Cause. You specified the statement name, which is a reserved name in SQLC.
Effect. The preprocessor ignores the statement name.
Recovery. Change the name to one that does not conflict with SQLC's reserved
names. See the SQL/MX Reference Manual for a list of reserved names.
13016 Descriptor name name1 conflicts with SQLC default name
name2.
13017 Descriptor name is multiply defined.
13018 Descriptor name name is not valid.
13019 Statement name name uses name, a reserved name SQLC
generates.