SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
5-32
SQL 3133
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
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
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
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.
3133 PERFORM is valid only in COBOL programs.
3134 The precision of time or timestamp, value, cannot exceed
6.
3135 The precision of float, value, cannot exceed 54.
3136 Only LEFT, RIGHT, and FULL OUTER JOIN are valid in {oj
...}










