-336   THE SCALE OF THE DECIMAL NUMBER MUST BE ZERO

Explanation

The decimal number is used in a context where the scale must be zero. This can occur when a decimal number is specified in a CREATE or ALTER SEQUENCE statement for START WITH, INCREMENT BY, MINVALUE, MAXVALUE, or RESTART WITH.

Programmer response

Change the decimal number so that there are no non-zero digits to the right of the decimal point.

SQLSTATE

428FA