I'm reading from a DB2 table and 2 of the columns are described as DECIMAL with PRECISION 3.
All the rows in the DB2 query results have this value as non-null, but when I make the load in QV, all that is read are nulls.
I cannot find anything related to wrong reading of values up until now so if anyone has any idea of why this is happening or how to fix it, I would greatly appreciate your wisdom.