<?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: Best way to transfer data between SAS and Mathematica? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Best-way-to-transfer-data-between-SAS-and-Mathematica/m-p/651989#M22440</link>
    <description>&lt;P&gt;Out of experience, I advise any textual file format that both applications can process.&lt;/P&gt;
&lt;P&gt;With SAS, this means you can create and read fixed-width columns and any kind of delimited (comma, semicolon, tabs, ...) format. One of these should also work with Mathematica.&lt;/P&gt;
&lt;P&gt;From what a quick google search gave me, tab- or comma-separated should be fine.&lt;/P&gt;</description>
    <pubDate>Sat, 30 May 2020 16:47:52 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-05-30T16:47:52Z</dc:date>
    <item>
      <title>Best way to transfer data between SAS and Mathematica?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Best-way-to-transfer-data-between-SAS-and-Mathematica/m-p/651955#M22439</link>
      <description>&lt;P&gt;At my company we have some SAS data sets that we would like to work with in Mathematica and vice versa.&amp;nbsp; Does anyone have any suggestions on the best way to transfer data between SAS and Mathematica?&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 11:00:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Best-way-to-transfer-data-between-SAS-and-Mathematica/m-p/651955#M22439</guid>
      <dc:creator>Ivan55Boston</dc:creator>
      <dc:date>2020-05-30T11:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to transfer data between SAS and Mathematica?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Best-way-to-transfer-data-between-SAS-and-Mathematica/m-p/651989#M22440</link>
      <description>&lt;P&gt;Out of experience, I advise any textual file format that both applications can process.&lt;/P&gt;
&lt;P&gt;With SAS, this means you can create and read fixed-width columns and any kind of delimited (comma, semicolon, tabs, ...) format. One of these should also work with Mathematica.&lt;/P&gt;
&lt;P&gt;From what a quick google search gave me, tab- or comma-separated should be fine.&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 16:47:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Best-way-to-transfer-data-between-SAS-and-Mathematica/m-p/651989#M22440</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-30T16:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to transfer data between SAS and Mathematica?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Best-way-to-transfer-data-between-SAS-and-Mathematica/m-p/652037#M22442</link>
      <description>I'd probably write it to a sqlite db and then read it from there. I hate ensuring types are the same and that's one things that DB are the same....and the CREATE statements from a DESCRIBE statement work well in SQL as well.</description>
      <pubDate>Sun, 31 May 2020 00:38:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Best-way-to-transfer-data-between-SAS-and-Mathematica/m-p/652037#M22442</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-31T00:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to transfer data between SAS and Mathematica?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Best-way-to-transfer-data-between-SAS-and-Mathematica/m-p/652121#M22445</link>
      <description>&lt;P&gt;SAS typically recommends that you export a SAS data set to another application by first converting the data set into what is known as a "transport file" (which is essentially a text file) that can then (usually) be imported by another application, such as Mathematica.&amp;nbsp; Mathematica does provide support for reading SAS transport files.&amp;nbsp; However, this method has its drawbacks, in that the user-defined formatting and other metadata in your SAS data set may not be properly converted.&amp;nbsp; And if your SAS data set contains dates and/or date-times, those values are likely to cause problems when you try to import the transport file into another application. As an alternative, you might want to consider using a Mathematica add-on called &lt;STRONG&gt;M2SLink&lt;/STRONG&gt;.&amp;nbsp; M2SLink lets you directly import SAS data sets into Mathematica without having to use SAS Transport files.&amp;nbsp; This way of transferring your SAS data to Mathematica is much faster, all your user formats and metadata are preserved, and your dates and times are automatically converted to be consistent with Mathematica.&amp;nbsp; M2SLink also allows you to export your Mathematica data directly to a SAS data set.&amp;nbsp; Here is a link to the M2SLink add-on:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.harpercorditt.com/" target="_blank"&gt;https://www.harpercorditt.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 May 2020 22:33:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Best-way-to-transfer-data-between-SAS-and-Mathematica/m-p/652121#M22445</guid>
      <dc:creator>HarperCorditt</dc:creator>
      <dc:date>2020-05-31T22:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to transfer data between SAS and Mathematica?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Best-way-to-transfer-data-between-SAS-and-Mathematica/m-p/652290#M22454</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; That was very helpful.&amp;nbsp; It sounds like a seamless way to transfer data.&amp;nbsp; I will take a look at M2SLink.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 16:29:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Best-way-to-transfer-data-between-SAS-and-Mathematica/m-p/652290#M22454</guid>
      <dc:creator>Ivan55Boston</dc:creator>
      <dc:date>2020-06-01T16:29:19Z</dc:date>
    </item>
  </channel>
</rss>

