SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

SQLC and SQLCO Preprocessor Messages (13000
through 13999)
HP NonStop SQL/MX Messages Manual523730-004
13-25
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.
SQL 13516
Cause. SQL/MX reached the end of the input file while processing EXEC SQL.
Effect. The operation fails.
Recovery. Correct the input file and resubmit.
SQL 13517
Cause. The text in line number is longer than the buffer and has been truncated.
Effect. SQL/MX truncates the line, which can affect compilation.
Recovery. Correct the syntax and resubmit.
SQL 13518
Cause. The text in line number could not be interpreted as a COBOL line type.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
13515 Picture clause is not valid for a host variable.
13516 Unexpected end of input file encountered after line
number.
13517 Line number is too long to process and has been
truncated.
13518 Line number cannot be interpreted as a COBOL line type.