Neoview Messages Manual (Volume 1) (R2.4)

SQL 3132
3132 The HEADING for column name exceeds the maximum size of 128
characters.
name
is the name of the column.
Cause You specified a heading for column name that exceeds the maximum size of 128
characters.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3133
3133 PERFORM is valid only in COBOL programs.
Cause You specified a PERFORM statement, which is supported only in COBOL programs.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3134
3134 The precision of time or timestamp, value, cannot exceed 6.
Cause You specified a time or timestamp precision value that exceeds six, which is not
supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3135
3135 The precision of float, value, cannot exceed 54.
Cause You specified a value for float precision that exceeds 54, which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3136
3136 Only LEFT, RIGHT, and FULL OUTER JOIN are valid in {oj ...}
Cause You attempted to perform an invalid outer join. Only LEFT, RIGHT, and FULL OUTER
JOIN are supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3137
3137 UNION JOIN is not yet supported.
Cause You attempted to perform a UNION JOIN, which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3138
3138 A key-sequenced table with range partitioning requires a FIRST KEY
clause.
Cause You attempted to create a key-sequenced table with range partitioning without a
FIRST KEY clause.
104 Parser and Compilation Messages (3000 Through 3999)