<?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: Macro Window Option Error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Macro-Window-Option-Error/m-p/53148#M11243</link>
    <description>you can set up the %window macro up to be called on the client, but rsubmit all the heavy lifting.... you'll need to "push" local macro variables to the server. for example, to push MacroVar1 to the server, just add this&lt;BR /&gt;
[pre]%syslput MacroVar1=&amp;amp;MacroVar1;[/pre]&lt;BR /&gt;
&lt;BR /&gt;
do this with all macro parameters needed.</description>
    <pubDate>Fri, 10 Oct 2008 13:38:15 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-10-10T13:38:15Z</dc:date>
    <item>
      <title>Macro Window Option Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-Window-Option-Error/m-p/53146#M11241</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
I have written a macro using %window options. It works well in local system&lt;BR /&gt;
but when i try to execute through remote system i get below errors&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Unable to open window macro file test&lt;BR /&gt;
ERROR: Unable to open window macro file test.&lt;BR /&gt;
ERROR: The macro test1 name will stop executing.&lt;BR /&gt;
&lt;BR /&gt;
Could someone help me on this please?&lt;BR /&gt;
&lt;BR /&gt;
Many Thanks in Advance&lt;BR /&gt;
Sai</description>
      <pubDate>Thu, 09 Oct 2008 12:39:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-Window-Option-Error/m-p/53146#M11241</guid>
      <dc:creator>Sai</dc:creator>
      <dc:date>2008-10-09T12:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Macro Window Option Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-Window-Option-Error/m-p/53147#M11242</link>
      <description>The SAS support website  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt; has a technote on this item, found doing a search there.  Your window macro is not supported with rsubmit.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/technote/ts697.pdf" target="_blank"&gt;http://support.sas.com/techsup/technote/ts697.pdf&lt;/A&gt;</description>
      <pubDate>Thu, 09 Oct 2008 13:59:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-Window-Option-Error/m-p/53147#M11242</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-10-09T13:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Macro Window Option Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-Window-Option-Error/m-p/53148#M11243</link>
      <description>you can set up the %window macro up to be called on the client, but rsubmit all the heavy lifting.... you'll need to "push" local macro variables to the server. for example, to push MacroVar1 to the server, just add this&lt;BR /&gt;
[pre]%syslput MacroVar1=&amp;amp;MacroVar1;[/pre]&lt;BR /&gt;
&lt;BR /&gt;
do this with all macro parameters needed.</description>
      <pubDate>Fri, 10 Oct 2008 13:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-Window-Option-Error/m-p/53148#M11243</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-10T13:38:15Z</dc:date>
    </item>
  </channel>
</rss>

