<?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 to create a simple Panel to execute a query in SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-create-a-simple-Panel-to-execute-a-query-in-SAS/m-p/93658#M26551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For EG4.2&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/resources/papers/proceedings10/041-2010.pdf"&gt;http://support.sas.com/resources/papers/proceedings10/041-2010.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For "PC SAS"&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/39/007.html" title="http://support.sas.com/kb/39/007.html"&gt;http://support.sas.com/kb/39/007.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMS&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/kb/41/059.html"&gt;http://support.sas.com/kb/41/059.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use keywords "SAS prompt framework" and I'm sure you'll find a solution for your situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2012 04:19:23 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2012-04-25T04:19:23Z</dc:date>
    <item>
      <title>How to create a simple Panel to execute a query in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-create-a-simple-Panel-to-execute-a-query-in-SAS/m-p/93656#M26549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;How to create a simple panel(like a GUI) with input area and button to assign parameters ,then after input the dataset's name('sashelp.class') and sex("F") then after push the button,we can do the follow things:&lt;/P&gt;&lt;P&gt;1,print sashelp.class to output&lt;/P&gt;&lt;P&gt;2 only print where sex='F'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what means after we input the parameter and push the button we can do the same things as run the SAS code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P&gt;where sex='F';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 19:37:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-create-a-simple-Panel-to-execute-a-query-in-SAS/m-p/93656#M26549</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-04-24T19:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a simple Panel to execute a query in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-create-a-simple-Panel-to-execute-a-query-in-SAS/m-p/93657#M26550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using SAS/EG ?&lt;/P&gt;&lt;P&gt;EG has some such capability by using prompt manager tool, which is actually some macro variables manager tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And That is good if you are familiar with SAS/AF ,It looks like the best way for you situation .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 03:21:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-create-a-simple-Panel-to-execute-a-query-in-SAS/m-p/93657#M26550</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-04-25T03:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a simple Panel to execute a query in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-create-a-simple-Panel-to-execute-a-query-in-SAS/m-p/93658#M26551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For EG4.2&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/resources/papers/proceedings10/041-2010.pdf"&gt;http://support.sas.com/resources/papers/proceedings10/041-2010.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For "PC SAS"&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/39/007.html" title="http://support.sas.com/kb/39/007.html"&gt;http://support.sas.com/kb/39/007.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMS&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/kb/41/059.html"&gt;http://support.sas.com/kb/41/059.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use keywords "SAS prompt framework" and I'm sure you'll find a solution for your situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 04:19:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-create-a-simple-Panel-to-execute-a-query-in-SAS/m-p/93658#M26551</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2012-04-25T04:19:23Z</dc:date>
    </item>
  </channel>
</rss>

