Thank you Andrea for your info. Now I have the required data in SAS dataset. Then I tried to generate excel sheet by using ODS tagsets excelxp, excel sheet contains only Dollar values(like $1,234,976.10) but comma formatted values are vanished(as 123456). I need both Dollar formatted and Comma formatted values in excel sheet by using ODS TAGSETS. Current data: 39,442,499 $828,727,452.17 $519,125,592.25 $1,491,576,104.14 421,336,147 Once I use odstagsets excelxp. got output as below. But need output as above. Need both dollar formatted values and comma formatted values in my excel sheet. Please help me. 39442499 $828,727,452.17 $519,125,592.25 $1,491,576,104.14 421336147
... View more