<?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: How would you edit sas tables from the web in real-time in Developers</title>
    <link>https://communities.sas.com/t5/Developers/How-would-you-edit-sas-tables-from-the-web-in-real-time/m-p/252726#M4857</link>
    <description>&lt;P&gt;I would imagine your best bet is to speak directly to SAS about a solution for this. &amp;nbsp;They have various packages where you can get reports, and edit data. &amp;nbsp;It would probably be easier than building your own solution which would need security, the interfaces, the back end database/store, plus the required licenses. &amp;nbsp;True the package wil cost, but is it more or less than all that effort yourself?&lt;/P&gt;
&lt;P&gt;Also, why not use a database? &amp;nbsp;Even something free you should be able to link in a database to a web page front end, bit of PHP script.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2016 15:34:30 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-02-26T15:34:30Z</dc:date>
    <item>
      <title>How would you edit sas tables from the web in real-time</title>
      <link>https://communities.sas.com/t5/Developers/How-would-you-edit-sas-tables-from-the-web-in-real-time/m-p/252716#M4855</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to make a web interface to read &amp;amp; edit SAS tables in real-time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I only know of STP to communicate between a web-page and SAS but it's a one-way communication: you send parameters to a STP and the STP executes and does&amp;nbsp;something.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does someone know a method to&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;display some sas dataset information into a webpage (separate server)&lt;/LI&gt;
&lt;LI&gt;send an update from the page to the sas dataset (this I can do with a normal STP but it would be clunky : open a tab, execute and close the tab when finished)&lt;/LI&gt;
&lt;LI&gt;update the webpage with the new dataset&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea/input is welcome&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 14:56:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-would-you-edit-sas-tables-from-the-web-in-real-time/m-p/252716#M4855</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2016-02-26T14:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: How would you edit sas tables from the web in real-time</title>
      <link>https://communities.sas.com/t5/Developers/How-would-you-edit-sas-tables-from-the-web-in-real-time/m-p/252722#M4856</link>
      <description>&lt;P&gt;If you know intermediate web development (javascript, css and html) it's not too difficult to create chained stored processes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would have one stored process that has all the javascript, css and HTML code required to generate the webpage, then I would have a separate stored process that is called by the page to perform the server-side SAS code that updates the dataset with the parameters passed through the URL string.&amp;nbsp; Done like this you can implement AJAX calls pretty easily to update the page with updated data each time the changes are committed.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 15:10:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-would-you-edit-sas-tables-from-the-web-in-real-time/m-p/252722#M4856</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2016-02-26T15:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: How would you edit sas tables from the web in real-time</title>
      <link>https://communities.sas.com/t5/Developers/How-would-you-edit-sas-tables-from-the-web-in-real-time/m-p/252726#M4857</link>
      <description>&lt;P&gt;I would imagine your best bet is to speak directly to SAS about a solution for this. &amp;nbsp;They have various packages where you can get reports, and edit data. &amp;nbsp;It would probably be easier than building your own solution which would need security, the interfaces, the back end database/store, plus the required licenses. &amp;nbsp;True the package wil cost, but is it more or less than all that effort yourself?&lt;/P&gt;
&lt;P&gt;Also, why not use a database? &amp;nbsp;Even something free you should be able to link in a database to a web page front end, bit of PHP script.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 15:34:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-would-you-edit-sas-tables-from-the-web-in-real-time/m-p/252726#M4857</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-02-26T15:34:30Z</dc:date>
    </item>
  </channel>
</rss>

