| ERROR | Precision/scale specification must be given for DECIMAL datatype |
| CAUSE | A precision and/or scale specification for the Oracle external datatype DECIMAL in an EXEC SQL TYPE or EXEC SQL VAR statement was omitted. |
| ACTION | Add the precision and/or scale specification to the EXEC SQL TYPE or EXEC SQL VAR statement. |