Hi All, I have one table from Oracle table, and there is one variable has float type, the value is with two digits in original oracle table(for example 14.78). If I use SQL pass through, I saw the value in SAS table is with two digits (for example 14.78), but the format and informat are blank in SAS. Then if I use SAS proc compare, this value is different from my Teradata data which is 14.78, because right now the value in proc compare result is 15 for this oracle variable instead of 14.78. Is there anyone know the reason? Thank you! Jade
... View more