<?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: message box in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/message-box/m-p/43944#M9009</link>
    <description>Version 9.1.3, OS = Windows 5.1.2600, executing the app locally on my client, interactive SAS&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
    <pubDate>Fri, 12 Jun 2009 16:08:14 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-06-12T16:08:14Z</dc:date>
    <item>
      <title>message box</title>
      <link>https://communities.sas.com/t5/SAS-Programming/message-box/m-p/43942#M9007</link>
      <description>I have a piece of code that I want to execute only if a certain user-defined value is met. I wanted to set that user-defined value via a message box. Does anyone know of an "easy" way to create a message box in SAS or a way to execute code conditionally based on a user-defined value? Currently I hard-code the value and highlight which code I want to run based on that value.</description>
      <pubDate>Fri, 12 Jun 2009 15:56:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/message-box/m-p/43942#M9007</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-06-12T15:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: message box</title>
      <link>https://communities.sas.com/t5/SAS-Programming/message-box/m-p/43943#M9008</link>
      <description>Some important info: What SAS version, what OS platform used, whether you are executing the SAS application locally or on a remote server, and whether the SAS processing occurs interactively or batch mode?&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 12 Jun 2009 16:01:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/message-box/m-p/43943#M9008</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-06-12T16:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: message box</title>
      <link>https://communities.sas.com/t5/SAS-Programming/message-box/m-p/43944#M9009</link>
      <description>Version 9.1.3, OS = Windows 5.1.2600, executing the app locally on my client, interactive SAS&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Fri, 12 Jun 2009 16:08:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/message-box/m-p/43944#M9009</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-06-12T16:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: message box</title>
      <link>https://communities.sas.com/t5/SAS-Programming/message-box/m-p/43945#M9010</link>
      <description>have you looked at %window?&lt;BR /&gt;
[pre]&lt;BR /&gt;
%let var=;&lt;BR /&gt;
%window welcome color=white&lt;BR /&gt;
           #5 @28 'Welcome to SAS.' attr=highlight color=blue&lt;BR /&gt;
           #7 @15 "You are executing Release &amp;amp;sysver on &amp;amp;sysday, &amp;amp;sysdate.."&lt;BR /&gt;
           #9 @15 'What is your name? ' var 20 attr=rev_video c=blue required=yes&lt;BR /&gt;
           #12 @29 'Press ENTER to continue.';&lt;BR /&gt;
%display welcome;&lt;BR /&gt;
%put The name is &amp;amp;var.;</description>
      <pubDate>Mon, 15 Jun 2009 23:16:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/message-box/m-p/43945#M9010</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2009-06-15T23:16:48Z</dc:date>
    </item>
  </channel>
</rss>

