<?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: Reading a spde file into power BI in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819285#M40891</link>
    <description>&lt;P&gt;[Edited to removed ODBC-AC] SAS datasets can be read 100% using &lt;STRIKE&gt;ODBC&lt;/STRIKE&gt;/OleDb without a SAS server using the drivers from SAS. There are 3 providers. Use local provider not IOM or Share. Use it all of the time at client sites.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jun 2022 14:30:23 GMT</pubDate>
    <dc:creator>AlanC</dc:creator>
    <dc:date>2022-06-21T14:30:23Z</dc:date>
    <item>
      <title>Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818582#M40854</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have install the R software on my computer in order to be able to read / import a sas dataset in Power BI, for validation purpose.&amp;nbsp; I have read a little bit the documentation on that, but it refers to sas7bdat.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can we read a spde file in Power BI without reconverting it to the base format ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 14:13:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818582#M40854</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2022-06-16T14:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818583#M40855</link>
      <description>&lt;P&gt;I am out on a limb here since it has been years since I worked with SPDE. The sas7bdat is a binary proprietary format. SPDE files should be in that same vein. However, the sas7bdat and spde are both ODBC compliant. Download the ODBC drivers and use them vs using the binary readers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For simple SAS data reading, use ODBC and OleDB where possible. They are not perfect but they should give you what you need. This also keeps you from needing R to read a SAS binary protocol.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 14:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818583#M40855</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2022-06-16T14:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818597#M40857</link>
      <description>&lt;P&gt;.spde files come from SAS libraries using the &lt;STRONG&gt;S&lt;/STRONG&gt;calable &lt;STRONG&gt;P&lt;/STRONG&gt;erformance &lt;STRONG&gt;D&lt;/STRONG&gt;ata &lt;STRONG&gt;E&lt;/STRONG&gt;ngine. You usually have more than one .spde file for a single dataset, as SPDE is designed to work with several discrete "buckets" on discrete hardware, so the I/O load is spread across devices. To successfully use them, you would also need to recreate the structure of the original SPDE library (where is the primary directory, which bucket goes to which secondary directory, ...)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So it might very well be that your file is useless outside of the original SAS installation.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 15:15:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818597#M40857</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-06-16T15:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818695#M40858</link>
      <description>&lt;P&gt;There are many ways to load data into Power BI. One way we use a lot is to load our SAS tables into SQL Server from where Power BI can read the tables directly. That's a lot easier than using CSVs or similar. I concur with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;that you will have to convert SPDE to a normal SAS library if you want to continue with the R approach.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 20:21:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818695#M40858</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-06-16T20:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818721#M40859</link>
      <description>&lt;P&gt;I have made some test , I have able to read / import the sashelp.class into Power BI&amp;nbsp; using the R script below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;library(sas7bdat)&lt;/P&gt;
&lt;P&gt;require(sas7bdat)&lt;/P&gt;
&lt;P&gt;Class1 &amp;lt;-read.sas7bdat("C:/Temp/PowerBiTest/class.sas7bdat")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the dataset is on our unix server (see the R script below, the three dots are for safety purpose), I receive an error unable to open the file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;library(sas7bdat)&lt;/P&gt;
&lt;P&gt;require(sas7bdat)&lt;/P&gt;
&lt;P&gt;Class1 &amp;lt;-read.sas7bdat("/finsys/.../datasets/class.sas7bdat")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide me an example how to load a sas dataset using SQL server connection?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 21:22:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818721#M40859</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2022-06-16T21:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818732#M40860</link>
      <description>&lt;P&gt;PROC DATASETS is one of the easiest ways:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname sqlsrvr odbc noprompt = "server=MyServerName;DRIVER=SQL Server;Trusted Connection=yes;"
 qualifier = "MyDatabase" schema = "MySchema" insertbuff = 10000;

proc datasets library = sqlsrvr nolist;
  append base = MySQLTable data = MySASLib.MySASTable;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This appends rows from the SAS dataset MYSASTABLE to the SQL Server table MYSQLTABLE. If it doesn't exist, it will be created, assuming you have the SQL permissions to do so.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 23:33:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818732#M40860</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-06-16T23:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818808#M40861</link>
      <description>&lt;P&gt;Do I need to put that script into Power BI or I convert my sas database as an oracle table on a specific server then I connect to that sql server in power bi to obtain my table ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 12:41:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818808#M40861</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2022-06-17T12:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818941#M40874</link>
      <description>&lt;P&gt;What SAS/ACCESS products do you have? I assumed you had ODBC which will work with any ODBC-compliant database including SQL Server. Run PROC SETINIT to confirm:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;That script is a SAS program and you run it from SAS to load a SAS table into an SQL Server database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 23:48:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/818941#M40874</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-06-17T23:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819143#M40875</link>
      <description>&lt;P&gt;Here's the logfile content from the execution of proc setinit;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Original site validation data&lt;BR /&gt;Current version: 9.04.01M7P080520&lt;BR /&gt;&lt;BR /&gt;CPU A: Model name='' model number='' serial='+4'.&lt;BR /&gt;Expiration: 29JUN2023.&lt;BR /&gt;Grace Period: 15 days (ending 14JUL2023).&lt;BR /&gt;Warning Period: 18 days (ending 01AUG2023).&lt;BR /&gt;System birthday: 12MAY2022.&lt;BR /&gt;Operating System: LIN X64 .&lt;BR /&gt;Product expiration dates:&lt;BR /&gt;---Base SAS Software 29JUN2023 (CPU A) &lt;BR /&gt;---SAS/STAT 29JUN2023 (CPU A) &lt;BR /&gt;---SAS/GRAPH 29JUN2023 (CPU A) &lt;BR /&gt;---SAS Integration Technologies 29JUN2023 (CPU A) &lt;BR /&gt;---SAS/Secure 168-bit 29JUN2023 (CPU A) &lt;BR /&gt;---SAS Enterprise Guide 29JUN2023 (CPU A) &lt;BR /&gt;---SAS/ACCESS Interface to Oracle 29JUN2023 (CPU A) &lt;BR /&gt;---SAS/ACCESS Interface to PC Files 29JUN2023 (CPU A) &lt;BR /&gt;---SAS/ACCESS Interface to ODBC 29JUN2023 (CPU A) &lt;BR /&gt;---SAS Workspace Server for Local Access 29JUN2023 (CPU A) &lt;BR /&gt;---High Performance Suite 29JUN2023 (CPU A) &lt;BR /&gt;---SAS Add-in for Microsoft Excel 29JUN2023 (CPU A) &lt;BR /&gt;2 The SAS System 10:18 Monday, June 20, 2022&lt;/P&gt;
&lt;P&gt;---SAS Add-in for Microsoft Outlook 29JUN2023 (CPU A) &lt;BR /&gt;---SAS Add-in for Microsoft PowerPoint 29JUN2023 (CPU A) &lt;BR /&gt;---SAS Add-in for Microsoft Word&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 14:22:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819143#M40875</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2022-06-20T14:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819236#M40883</link>
      <description>&lt;P&gt;&lt;SPAN&gt;SAS/ACCESS Interface to ODBC is licensed so you can use that to load SAS tables into SQL Server as I have already explained. You will obviously need to change the LIBNAME statement to point to your required SQL Server database. If you haven't done this before, I suggest consulting your SAS administrator.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 01:39:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819236#M40883</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-06-21T01:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819244#M40884</link>
      <description>One thing to keep in mind, SAS/Access to ODBC is a push operation from SAS and requires SAS to run. You can also use a pull operation using the SAS ODBC driver, which is free, and pull the data direct into PowerBI.</description>
      <pubDate>Tue, 21 Jun 2022 05:59:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819244#M40884</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2022-06-21T05:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819282#M40888</link>
      <description>&lt;P&gt;Even though the ODBC driver is free, you still need a SAS server to respond, either a local SAS installation, or a SAS/SHARE server (with the additional SAS/SHARE*NET license).&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 10:03:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819282#M40888</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2022-06-21T10:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819285#M40891</link>
      <description>&lt;P&gt;[Edited to removed ODBC-AC] SAS datasets can be read 100% using &lt;STRIKE&gt;ODBC&lt;/STRIKE&gt;/OleDb without a SAS server using the drivers from SAS. There are 3 providers. Use local provider not IOM or Share. Use it all of the time at client sites.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 14:30:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819285#M40891</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2022-06-21T14:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819291#M40892</link>
      <description>I was aware you could do it with OLEDB, but not ODBC. The documentation still states you need additional licensing, but if you have a link or similar to share it would be great!&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/odbcdref/9.4/p1esd8t7nrdvmfn1guh905g1dnvk.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/odbcdref/9.4/p1esd8t7nrdvmfn1guh905g1dnvk.htm&lt;/A&gt;</description>
      <pubDate>Tue, 21 Jun 2022 11:07:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819291#M40892</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2022-06-21T11:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819298#M40893</link>
      <description>Could you please provide a link to the web page related to OLEDB sas documentation</description>
      <pubDate>Tue, 21 Jun 2022 12:25:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819298#M40893</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2022-06-21T12:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819299#M40894</link>
      <description>&lt;A href="https://documentation.sas.com/doc/en/oledbpr/9.4/n0heigqkqll8u9n1d9beeqkh0n2f.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/oledbpr/9.4/n0heigqkqll8u9n1d9beeqkh0n2f.htm&lt;/A&gt;</description>
      <pubDate>Tue, 21 Jun 2022 12:29:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819299#M40894</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2022-06-21T12:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819328#M40898</link>
      <description>&lt;P&gt;I stand corrected. My examples are using OleDb.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 14:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819328#M40898</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2022-06-21T14:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819333#M40900</link>
      <description>&lt;P&gt;I just did a quick test and connected to PowerBI: Instructions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go here: &lt;A href="https://support.sas.com/downloads/package.htm?pid=2472#" target="_blank"&gt;https://support.sas.com/downloads/package.htm?pid=2472#&lt;/A&gt;&lt;BR /&gt;Download the 1st driver (64 bit) and install it&lt;BR /&gt;Open PowerBI&lt;BR /&gt;Add OleDB datasource. Connection string: Provider=SAS.LocalProvider.1; Data Source=c:\temp\MySasData&lt;BR /&gt;See sample in attached picture&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 14:44:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/819333#M40900</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2022-06-21T14:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/820033#M40965</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;When I click on build, I see a selection of OLE DB connector.&lt;/P&gt;
&lt;P&gt;Which one did you use?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do you pass the server name in the username?&amp;nbsp; &lt;A href="mailto:host@username," target="_blank"&gt;host@username,&lt;/A&gt;&amp;nbsp;&lt;A href="mailto:10.111.44.111@username" target="_blank"&gt;10.111.44.111@username&lt;/A&gt;&amp;nbsp;?&lt;/P&gt;
&lt;P&gt;Does you file is hosted on a unix server ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Up to now, all my connection tests failed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 14:44:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/820033#M40965</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2022-06-23T14:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a spde file into power BI</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/820038#M40966</link>
      <description>Use this technique for testing: &lt;A href="http://www.polyweb.com/blog/index.php/archives/17" target="_blank"&gt;http://www.polyweb.com/blog/index.php/archives/17&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Go to connectionstrings.com for info on the parts of the connection string. SAS will also have documentation on their allowed parameters.&lt;BR /&gt;&lt;BR /&gt;No, I didnt test with Unix. It shouldnt matter: you are just reading a file.</description>
      <pubDate>Thu, 23 Jun 2022 14:57:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reading-a-spde-file-into-power-BI/m-p/820038#M40966</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2022-06-23T14:57:42Z</dc:date>
    </item>
  </channel>
</rss>

