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-18
SQL 13072
Cause. The Module Version Specification String (MVSS) you specified is not a regular
identifier or is longer than 31 characters.
Effect. The embedded SQL source file is not successfully preprocessed or the SQLJ
profile is not customized.
Recovery. Reinvoke the preprocessor or customizer, this time supplying a regular
identifier for the MVSS.
SQL 13073
Cause. A MODULE directive has specified a delimited identifier module name that has
one of four invalid characters (@, /, \, ^) or has more than 128 characters.
Effect. The module name is invalid, and this error is generated.
Recovery. Reinvoke the preprocessor, this time supplying an embedded SQL source
file that has a valid module name in its MODULE directive.
SQL 13074
Cause. An externally qualified module name consists of three parts: a catalog, a
schema, and a one-part module name that has been qualified with MGSS, MTSS, or
MVSS. If the latter is longer than 128 characters (because of adding MGSS, MTSS, or
MVSS) or if the catalog or schema is longer than 128 characters, this error message is
generated.
Effect. The embedded SQL source file is not successfully preprocessed or the SQLJ
profile is not customized.
Recovery. Reinvoke the preprocessor or customizer, this time supplying a shorter
value for any or all of the MGSS, MTSS, MVSS, or for the one-part module name
coded in the embedded SQL source file’s MODULE directive.
13072 Module Version Specification string MVSS-string is not
a regular identifier, or is longer than 31 characters.
13073 Module name module-name is not a valid OSS file name or
is longer than 128 characters.
13074 One or more of the three parts of the externally
qualified module name module-name is longer than 128
characters.