<?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 %window, %display in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/window-display/m-p/76445#M22170</link>
    <description>I am trying out some sample code to display a window and getting a strange error.  I am running SAS 9.1 in EG 4.1.  Any help would be greatly appreciated.&lt;BR /&gt;
&lt;BR /&gt;
%macro test ();&lt;BR /&gt;
%window welcome color=white&lt;BR /&gt;
           #5 @28 'Welcome to SAS.' attr=highlight&lt;BR /&gt;
              color=blue&lt;BR /&gt;
           #7 @15&lt;BR /&gt;
              "You are executing Release &amp;amp;sysver on &amp;amp;sysday, &amp;amp;sysdate.."&lt;BR /&gt;
           #12 @29 'Press ENTER to continue.';&lt;BR /&gt;
%display welcome;&lt;BR /&gt;
%mend TEST;&lt;BR /&gt;
&lt;BR /&gt;
%test();&lt;BR /&gt;
&lt;BR /&gt;
ERROR: The MACRO windowing environment cannot be initialized due to a XU supervisor failure.</description>
    <pubDate>Wed, 21 Oct 2009 19:59:12 GMT</pubDate>
    <dc:creator>cjohnson</dc:creator>
    <dc:date>2009-10-21T19:59:12Z</dc:date>
    <item>
      <title>%window, %display</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/window-display/m-p/76445#M22170</link>
      <description>I am trying out some sample code to display a window and getting a strange error.  I am running SAS 9.1 in EG 4.1.  Any help would be greatly appreciated.&lt;BR /&gt;
&lt;BR /&gt;
%macro test ();&lt;BR /&gt;
%window welcome color=white&lt;BR /&gt;
           #5 @28 'Welcome to SAS.' attr=highlight&lt;BR /&gt;
              color=blue&lt;BR /&gt;
           #7 @15&lt;BR /&gt;
              "You are executing Release &amp;amp;sysver on &amp;amp;sysday, &amp;amp;sysdate.."&lt;BR /&gt;
           #12 @29 'Press ENTER to continue.';&lt;BR /&gt;
%display welcome;&lt;BR /&gt;
%mend TEST;&lt;BR /&gt;
&lt;BR /&gt;
%test();&lt;BR /&gt;
&lt;BR /&gt;
ERROR: The MACRO windowing environment cannot be initialized due to a XU supervisor failure.</description>
      <pubDate>Wed, 21 Oct 2009 19:59:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/window-display/m-p/76445#M22170</guid>
      <dc:creator>cjohnson</dc:creator>
      <dc:date>2009-10-21T19:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: %window, %display</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/window-display/m-p/76446#M22171</link>
      <description>Hi:&lt;BR /&gt;
  I do not believe that you can "pop" any kind of interactive window in SAS Enterprise Guide. For example, the PROC REPORT interactive window or the VAR window will not work in EG, although they do work in an interactive Display Manager session. The reason that these methods do not work in an EG session is that EG submits code to the SAS server in "batch" mode -- it doesn't matter whether SAS is on your machine or on a server someplace -- all EG code is submitted in batch mode and there are no interactive windows in batch mode. It is as though you are doing a remote submit to a server. This note explains that you cannot use %WINDOW under these circumstances:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/10/201.html" target="_blank"&gt;http://support.sas.com/kb/10/201.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 21 Oct 2009 22:19:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/window-display/m-p/76446#M22171</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-10-21T22:19:39Z</dc:date>
    </item>
  </channel>
</rss>

