SQL/MX 3.1 Messages Manual (H06.23+, J06.12+)

SQLC and SQLCO Preprocessor Messages (13000
through 13999)
HP NonStop SQL/MX Release 3.1 Messages Manual—663849-001
14-27
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 }
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
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.