Hi, I had an issue when we append SAS dataset-UTF8 ( which has accented letters Ex: "Jôhn Sørina Jokūbas Binï Noël" ) to an existing Oracle base table using proc append with bulk load option yes, these accented letters are stored in oracle table as double question marks (??). But when I use proc append without bulk load option everything works fine as expected ( all accented letters are appended to the base table) Reaching out to you to check if we can use any SAS option with bulk load to deal this issue. Found this on web for Greenplum- 40346 - Using the BL_ENCODING option with SAS/ACCESS® Interface to Greenplum to bulk load data results in 'Invalid option name "BL_ENCODING"' error I get an error - invalid SAS option when I tried using BL_ENCODING Is BL_ENCODING a valid SAS option with Oracle? Lookig for an option which can be used with proc append with bulk load. Any suggestion would be much appreciated! Thanks, Sri
... View more