SQL/MX 3.1 Messages Manual (H06.23+, J06.12+)

SQLC and SQLCO Preprocessor Messages (13000
through 13999)
HP NonStop SQL/MX Release 3.1 Messages Manual—663849-001
14-29
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 13521
Cause. You attempted to define a DISPLAY host variable other than as a SIGN
LEADING SEPARATE data type at line number.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 13522
Cause. You specified the DECLARE SECTION as nested code.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 13523
Cause. You specified an END DECLARE SECTION without a matching BEGIN
DECLARE SECTION.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 13524
Cause. You specified the DECLARE SECTION in a section where SQLCO did not
expect it.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
13521 Line number: DISPLAY host variables must be SIGN
LEADING SEPARATE.
13522 DECLARE SECTION cannot be nested.
13523 END DECLARE SECTION encountered without a matching
BEGIN DECLARE SECTION.
13524 DECLARE SECTION encountered in unexpected program
section.