<?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: Use a different compression scheme to make the file readable for Tableau in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Use-a-different-compression-scheme-to-make-the-file-readable-for/m-p/753947#M237690</link>
    <description>&lt;P&gt;The message from Tablaau is a little cryptic for normal SAS users.&amp;nbsp; I think they are talking about BINARY compression option.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try creating the SAS datasets using the the COMPRESS=YES (alias COMPRESS=CHAR) option instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jul 2021 21:13:22 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2021-07-13T21:13:22Z</dc:date>
    <item>
      <title>Use a different compression scheme to make the file readable for Tableau</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-a-different-compression-scheme-to-make-the-file-readable-for/m-p/753929#M237688</link>
      <description>&lt;P&gt;I have a user that has moved to Tableau Desktop 2020.1 and can no longer read a compressed SAS dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A title="Use a different compression scheme to make the file readable for Tableau." href="https://help.tableau.com/current/pro/desktop/en-gb/examples_statfile.htm" target="_blank" rel="noopener"&gt;Tableau message&amp;nbsp;&lt;/A&gt;is as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="note"&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;As of version 2020.1, Tableau no longer supports statistical files compressed with SASYZCR2. Use a different compression scheme to make the file readable for Tableau.&lt;/P&gt;
&lt;P class="note"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="note"&gt;Has anyone found a workaround?&amp;nbsp; For the short-term, the SAS user removed the default compression, but that isn't a great long-term solution.&lt;/P&gt;
&lt;P class="note"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="note"&gt;Thanks in advance for any information that you can provide.&amp;nbsp; The user prefers to Tableau tool for connection versus and ODBC/OLE/JDBC connection through a SAS/Access tool and SAS driver.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 21:02:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-a-different-compression-scheme-to-make-the-file-readable-for/m-p/753929#M237688</guid>
      <dc:creator>KimLeBouton</dc:creator>
      <dc:date>2021-07-13T21:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Use a different compression scheme to make the file readable for Tableau</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-a-different-compression-scheme-to-make-the-file-readable-for/m-p/753947#M237690</link>
      <description>&lt;P&gt;The message from Tablaau is a little cryptic for normal SAS users.&amp;nbsp; I think they are talking about BINARY compression option.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try creating the SAS datasets using the the COMPRESS=YES (alias COMPRESS=CHAR) option instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 21:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-a-different-compression-scheme-to-make-the-file-readable-for/m-p/753947#M237690</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-07-13T21:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Use a different compression scheme to make the file readable for Tableau</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-a-different-compression-scheme-to-make-the-file-readable-for/m-p/753996#M237702</link>
      <description>&lt;P&gt;RDC compression (SASYZCR2) is called &lt;EM&gt;binary&lt;/EM&gt; compression in SAS programs, and RLE compression (SASYZCRL) is called &lt;EM&gt;character&lt;/EM&gt; compression in programs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If Tableau stopped supporting RDC compression the question should be directed at them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the meantime try RLE compression as suggested:&amp;nbsp;&lt;FONT face="courier new,courier"&gt;option compress=char;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 05:15:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-a-different-compression-scheme-to-make-the-file-readable-for/m-p/753996#M237702</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-07-14T05:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Use a different compression scheme to make the file readable for Tableau</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-a-different-compression-scheme-to-make-the-file-readable-for/m-p/754464#M237930</link>
      <description>Thank you for this clarification.&lt;BR /&gt;&lt;BR /&gt;Compression=char was used and we still got the error message.&lt;BR /&gt;&lt;BR /&gt;We will reach out to Tableau.&lt;BR /&gt;&lt;BR /&gt;Kim&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jul 2021 23:26:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-a-different-compression-scheme-to-make-the-file-readable-for/m-p/754464#M237930</guid>
      <dc:creator>KimLeBouton</dc:creator>
      <dc:date>2021-07-15T23:26:58Z</dc:date>
    </item>
  </channel>
</rss>

