<?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: Creating a HTML User interface in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Creating-a-HTML-User-interface/m-p/605025#M19116</link>
    <description>&lt;P&gt;If you just want to create a simple page, which has links to the pdf reports you've already created, you could use Proc Print to print a simple table, and have the text in the table be the names of the reports, and assign url/links to those names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, see the table below this map:&lt;BR /&gt;&lt;A href="http://robslink.com/SAS/ods7/most_scenic_drive.htm" target="_blank"&gt;http://robslink.com/SAS/ods7/most_scenic_drive.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the code I used (you can ignore the map stuff - just look at the 2 sections of code below the proc sgmap:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/ods7/most_scenic_drive.sas" target="_blank"&gt;http://robslink.com/SAS/ods7/most_scenic_drive.sas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2019 14:49:51 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2019-11-18T14:49:51Z</dc:date>
    <item>
      <title>Creating a HTML User interface</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-a-HTML-User-interface/m-p/603628#M19101</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a program to collate a number of monthly PDF reports over a certain time period by portfolio type into a singular PDF output via SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would like to do is to create a HTML Interface which would enable be select reports for a certain portfolio. For instance if i want to review the reports for portfolio A, I would want be able to select portfolio A from the interface and in return i would get the collated report for portfolio A.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have only currently got access to Base SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas would be most welcomed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 16:55:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-a-HTML-User-interface/m-p/603628#M19101</guid>
      <dc:creator>Adnan2</dc:creator>
      <dc:date>2019-11-12T16:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a HTML User interface</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-a-HTML-User-interface/m-p/603747#M19106</link>
      <description>&lt;P&gt;It seems to me that you need to learn HTML. It's not a complicated language.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 03:26:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-a-HTML-User-interface/m-p/603747#M19106</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-11-13T03:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a HTML User interface</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-a-HTML-User-interface/m-p/603849#M19109</link>
      <description>&lt;P&gt;You only have BASE SAS, so your thought is that the HTML UI and SAS are running on the same PC?&amp;nbsp; And would you run the SAS job as a batch job or some other way?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For some little reports where you just need to pass a few parameters, you can write the UI in whatever you want (e.g. some .NET language).&amp;nbsp; Then it can submit the windows command to start a SAS batch job, and can pass a few parameters to it via -sysparm or text files or whatever.&amp;nbsp; That might be easier than HTML if your back end is just BASE SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's probably the most simplistic approach to making a little UI that will call SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More involved / feature rich would be to do stuff with SAS Integration Technologies, but I don't think you get that with just base SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;has a lot of papers/posts about building client apps with Int Tech, e.g.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Create-your-own-client-apps-using-SAS-Integration-Technologies/ta-p/418253" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Create-your-own-client-apps-using-SAS-Integration-Technologies/ta-p/418253&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2013/06/09/sas-client-with-microsoft-dot-net/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2013/06/09/sas-client-with-microsoft-dot-net/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 13:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-a-HTML-User-interface/m-p/603849#M19109</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2019-11-13T13:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a HTML User interface</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-a-HTML-User-interface/m-p/605025#M19116</link>
      <description>&lt;P&gt;If you just want to create a simple page, which has links to the pdf reports you've already created, you could use Proc Print to print a simple table, and have the text in the table be the names of the reports, and assign url/links to those names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, see the table below this map:&lt;BR /&gt;&lt;A href="http://robslink.com/SAS/ods7/most_scenic_drive.htm" target="_blank"&gt;http://robslink.com/SAS/ods7/most_scenic_drive.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the code I used (you can ignore the map stuff - just look at the 2 sections of code below the proc sgmap:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/ods7/most_scenic_drive.sas" target="_blank"&gt;http://robslink.com/SAS/ods7/most_scenic_drive.sas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 14:49:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-a-HTML-User-interface/m-p/605025#M19116</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2019-11-18T14:49:51Z</dc:date>
    </item>
  </channel>
</rss>

