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-2
SQL 13005
Cause. The preprocessor has received a general programming error in file name near
line number.
Effect. The preprocessor could not continue.
Recovery. Internal error. Contact your service provider.
SQL 13006
Cause. The EXC_SWITCH_PROG_ERR switch has a bad value, value, for its
expression. It is near line number in file name.
Effect. The preprocessor has received an internal error and is unable to process with
this value.
Recovery. Internal error. Contact your service provider.
SQL 13007
Cause. You specified the -c option without giving the output file argument, which is
required.
Effect. The operation fails.
Recovery. Provide the output file argument and resubmit. The syntax is:
-c out-file
where out-file specifies the name of the preprocessed output source file containing
the translated embedded SQL/MX statements. If you are preparing a C++ application,
specify the name with the .cpp extension.
SQL 13008
Cause. You specified the -m option without giving the module definition file argument,
which is required.
13005 A general programming error occurred in file name at
line number.
13006 Switch has bad value, value, for its expression at line
number in file name.
13007 The output file argument is missing after the -c
option.
13008 The module definition file argument is missing after
the -m option.