<?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: Special Character Issue Form SAS to Oracle Using Bulkload in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Special-Character-Issue-Form-SAS-to-Oracle-Using-Bulkload/m-p/810416#M319588</link>
    <description>&lt;P&gt;I took a look at the SAS Technical Support tracking database, there are several tracks with similar issues which appears to be related to&amp;nbsp;character sets.&lt;BR /&gt;&lt;BR /&gt;I recommend you open a &lt;A href="https://support.sas.com/en/technical-support/submit-a-support-request.html" target="_blank"&gt;TS track&lt;/A&gt; for this question.&lt;BR /&gt;&lt;BR /&gt;Please include the following:&lt;BR /&gt;- SAS Version you are running (the following code will report SAS version information)&lt;BR /&gt;%put &amp;amp;sysvlong ;&lt;BR /&gt;%put &amp;amp;sysscpl ;&lt;BR /&gt;%put &amp;amp;syssite ;&lt;BR /&gt;- &lt;A href="http://support.sas.com/kb/35968" target="_blank"&gt;Registry Report&lt;/A&gt; (*.txt files) for each server, please clearly name the report files to reflect the server it was executed on.&lt;BR /&gt;- Oracle version&lt;/P&gt;</description>
    <pubDate>Thu, 28 Apr 2022 16:44:24 GMT</pubDate>
    <dc:creator>AMSAS</dc:creator>
    <dc:date>2022-04-28T16:44:24Z</dc:date>
    <item>
      <title>Special Character Issue Form SAS to Oracle Using Bulkload</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Special-Character-Issue-Form-SAS-to-Oracle-Using-Bulkload/m-p/810332#M319559</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to insert data into oracle table but when i use bulkload option in append the data with special character is being replaced by [] or ?.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Son_Of_Krypton_0-1651141768566.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70932i025CF7644A158927/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Son_Of_Krypton_0-1651141768566.png" alt="Son_Of_Krypton_0-1651141768566.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The first result in above screenshot is appending without bulkload option and second one using bulkload option&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc append base = CTARGET.CLIENT    (BULKLOAD           = YES
                                         BL_USE_SQLLDR      = YES
                                         BL_DIRECT_PATH     = YES
                                         BL_LOAD_METHOD     = TRUNCATE
                                         BL_CONTROL         = "&amp;amp;cntpth.&amp;amp;fle..cnt"
                                         BL_LOG             = "&amp;amp;pth1."
                                         BL_DATAFILE        = "&amp;amp;pth2."
                                         BL_DELETE_DATAFILE = YES)
               data = CLIENT1 force;
   run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And if i use only proc append without bulkload option as below then data is loading correctly.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc append base=CTARGET.CLIENT new=CLIENT1 force;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Can anyone help me here if i need to add any other option in bulkload so the special character can be displayed correctly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 10:32:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Special-Character-Issue-Form-SAS-to-Oracle-Using-Bulkload/m-p/810332#M319559</guid>
      <dc:creator>Son_Of_Krypton</dc:creator>
      <dc:date>2022-04-28T10:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Special Character Issue Form SAS to Oracle Using Bulkload</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Special-Character-Issue-Form-SAS-to-Oracle-Using-Bulkload/m-p/810416#M319588</link>
      <description>&lt;P&gt;I took a look at the SAS Technical Support tracking database, there are several tracks with similar issues which appears to be related to&amp;nbsp;character sets.&lt;BR /&gt;&lt;BR /&gt;I recommend you open a &lt;A href="https://support.sas.com/en/technical-support/submit-a-support-request.html" target="_blank"&gt;TS track&lt;/A&gt; for this question.&lt;BR /&gt;&lt;BR /&gt;Please include the following:&lt;BR /&gt;- SAS Version you are running (the following code will report SAS version information)&lt;BR /&gt;%put &amp;amp;sysvlong ;&lt;BR /&gt;%put &amp;amp;sysscpl ;&lt;BR /&gt;%put &amp;amp;syssite ;&lt;BR /&gt;- &lt;A href="http://support.sas.com/kb/35968" target="_blank"&gt;Registry Report&lt;/A&gt; (*.txt files) for each server, please clearly name the report files to reflect the server it was executed on.&lt;BR /&gt;- Oracle version&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 16:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Special-Character-Issue-Form-SAS-to-Oracle-Using-Bulkload/m-p/810416#M319588</guid>
      <dc:creator>AMSAS</dc:creator>
      <dc:date>2022-04-28T16:44:24Z</dc:date>
    </item>
  </channel>
</rss>

