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-27
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.
SQL 13525
Cause. Variable name might not be allocated correctly for a host variable.
Effect. Check that you declared the variable correctly. An incorrect variable can result
in incorrect data from the COBOL compiler.
Recovery. Informational message only; no corrective active is needed.
SQL 13526
Cause. You specified a clause type JUST or OCCURS clause for variable
name on line number.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
13523 END DECLARE SECTION encountered without a matching
BEGIN DECLARE SECTION.
13524 DECLARE SECTION encountered in unexpected program
section.
13525 Variable name may not be allocated correctly for a host
variable.
13526 Line number, variable name: clause type clause is not
valid for a host variable,