Thank you for your reply @Kurt_Bremser , The input has varying decimals, Amount
5691329.442412
3213422.9
141215788276.73 As this value is needed for report, we specified the format and informat to 21.2. After we state the format and informat, the display in SAS will be Amount
5691329.44
3213422.90
141215788276.73 But if i export the table to excel using EG, the value will be the same as input Amount
5691329.442412
3213422.9
141215788276.73 We also create a Microsoft SQL table for history or backup table using Data Integration. And if i export the Backup table to excel using EG, the value in excel will be Amount
5691329.44
3213422.90
141215788276.73 On top of that, i sum the amount of source SAS table and backup SQL table, there is small gap about 0.2 between them.
... View more