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-28
SQL 13527
Cause. You specified an incorrect SQL DECLARE SECTION. Its first declaration must
be level 01 or 77.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 13528
Cause. You defined variable name, which is not alphabetic, with a CHARACTER SET
clause at line number.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 13529
Cause. The END DECLARE SECTION statement is missing near line number.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 13800
Cause. You specified an invalid character set name at line number.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
13527 The first declaration in a SQL DECLARE SECTION must
have level 01 or 77.
13528 Line number: Variable name is not alphabetic and cannot
have a CHARACTER SET clause.
13529 Missing END DECLARE SECTION detected at line number.
13800 Line number: name is not a valid character set name.