<?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: open a menu with code in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/open-a-menu-with-code/m-p/204428#M50945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pretty much most of the SAS commands can be executed with the DM statement. You might be looking for DLGOPEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 14:52:22 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-04-27T14:52:22Z</dc:date>
    <item>
      <title>open a menu with code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/open-a-menu-with-code/m-p/204426#M50943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any SAS code(&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;not in command line&lt;/STRONG&gt;&lt;/SPAN&gt; ,but just in&lt;STRONG style="text-decoration: underline;"&gt; SAS program code&lt;/STRONG&gt;,it should be interactively,such as call a macro that can run&amp;nbsp; 'SAVE AS' ) that can operate SAS menu? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want write a row of SAS code(e.g:"%sysfunc(SaveAs))" ,after I run that code, it will show me "SAVE AS menu"(just as if I click with my mouse on : file--&amp;gt;save as)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 14:16:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/open-a-menu-with-code/m-p/204426#M50943</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2015-04-27T14:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: open a menu with code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/open-a-menu-with-code/m-p/204427#M50944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really.&amp;nbsp; I mean you could use proc window or something to get user input, then save something to a file by using a datastep and file.&amp;nbsp; Why though?&amp;nbsp; SAS scripts aren't really the place to be doing UI's?&amp;nbsp; Give a more verbose description of the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 14:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/open-a-menu-with-code/m-p/204427#M50944</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-04-27T14:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: open a menu with code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/open-a-menu-with-code/m-p/204428#M50945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pretty much most of the SAS commands can be executed with the DM statement. You might be looking for DLGOPEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 14:52:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/open-a-menu-with-code/m-p/204428#M50945</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-04-27T14:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: open a menu with code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/open-a-menu-with-code/m-p/204429#M50946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the DM statement to call a command line command.&lt;/P&gt;&lt;P&gt;Use the DLGSAVE to open the SAVE As window.&lt;/P&gt;&lt;P&gt;dm 'dlgsave';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#win-cmd-dlgsave.htm" style="font-size: 10pt; line-height: 1.5em;" title="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#win-cmd-dlgsave.htm"&gt;SAS(R) 9.2 Companion for Windows, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 19:11:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/open-a-menu-with-code/m-p/204429#M50946</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-04-27T19:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: open a menu with code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/open-a-menu-with-code/m-p/204430#M50947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note that previous posts suggestions will only work in SAS Display Manager. If you use Enterprise Guide then it can't be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 19:42:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/open-a-menu-with-code/m-p/204430#M50947</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-04-27T19:42:52Z</dc:date>
    </item>
  </channel>
</rss>

