Hi, I'm trying to output a simple frequency using ODS. Either ODS or Excel is removing special characters in the field. The SAS output window clearly displays the text "MCLab RO MAIN Campus^24D0404292^CLIA" with the hat character, but when I output it using ODS (either HTML or EXCEL), the hat characters are removed "MCLab RO MAIN CampusD0404292CLIA". I would like for the ODS output to reflect exactly what is in the data. How do I make it so that it does not remove the hat character in the ODS output? Thanks for your help
... View more