<?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 Export data from MySQL/SQL Server to SAS in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Export-data-from-MySQL-SQL-Server-to-SAS/m-p/187159#M3854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I am trying to do seamless export of data from a database to SAS. I am trying to follow the Redcap model of downloading three files: SAS file, Pathway mapper and CSV file. Does anyone in the community know how to go about implementing this? Please see the attached file on how they are doing it....Any advice is greatly appreciated!&lt;IMG alt="SASexport.JPG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8750_SASexport.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Sorry, if I am asking this question in the wrong discussion community. If I am, please direct me to the right group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Thank you!&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2015 20:01:21 GMT</pubDate>
    <dc:creator>okcken</dc:creator>
    <dc:date>2015-01-16T20:01:21Z</dc:date>
    <item>
      <title>Export data from MySQL/SQL Server to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Export-data-from-MySQL-SQL-Server-to-SAS/m-p/187159#M3854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I am trying to do seamless export of data from a database to SAS. I am trying to follow the Redcap model of downloading three files: SAS file, Pathway mapper and CSV file. Does anyone in the community know how to go about implementing this? Please see the attached file on how they are doing it....Any advice is greatly appreciated!&lt;IMG alt="SASexport.JPG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8750_SASexport.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Sorry, if I am asking this question in the wrong discussion community. If I am, please direct me to the right group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Thank you!&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 20:01:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Export-data-from-MySQL-SQL-Server-to-SAS/m-p/187159#M3854</guid>
      <dc:creator>okcken</dc:creator>
      <dc:date>2015-01-16T20:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Export data from MySQL/SQL Server to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Export-data-from-MySQL-SQL-Server-to-SAS/m-p/187160#M3855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The instructions seem pretty clear there, have you tried them?&lt;/P&gt;&lt;P&gt;Download all 3 files, run .bat file, then open .sas file which will import the .csv file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can probably import the .csv file directly using proc import.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you run into issues with this method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, it's actually easier to map and ODBC connection to the DB and then connect to the DB and import it directly. There are methods for doing that on this forum. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 20:05:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Export-data-from-MySQL-SQL-Server-to-SAS/m-p/187160#M3855</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-16T20:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export data from MySQL/SQL Server to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Export-data-from-MySQL-SQL-Server-to-SAS/m-p/187161#M3856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Reeza.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to figure out what the .bat file does?&amp;nbsp; and how do we create a .sas file? I am trying to create a similar procedure with another system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 21:17:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Export-data-from-MySQL-SQL-Server-to-SAS/m-p/187161#M3856</guid>
      <dc:creator>okcken</dc:creator>
      <dc:date>2015-01-16T21:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Export data from MySQL/SQL Server to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Export-data-from-MySQL-SQL-Server-to-SAS/m-p/187162#M3857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you need to? Like I mentioned using an ODBC driver is your best bet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also just export to CSV and then the .sas file is a text file essentially. It's a program file that specifies how to import the CSV file most likely. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 21:18:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Export-data-from-MySQL-SQL-Server-to-SAS/m-p/187162#M3857</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-16T21:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export data from MySQL/SQL Server to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Export-data-from-MySQL-SQL-Server-to-SAS/m-p/187163#M3858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ant questions regarding Redcap SW should be asked in their direction.&lt;/P&gt;&lt;P&gt;If you wish to design your own architecture, just need to tell us more about your application, constraints and requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jan 2015 15:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Export-data-from-MySQL-SQL-Server-to-SAS/m-p/187163#M3858</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-01-17T15:15:56Z</dc:date>
    </item>
  </channel>
</rss>

