Setting precision for BigDecimal numbers through schema
About this task
You can have numbers that are of BigDecimal type being displayed at a given precision (that is, the number of digits to the right of the decimal point) by setting the precision for the corresponding columns in the schema. With the precision set for a schema column that is of BigDecimal type, numbers in the column will be rounded in the HALF_UP mode.
The following Job displays the same number at different precisions. Take the following steps to set up and run the Job.