SQL/MP Messages Manual
Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual—427720-006
13-34
SQL 11212
Cause. You specified an unsupported character set.
Effect. Compilation continues, but no object code is generated.
Recovery. Replace the unsupported character set specified with a valid character set.
SQL 11213
Cause. The compiler needed to use the indicated procedure name as the name of the
RTDU, but found that the procedure name had to be truncated because it was longer
than 31 characters.
Effect. The truncated procedure name is verified to be unique and compilation
continues.
Recovery. No recovery necessary. This is just a warning that only the first 31
characters of the procedure name are being used for the name entered into the RTDU
list.
SQL 11301
This message is displayed when the COBOL85 program with embedded SQL is
preprocessed using SQLCOBOL:
Cause. The token spanned more than one line, which prevented the preprocessor
from editing the token in the output file.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Specify the token on a single line.
This message is displayed when the COBOL85, NMCOBOL, C, and TAL programs
with embedded SQL are preprocessed using SCI:
Cause. Internal error: The compilation type used is not recognized by SCI.
Effect. Preprocessing terminates abnormally.
Recovery. None. Report the entire message to your service provider.
11212 Unsupported character set.
11213 Current procedure name is being truncated for use as a
SQL RTDU name.
11301 The specified token must be contained on a single line.
11301 Compilation type not supported