<?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: too many windows in sas batch mode in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/445995#M111835</link>
    <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;What do you mean by "too many windows" ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;sas programs run every 5 minutes and at the same time I do something else eg in excel and sas windows come to the foreground (first plan) and they do my work hard&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN class=""&gt;What do you mean by "not work" - what are the symptoms?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class="short_text"&gt;does not change the way sas windows display&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class="short_text"&gt;Do you get any log file ? you can define a log filename using -ALTLOG system option.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let log = -log ""&amp;amp;CodePatch._log""; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class="short_text"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Mar 2018 20:36:18 GMT</pubDate>
    <dc:creator>makset7</dc:creator>
    <dc:date>2018-03-15T20:36:18Z</dc:date>
    <item>
      <title>too many windows in sas batch mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/445930#M111815</link>
      <description>&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Hello.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;I have the problem with too many windows in sas batch mode.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;I use the following command:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;systask command "START /high ""Batch"" ""C:\Program Files\SAS\SASFoundation\9.2(32-bit)\sas.exe"" 
	 			-batch -nosplash  -sysin ""&amp;amp;CodePatch.______TrRt__0_1_Forse_.sas"" &amp;amp;log ";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;so I have too many windows making my job very difficult.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;Is a way that will eliminate the&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt; sas&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt; window in all, or everything will work in the background and will not hinder my work&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;I heve sas 9.2. TS Level 2M0 W32_VSPRO Windows 6.2.9200 windows 8.1 pro&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;Thank you very much for all your help&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 18:29:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/445930#M111815</guid>
      <dc:creator>makset7</dc:creator>
      <dc:date>2018-03-15T18:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: too many windows in sas batch mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/445975#M111827</link>
      <description>&lt;P&gt;Try add &lt;STRONG&gt;-NODMS&lt;/STRONG&gt; sas system option to your execution command.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 19:40:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/445975#M111827</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2018-03-15T19:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: too many windows in sas batch mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/445985#M111832</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;systask command "START /high ""Batch"" ""C:\Program Files\SAS\SASFoundation\9.2(32-bit)\sas.exe"" 
	 			-nodms -batch -nosplash  -sysin ""&amp;amp;CodePatch.______TrRt__0_1_Forse_.sas"" &amp;amp;log ";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;not work&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 20:07:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/445985#M111832</guid>
      <dc:creator>makset7</dc:creator>
      <dc:date>2018-03-15T20:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: too many windows in sas batch mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/445988#M111834</link>
      <description>&lt;P&gt;Running batch mode does not open windows.&lt;/P&gt;
&lt;P&gt;1) What do you mean by "too many windows" ?&lt;/P&gt;
&lt;P&gt;2) What do you mean by "not work" - what are the symptoms?&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Do you get any log file ? you can define a log filename using -ALTLOG system option.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 20:13:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/445988#M111834</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2018-03-15T20:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: too many windows in sas batch mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/445995#M111835</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;What do you mean by "too many windows" ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;sas programs run every 5 minutes and at the same time I do something else eg in excel and sas windows come to the foreground (first plan) and they do my work hard&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN class=""&gt;What do you mean by "not work" - what are the symptoms?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class="short_text"&gt;does not change the way sas windows display&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class="short_text"&gt;Do you get any log file ? you can define a log filename using -ALTLOG system option.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let log = -log ""&amp;amp;CodePatch._log""; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class="short_text"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 20:36:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/445995#M111835</guid>
      <dc:creator>makset7</dc:creator>
      <dc:date>2018-03-15T20:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: too many windows in sas batch mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/446019#M111841</link>
      <description>&lt;P&gt;You haven't really described (or screen captured) the content of&amp;nbsp;any of the SAS "Windows". Other options you may be looking for could be -NOSTATUSWIN if the window is shows the name of the SAS job. Or possibly -NOTERMINAL and/or -NOICON options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 22:45:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/446019#M111841</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-03-15T22:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: too many windows in sas batch mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/446092#M111874</link>
      <description>&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;I've included yours tips in the following way&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;systask command "START /high ""Batch"" ""C:\Program Files\SAS\SASFoundation\9.2(32-bit)\sas.exe"" 
	 			-NOSTATUSWIN -NOTERMINAL -NOICON -batch -nosplash -sysin ""&amp;amp;CodePatch.__TrRt_&amp;amp;NrFile._&amp;amp;TF._0_0_DL.sas"" &amp;amp;log "; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;maybe I'm making a mistake here?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;In the attachment I show my problem&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 09:13:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/446092#M111874</guid>
      <dc:creator>makset7</dc:creator>
      <dc:date>2018-03-16T09:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: too many windows in sas batch mode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/446204#M111917</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;systask command "START /high ""Batch"" 
  ""C:\Program Files\SAS\SASFoundation\9.2(32-bit)\sas.exe"" 
      -sysin ""&amp;amp;CodePatch.__TrRt_&amp;amp;NrFile._&amp;amp;TF._0_0_DL.sas"" 
     &amp;amp;log -nodms -noterminal -nostatuswin -nosplash -noicon"; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;I close the topic, I found a solution&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 15:09:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/too-many-windows-in-sas-batch-mode/m-p/446204#M111917</guid>
      <dc:creator>makset7</dc:creator>
      <dc:date>2018-03-16T15:09:20Z</dc:date>
    </item>
  </channel>
</rss>

