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-12
SQL 13045
Cause. An unexpected class declaration occurred near line number.
Effect. The class declaration is ignored, and the preprocessor continues.
Recovery. Move the class declaration to its correct location and resubmit.
SQL 13046
Cause. You did not specify a required right bracket (}) to end a member declaration.
The missing bracket is near line number.
Effect. The preprocessor ignores the bracketed item.
Recovery. Supply the missing bracket.
SQL 13047
Cause. You specified an undefined tag name near line number.
Effect. The preprocessor ignores the tag.
Recovery. Define the tag and resubmit.
SQL 13048
Cause. You redefined tag name near line number.
Effect. The preprocessor ignores the redefinition.
Recovery. Remove the redefinition and resubmit.
SQL 13049
Cause. The preprocessor could not read the input file.
Effect. The preprocessor ignores the input file.
13045 An unexpected class declaration was found near line
number; it will be ignored.
13046 "}" was expected to end member declaration - near line
number.
13047 Undefined tag name was found near line number.
13048 Tag name was redefined - near line number.
13049 Input file is not good near line number.