BookmarkSubscribeRSS Feed
sk2ks
Calcite | Level 5

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

2 REPLIES 2
Patrick
Opal | Level 21

The available Data Set Options for Oracle are fully documented. BL_ENCODING is not in the list.

Shouldn't you find a solution then best contact SAS Tech Support. ...and update here if and what the solution is.

 

Have you already seen this discussion? Sadly the OP never updated it with what worked in the end.

LinusH
Tourmaline | Level 20

I'm threading on thin ice here, but could you modify/create you own SQL*Loader control file?

It seems that you can configure the loading with aspect to encoding and separators.

And then use BL_CONTROL ds option to call it.

Data never sleeps

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

Register now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 480 views
  • 0 likes
  • 3 in conversation