SQL/MP Messages Manual

Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual427720-006
13-25
SQL 11088
This message is displayed when the COBOL85 program with embedded SQL is
preprocessed using SQLCOBOL:
This message is displayed when the COBOL85, NMCOBOL, C, and TAL programs
with embedded SQL are preprocessed using SCI:
Cause. A host variable was cast as a date-time or INTERVAL type, and it is not of a
fixed-length character type.
Effect. The statement fails.
Recovery. Specify a host variable with the correct data type.
SQL 11089
This message is displayed when the COBOL85 program with embedded SQL is
preprocessed using SQLCOBOL:
This message is displayed when the COBOL85, NMCOBOL, C, and TAL programs
with embedded SQL are preprocessed using SCI:
Cause. INVOKE was used from a C30 compiler on a node with a C10 or B41 file
system.
Effect. The statement fails.
Recovery. Use C10 SQLCI (or compiler) to invoke a record description from the table.
Use the ?SOURCE directive or #include pragma to include data in the program for
compilation using the C30 compiler.
11088 Only a host variable of a fixed-length character type
can be cast as a date-time or INTERVAL type.
11088 The variable is not a character type. Only a host
variable of type character can be cast as a DATETIM or
INTERVAL type.
11089 C30 INVOKE does not work with C10 or B41 file system.
11089 INVOKE does not work with previous version of the file
system.