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-3
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.
SQL 13011
Cause. You specified an option that SQLC does not recognize or support.
Effect. The preprocessor ignores the option.
Recovery. Correct the option and resubmit.
13009 The listing file argument is missing after the -l
option.
13010 The timestamp argument is missing after the -t option.
13011 option is an unknown command line option.