SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

SQL/MX MXCMP Messages (2000 through 2999)
HP NonStop SQL/MX Messages Manual—523730-004
4-22
SQL 2095
Where name1, name2, and name3 are module file names.
Cause. SQL/MX expected to find the first module name1, but instead found the
second module name2, in file name3.
Effect. Only the second module is compiled.
Recovery. None.
SQL 2096
Cause. MXCMP was invoked on a module definition file that contains more than one
SOURCE_FILE statement. A module definition can have only one SOURCE_FILE
statement that specifies that module’s SQL source file.
Effect. The operation fails.
Recovery. Edit the module definition file so that it contains no more than one
SOURCE_FILE statement, and rerun MXCMP on the module definition.
SQL 2097
Cause. MXCMP was invoked on a module definition file that contains a
SOURCE_FILE statement whose source path name has over 1024 characters.
Effect. The operation fails.
Recovery. Edit the module definition file so that its SOURCE_FILE statement’s
source path name is no more than 1024 characters long. Rerun MXCMP on the
module definition file.
SQL 2098
Cause. compilation type completed with the number of warnings given as
value.
2095 Module file name1, expected to contain module name2,
instead contains name3.
2096 A source file statement has already appeared in this
module. The previous source file is being retained and this
latest one ignored.
2097 Source file name is over 1024 characters long.
2098 The compilation type compilation completed with value
warnings.