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-24
Cause. For preprocessing the embedded SQL application, command line argument
was not specified or was specified wrongly after -f option.
Effect. Preprocessor fails to process the application.
Recovery. Specify any one of the options -f CHAR_AS_ARRAY, -f
CHAR_AS_STRING or do not specify the -f option, and preprocess the application.
Note: If both -f CHAR_AS_ARRAY or -f CHAR_AS_STRING are specified, the
second option is considered.
SQL 13089
Where file-name is the file name in the #include statement.
Where line-number is the line number of the #include statement.
Cause. Include file includes itself in a circular manner in the embedded SQL
application.
Effect. None. This message is a warning. Preprocessor ignores the #include
directive, and processes the subsequent statements.
Recovery. Remove the #include directive, which returns this warning.
SQL 13501
Cause. You specified an invalid command option name.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 13502
Cause. You did not enter the source file name, which is required.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
13089 The include file file-name includes itself at line-
number.
13501 Specified command option name is not valid.
13502 Source file name must be specified.










