<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there any option which can be used with Bulk load in Proc append in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-option-which-can-be-used-with-Bulk-load-in-Proc/m-p/953497#M372501</link>
    <description>&lt;P&gt;The available&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acreldb/p1gbg4uuvac9p3n1hrv9ygxjq7kg.htm" target="_self"&gt;&amp;nbsp;Data Set Options for Oracle&lt;/A&gt; are fully documented.&amp;nbsp;&lt;SPAN&gt;BL_ENCODING is not in the list.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Shouldn't you find a solution then best contact SAS Tech Support. ...and update here if and what the solution is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you already seen &lt;A href="https://communities.sas.com/t5/SAS-Programming/SAS-Bulk-Loader-UTF8-Data-Loading/td-p/161807" target="_self"&gt;this discussion&lt;/A&gt;? Sadly the OP never updated it with what worked in the end.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2024 11:00:26 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2024-12-13T11:00:26Z</dc:date>
    <item>
      <title>Is there any option which can be used with Bulk load in Proc append</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-option-which-can-be-used-with-Bulk-load-in-Proc/m-p/953491#M372499</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;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 (??).&lt;BR /&gt;But when I use proc append without bulk load option everything works fine as expected ( all accented letters are appended to the base table)&lt;/P&gt;&lt;P&gt;Reaching out to you to check if we can use any SAS option with bulk load to deal this issue.&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get an error - invalid SAS option when I tried using BL_ENCODING&lt;/P&gt;&lt;P&gt;Is BL_ENCODING a valid SAS option with Oracle? Lookig for an option which can be used with proc append with bulk load.&lt;/P&gt;&lt;P&gt;Any suggestion would be much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 08:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-option-which-can-be-used-with-Bulk-load-in-Proc/m-p/953491#M372499</guid>
      <dc:creator>sk2ks</dc:creator>
      <dc:date>2024-12-13T08:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any option which can be used with Bulk load in Proc append</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-option-which-can-be-used-with-Bulk-load-in-Proc/m-p/953497#M372501</link>
      <description>&lt;P&gt;The available&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acreldb/p1gbg4uuvac9p3n1hrv9ygxjq7kg.htm" target="_self"&gt;&amp;nbsp;Data Set Options for Oracle&lt;/A&gt; are fully documented.&amp;nbsp;&lt;SPAN&gt;BL_ENCODING is not in the list.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Shouldn't you find a solution then best contact SAS Tech Support. ...and update here if and what the solution is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you already seen &lt;A href="https://communities.sas.com/t5/SAS-Programming/SAS-Bulk-Loader-UTF8-Data-Loading/td-p/161807" target="_self"&gt;this discussion&lt;/A&gt;? Sadly the OP never updated it with what worked in the end.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 11:00:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-option-which-can-be-used-with-Bulk-load-in-Proc/m-p/953497#M372501</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-12-13T11:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any option which can be used with Bulk load in Proc append</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-option-which-can-be-used-with-Bulk-load-in-Proc/m-p/953639#M372550</link>
      <description>&lt;P&gt;I'm threading on thin ice here, but could you modify/create you own SQL*Loader control file?&lt;/P&gt;
&lt;P&gt;It seems that you can configure the loading with aspect to encoding and separators.&lt;/P&gt;
&lt;P&gt;And then use BL_CONTROL ds option to call it.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 09:31:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-option-which-can-be-used-with-Bulk-load-in-Proc/m-p/953639#M372550</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2024-12-16T09:31:09Z</dc:date>
    </item>
  </channel>
</rss>

