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 Manual691121-001
14-28
Recovery. Correct the syntax of the EXEC SQL/MX statement and resubmit.
SQL 13512
Cause. NonStop SQL/MX received an input file error while processing EXEC SQL.
Effect. The operation fails.
Recovery. Use the errors that accompany this one to diagnose and correct the
problem.
SQL 13513
Cause. You specified the BIT data type, which is not supported in NonStop SQL/MX.
Effect. The operation fails.
Recovery. Specify a data type that NonStop SQL/MX supports.
SQL 13514
Cause. You specified the CHARACTER SET attribute, which is not supported in
NonStop SQL/MX.
Effect. The operation fails.
Recovery. Specify a data type that NonStop SQL/MX supports.
SQL 13515
Cause. You specified an invalid PICTURE clause for a host variable. The PICTURE
clause must be one of:
PIC[TURE] X (length)
PICTURE [S] { 9(integer) [V9(scale)] | V9(scale) }
[USAGE [IS]] DISPLAY [SIGN [IS] LEADING SEPARATE [CHARACTER]]
PICTURE [S] { 9(integer) [V9(scale)] | V9(scale) }
[USAGE [IS]] { COMP[UTATIONAL] | COMP-5 | BINARY }
13512 Input file error while processing EXEC SQL.
13513 The BIT data type is not implemented in SQL/MX.
13514 The CHARACTER SET attribute is not implemented in
SQL/MX.
13515 Picture clause is not valid for a host variable.