In this blog post, let’s learn about the error message “3041 UNSIGNED is not valid for a numeric or decimal type with a scale greater than 9.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.
Error Message
3041 UNSIGNED is not valid for a numeric or decimal type with a scale greater than 9.
Reason for the Error
You specified UNSIGNED for a numeric or decimal type that has a scale greater than nine, which is not supported.
Solution
Change the specification to SIGNED and resubmit