<?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: Greenplum extract contains Special Characters in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Greenplum-extract-contains-Special-Characters/m-p/172525#M44477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the ODBC, SAS/ACCESS greenplum Greenplum client setting (odbdc.ini) &lt;/P&gt;&lt;P&gt;It is this client setting where the translation is done when data is going to SAS form Greenplum.&amp;nbsp; It is the point where connection SAS/Greenplum is done. There should ben an encoding option at the Greenplum settings.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.emc.com/collateral/software/white-papers/h8240-sas-greenplum-wp.pdf" title="http://www.emc.com/collateral/software/white-papers/h8240-sas-greenplum-wp.pdf"&gt;http://www.emc.com/collateral/software/white-papers/h8240-sas-greenplum-wp.pdf&lt;/A&gt; is mentioning a document "Geenplum database .. Connectivity Tools for Unix" on the distribution media (cannot find that one)&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;The database (server) has his encoding of at least the rows. Sometimes limited to utf-16 (fixed) and that being translated to utf-8 (variable) Your database connection being setup as user defined in utf8.&lt;BR /&gt;Having SAS running in a utf-8 session you must use clients that are supporting that. Only Eguide is documented tot have that implemented. &lt;/P&gt;&lt;P&gt;Running SAS in utf-8 setting is also requiring looking well at your coding. Not all SAS Coding is correctly run. &lt;A href="http://support.sas.com/documentation/cdl/en/nlsref/63072/HTML/default/viewer.htm#p1tktrbvawjqtzn180bw7al9wl5k.htm" title="http://support.sas.com/documentation/cdl/en/nlsref/63072/HTML/default/viewer.htm#p1tktrbvawjqtzn180bw7al9wl5k.htm"&gt;SAS(R) 9.3 National Language Support (NLS): Reference Guide&lt;/A&gt; (wlatin1 is not the same as latin1)&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/nlsref/63072/HTML/default/viewer.htm#p1pca7vwjjwucin178l8qddjn0gi.htm" title="http://support.sas.com/documentation/cdl/en/nlsref/63072/HTML/default/viewer.htm#p1pca7vwjjwucin178l8qddjn0gi.htm"&gt;SAS(R) 9.3 National Language Support (NLS): Reference Guide&lt;/A&gt; avoid the I18N L0 and L1 type functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having your SAS session run in utf-8 is can block you in connections needing a latin1 encoding. Sounds weird but not all sessions of SAS in different encodings can be connected. &lt;BR /&gt; &lt;A href="http://support.sas.com/resources/papers/AddingAdditionalSASWorkspaceServerstoSupportMultipleEncodings.pdf" title="http://support.sas.com/resources/papers/AddingAdditionalSASWorkspaceServerstoSupportMultipleEncodings.pdf"&gt;http://support.sas.com/resources/papers/AddingAdditionalSASWorkspaceServerstoSupportMultipleEncodings.pdf&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 May 2014 06:13:25 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-05-26T06:13:25Z</dc:date>
    <item>
      <title>Greenplum extract contains Special Characters</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Greenplum-extract-contains-Special-Characters/m-p/172524#M44476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table in greenplum. Encoding is utf-8. Some fields have a dash "-". When I extract this to the sas workspace the dash gets converted to weird character. Current workaround is to extract then convert the dataset to latin1 encoding. I checked that encoding for sas is also utf-8. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other options available? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 02:00:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Greenplum-extract-contains-Special-Characters/m-p/172524#M44476</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2014-05-26T02:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Greenplum extract contains Special Characters</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Greenplum-extract-contains-Special-Characters/m-p/172525#M44477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the ODBC, SAS/ACCESS greenplum Greenplum client setting (odbdc.ini) &lt;/P&gt;&lt;P&gt;It is this client setting where the translation is done when data is going to SAS form Greenplum.&amp;nbsp; It is the point where connection SAS/Greenplum is done. There should ben an encoding option at the Greenplum settings.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.emc.com/collateral/software/white-papers/h8240-sas-greenplum-wp.pdf" title="http://www.emc.com/collateral/software/white-papers/h8240-sas-greenplum-wp.pdf"&gt;http://www.emc.com/collateral/software/white-papers/h8240-sas-greenplum-wp.pdf&lt;/A&gt; is mentioning a document "Geenplum database .. Connectivity Tools for Unix" on the distribution media (cannot find that one)&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;The database (server) has his encoding of at least the rows. Sometimes limited to utf-16 (fixed) and that being translated to utf-8 (variable) Your database connection being setup as user defined in utf8.&lt;BR /&gt;Having SAS running in a utf-8 session you must use clients that are supporting that. Only Eguide is documented tot have that implemented. &lt;/P&gt;&lt;P&gt;Running SAS in utf-8 setting is also requiring looking well at your coding. Not all SAS Coding is correctly run. &lt;A href="http://support.sas.com/documentation/cdl/en/nlsref/63072/HTML/default/viewer.htm#p1tktrbvawjqtzn180bw7al9wl5k.htm" title="http://support.sas.com/documentation/cdl/en/nlsref/63072/HTML/default/viewer.htm#p1tktrbvawjqtzn180bw7al9wl5k.htm"&gt;SAS(R) 9.3 National Language Support (NLS): Reference Guide&lt;/A&gt; (wlatin1 is not the same as latin1)&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/nlsref/63072/HTML/default/viewer.htm#p1pca7vwjjwucin178l8qddjn0gi.htm" title="http://support.sas.com/documentation/cdl/en/nlsref/63072/HTML/default/viewer.htm#p1pca7vwjjwucin178l8qddjn0gi.htm"&gt;SAS(R) 9.3 National Language Support (NLS): Reference Guide&lt;/A&gt; avoid the I18N L0 and L1 type functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having your SAS session run in utf-8 is can block you in connections needing a latin1 encoding. Sounds weird but not all sessions of SAS in different encodings can be connected. &lt;BR /&gt; &lt;A href="http://support.sas.com/resources/papers/AddingAdditionalSASWorkspaceServerstoSupportMultipleEncodings.pdf" title="http://support.sas.com/resources/papers/AddingAdditionalSASWorkspaceServerstoSupportMultipleEncodings.pdf"&gt;http://support.sas.com/resources/papers/AddingAdditionalSASWorkspaceServerstoSupportMultipleEncodings.pdf&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 06:13:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Greenplum-extract-contains-Special-Characters/m-p/172525#M44477</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-05-26T06:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Greenplum extract contains Special Characters</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Greenplum-extract-contains-Special-Characters/m-p/172526#M44478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Announce an option to allow SAS import utf-8 file :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; infile 'c:\temp\HTML_batch_file_sample.html' dsd dlm='&amp;lt;&amp;gt;' &lt;STRONG&gt;encoding=utf8;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 13:11:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Greenplum-extract-contains-Special-Characters/m-p/172526#M44478</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-05-26T13:11:15Z</dc:date>
    </item>
  </channel>
</rss>

