BookmarkSubscribeRSS Feed
KimLeBouton
Quartz | Level 8

I have a user that has moved to Tableau Desktop 2020.1 and can no longer read a compressed SAS dataset.

 

The Tableau message is as follows:

 

Note: 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.

 

Has anyone found a workaround?  For the short-term, the SAS user removed the default compression, but that isn't a great long-term solution.

 

Thanks in advance for any information that you can provide.  The user prefers to Tableau tool for connection versus and ODBC/OLE/JDBC connection through a SAS/Access tool and SAS driver.

3 REPLIES 3
Tom
Super User Tom
Super User

The message from Tablaau is a little cryptic for normal SAS users.  I think they are talking about BINARY compression option. 

 

Try creating the SAS datasets using the the COMPRESS=YES (alias COMPRESS=CHAR) option instead.

 

 

ChrisNZ
Tourmaline | Level 20

RDC compression (SASYZCR2) is called binary compression in SAS programs, and RLE compression (SASYZCRL) is called character compression in programs.

 

If Tableau stopped supporting RDC compression the question should be directed at them.

 

In the meantime try RLE compression as suggested: option compress=char;

 

 

KimLeBouton
Quartz | Level 8
Thank you for this clarification.

Compression=char was used and we still got the error message.

We will reach out to Tableau.

Kim

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 698 views
  • 0 likes
  • 3 in conversation