SQL/MP Messages Manual

Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual427720-006
13-36
Recovery. Contact your HP NonStop representative.
SQL 11304
This message is displayed when the COBOL85 program with embedded SQL is
preprocessed using SQLCOBOL:
Cause. You specified the CHARACTER SET IS clause, but the variable declaration
was not PIC X.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Correct the variable declaration.
This message is displayed when the COBOL85, NMCOBOL, C, and TAL programs
with embedded SQL are preprocessed using SCI:
Cause. The name specified for RTDU has already been specified before.
Effect. Preprocessing aborts.
Recovery. Contact your HP NonStop representative.
SQL 11305
Cause. The length of a procedure name used in a WHENEVER directive is limited to
255 characters.
Effect. Compilation continues, but no object code is generated.
Recovery. Shorten the procedure name being careful to keep it unique.
11304 A PIC X variable declaration is expected.
11304 Two SQL RTDUs have the same name, due to procedure name
truncation or due to two nested procedures having the same
name. (RTDU names are based on the procedure name in which
the statement appears).
11305 The procedure name used in the whenever clause is too
large.