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-17
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 13069
Cause. The option you specified was incomplete. The -g option, specified on the
mxsqlc or mxsqlo command line, was not followed by any other command line
argument.
Effect. The option is incomplete, and mxsqlc or mxsqlo returns this error message.
Recovery. Reinvoke the preprocessor, either by totally omitting the -g option or by
supplying a complete -g option (-g moduleGroup, -g moduleTableset, or -g
moduleVersion).
SQL 13070
Cause. The Module Group Specification String (MTSS) 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 specifying a regular
identifier for the MTSS.
SQL 13071
Cause. The Module Tableset Specification String (MTSS) 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 specifying a regular
identifier for the MTSS.
13069 Module specification string argument is missing after
-g option.
13070 Module Group Specification string MGSS-string is not a
regular identifier, or is longer than 31 characters.
13071 Module Tableset Specification string MTSS-string is not
a regular identifier, or is longer than 31 characters.