<?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: SAS API in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488168#M127236</link>
    <description>&lt;P&gt;You would likely need a SAS server setup somewhere (with the appropriate licenses), and then stored processes to read the data, process and return results.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/index.html" target="_blank"&gt;http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/index.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Aug 2018 12:11:14 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-08-20T12:11:14Z</dc:date>
    <item>
      <title>SAS API</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488165#M127235</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am a new SAS user and I am interested in the APIs they offer. I have a hard time locating myself in the documentation.&lt;BR /&gt;&lt;BR /&gt;I would like to know if it is possible, from an Internet site and the API, to transmit data to analyze directly on its software of the user ?&lt;BR /&gt;Without needing to export in CSV&lt;BR /&gt;&lt;BR /&gt;Thanks you advance !</description>
      <pubDate>Mon, 20 Aug 2018 12:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488165#M127235</guid>
      <dc:creator>Mathie</dc:creator>
      <dc:date>2018-08-20T12:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS API</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488168#M127236</link>
      <description>&lt;P&gt;You would likely need a SAS server setup somewhere (with the appropriate licenses), and then stored processes to read the data, process and return results.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/index.html" target="_blank"&gt;http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/index.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 12:11:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488168#M127236</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-08-20T12:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS API</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488276#M127252</link>
      <description>Thanks for your help !&lt;BR /&gt;&lt;BR /&gt;But that does not seem to answer my need.&lt;BR /&gt;&lt;BR /&gt;To be more clear (sorry): I have data in a database (Simple mysql database)&lt;BR /&gt;&lt;BR /&gt;I would like that when the user clicks on a button on my site, this data (that I treated) are directly imported into the user software&lt;BR /&gt;&lt;BR /&gt;It's possible with that ?&lt;BR /&gt;&lt;BR /&gt;Thanks you !!</description>
      <pubDate>Mon, 20 Aug 2018 16:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488276#M127252</guid>
      <dc:creator>Mathie</dc:creator>
      <dc:date>2018-08-20T16:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS API</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488294#M127258</link>
      <description>&lt;P&gt;Hi Mathie,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes, SAS can connect directly to a MySQL database and extract the data. It can also write the result back to MySQL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To do so, you will need to acquire SAS/Access to MySQL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SAS being an extremely poverful and flexible platform, there is an extremely large numbers of way to do this. Using Stored Process as mentionned earlier is probably the most user-friendly approach if there is no existing SAS practice at your corporation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 17:53:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488294#M127258</guid>
      <dc:creator>ybolduc</dc:creator>
      <dc:date>2018-08-20T17:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS API</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488309#M127264</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;I'm going to look into it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I read this page: &lt;A href="http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/using.html" target="_blank"&gt;http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/using.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;What software should I use to send information to the client software?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would rather select data in the database (in NodeJS), write a stored procedure and send the result directly to the user's software.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 18:32:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488309#M127264</guid>
      <dc:creator>Mathie</dc:creator>
      <dc:date>2018-08-20T18:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS API</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488349#M127272</link>
      <description>All depends largely on the sas licence you have and what the users need to do with data.</description>
      <pubDate>Mon, 20 Aug 2018 20:33:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488349#M127272</guid>
      <dc:creator>error_prone</dc:creator>
      <dc:date>2018-08-20T20:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS API</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488350#M127273</link>
      <description>&lt;P&gt;Hi Mathie,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I get the feeling that you may need to hire a technical architect for your solution. This is a support forum, we can provide input for technical detals but I think at this point the answers you are looking for would better be addressed by someone who will take the time to understand your need and your existing technology and provide you different options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 20:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488350#M127273</guid>
      <dc:creator>ybolduc</dc:creator>
      <dc:date>2018-08-20T20:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS API</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488370#M127286</link>
      <description>&lt;P&gt;I have not a licence for the time being&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Users just need to be able to process the data from their software.&lt;/P&gt;&lt;P&gt;I am a developer but unfortunately I do not know SAS at all and it is hard to understand everything at once, I apologize ..&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 21:30:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-API/m-p/488370#M127286</guid>
      <dc:creator>Mathie</dc:creator>
      <dc:date>2018-08-20T21:30:07Z</dc:date>
    </item>
  </channel>
</rss>

