I am reading data from oracle tables and view into SAS DI jobs, my oracle tables contains english language data as well as french with accents. When my SAS DI jobs are executing to create a MS excel file report as output then it is not showing french accents. please assist.
Hi Patrick,
This was resolved by changing the Unicode server setting to use proper encoding. Thanks
First step: find out when the accents are gone. Then troubleshoot you locale settings for that connection / environment.
This is very likely caused by different code pages.
As Linus points out: Determine where you loose the accents. Is it already when loading the data into SAS or only when you write the data to the Excel? What code page is used in Oracle and what code page is used in SAS?
Hi Patrick,
This was resolved by changing the Unicode server setting to use proper encoding. Thanks
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.