Neoview Messages Manual (R2.2)
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3038
3038 PIC X types cannot have leading signs, or any signs at all.
Cause You specified a PIC X type with a sign, which is not supported.
Effect The operation fails.
Recovery Remove the sign, or redefine the type, and resubmit.
SQL 3039
3039 PIC X types do not have any COMP representation.
Cause You specified a PIC X type with COMP, which is not supported.
Effect The operation fails.
Recovery Remove the COMP, or redefine the type, and resubmit.
SQL 3040
3040 Precision zero is not valid. Add a '9' to the PICTURE clause.
Cause You specified an item with precision zero. You must add the number nine to the
PICTURE clause.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3041
3041 UNSIGNED is not valid for a numeric or decimal type with a scale
greater than 9.
Cause You specified UNSIGNED for a numeric or decimal type that has a scale greater than
nine, which is not supported.
Effect The operation fails.
Recovery Change the specification to SIGNED and resubmit.
SQL 3042
3042 UPSHIFT for a numeric type is not valid.
Cause You specified UPSHIFT for a numeric type, which is not supported.
Effect The operation fails.
Recovery Change the specification and resubmit.
SQL 3043
3043 Precision greater than 18 for a COMP numeric type is not valid.
Cause You specified a precision value greater than 18 for a COMP numeric type, which is
not supported.
Effect The operation fails.
Recovery Change the precision to a value of 18 or less and resubmit.
SQL 3044
3044 The interval value is not valid.
Cause You specified an invalid interval value.
91