SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

SQLC and SQLCO Preprocessor Messages (13000
through 13999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
14-3
SQL 13008
Cause. You specified the -m option without giving the module definition file argument,
which is required.
Effect. The operation fails.
Recovery. Provide the module definition file argument and resubmit. The syntax is:
-m mod-def-file
where mod-def-file is the name of the module definition file that is to be the input
file for the SQL/MX compiler.
SQL 13009
Cause. You specified the -l option without giving the listing file argument, which is
required.
Effect. The operation fails.
Recovery. Provide the listing file argument and resubmit. The syntax is:
-l list-file
where list-file is the name of the SQL/MX C/C++ preprocessor error and warning
message file.
SQL 13010
Cause. You specified the -t option without giving the timestamp argument, which is
required.
Effect. The operation fails.
Recovery. Provide the timestamp argument and resubmit. The syntax is:
-t timestamp
where timestamp is a creation timestamp for the preprocessor that is written to the
two output files: the C/C++ source file and the SQL/MX module definition file.
timestamp overrides the default operating system timestamp.
13008 The module definition file argument is missing after
the -m option.
13009 The listing file argument is missing after the -l
option.
13010 The timestamp argument is missing after the -t option.