ERROR | (MXDCL36) A NUMBER dimension must be defined with a fixed precision and scale, using the form NUMBER(precision) or NUMBER(precision, scale). |
CAUSE | The user attempted to define a NUMBER dimension without specifying a precision. The proper format for declaring a number dimension is NUMBER(Precision) or NUMBER(Precision, Scale). NUMBER with no precision or scale is not allowed. |
ACTION | Use NUMBER(Precision) or NUMBER(Precision, Scale) to specify the datatype of a NUMBER dimension. |