<?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: x or %sysexec command in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138579#M37181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the quote() function.&lt;/P&gt;&lt;P&gt;%let command=any valid command with any type of quoting ;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; infile %sysfunc(quote(&amp;amp;command)) pipe;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put _infile_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Sep 2014 15:23:15 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2014-09-10T15:23:15Z</dc:date>
    <item>
      <title>x or %sysexec command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138574#M37176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Hello&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;I have&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a question about&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the &lt;/SPAN&gt;&lt;/SPAN&gt;x or %sysexec command&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;options&lt;/SPAN&gt; .&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;possible to use&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;these commands&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;so as not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;appeared&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;cmd&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;window?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;I use them&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;batch&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;sessions&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;very&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;often, and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;they&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;hinder&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;my&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Thank you&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;for your help.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 13:15:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138574#M37176</guid>
      <dc:creator>makset</dc:creator>
      <dc:date>2014-09-10T13:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: x or %sysexec command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138575#M37177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;options noxwait ;&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#exittemp.htm" title="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#exittemp.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>Wed, 10 Sep 2014 13:35:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138575#M37177</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-09-10T13:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: x or %sysexec command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138576#M37178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;XWAIT&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A name="a000535002"&gt; &lt;/A&gt;means that the command prompt session waits for you to type EXIT before you can return to your SAS session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 13:43:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138576#M37178</guid>
      <dc:creator>makset</dc:creator>
      <dc:date>2014-09-10T13:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: x or %sysexec command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138577#M37179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest replacing any X commands with data _null_ steps instead.&amp;nbsp; For %SYSEXEC() you might need to check what else the program is doing as it might not be an appropriate place to introduce a step boundary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;x &lt;SPAN style="color: #ff0000;"&gt;echo hello&lt;/SPAN&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;data _null_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; infile "&lt;SPAN style="color: #ff0000;"&gt;echo hello&lt;/SPAN&gt;" pipe;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; input;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; put _infile_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 13:53:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138577#M37179</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-09-10T13:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: x or %sysexec command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138578#M37180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV dir="ltr"&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;In simple&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;commands&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;work, but&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I have&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV dir="ltr"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;P&gt;%let log = -log "&amp;amp;CodePatch";&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let log = -nolog;&amp;nbsp; &lt;/P&gt;&lt;/DIV&gt;&lt;DIV dir="ltr"&gt;&lt;BR /&gt;&lt;P&gt;%sysexec start /high sas.exe&amp;nbsp; -icon -noterminal -nosplash -noxwait -noxsync -CONFIG&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; "C:\Program Files\SAS\SASFoundation\9.2\SASV9.CFG" -SYSIN "&amp;amp;CodePatch._GlobalControl_1.sas" &amp;amp;log;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV dir="ltr"&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 15:19:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138578#M37180</guid>
      <dc:creator>makset</dc:creator>
      <dc:date>2014-09-10T15:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: x or %sysexec command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138579#M37181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the quote() function.&lt;/P&gt;&lt;P&gt;%let command=any valid command with any type of quoting ;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; infile %sysfunc(quote(&amp;amp;command)) pipe;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put _infile_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 15:23:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138579#M37181</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-09-10T15:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: x or %sysexec command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138580#M37182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Is perhaps&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;still&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;some other&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;option&lt;/SPAN&gt;? &lt;SPAN class="hps"&gt;because&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;thus, locks&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the session&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SAS&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Session&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;which&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;calls&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;your&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;command&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;runs&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;until the end of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;session&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;induced.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 15:51:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138580#M37182</guid>
      <dc:creator>makset</dc:creator>
      <dc:date>2014-09-10T15:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: x or %sysexec command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138581#M37183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think we understand your question. Can you be more explicit please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 15:58:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138581#M37183</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-09-10T15:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: x or %sysexec command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138582#M37184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are trying to use this to run an asynchronous process then data _null_ step is NOT what you want.&lt;/P&gt;&lt;P&gt;To your original question you probably want to set the option NOXWAIT to prevent leaving the command window open.&amp;nbsp; You might also look at NOXSYNC.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#exittemp.htm" title="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#exittemp.htm"&gt;http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#exittemp.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also did you try the SYSTASK command instead?&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#win-stmt-systask.htm" title="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#win-stmt-systask.htm"&gt;http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#win-stmt-systask.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 16:03:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138582#M37184</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-09-10T16:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: x or %sysexec command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138583#M37185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you search for adding the -nodms option for the batch script so the dms system will not come &lt;A href="http://support.sas.com/documentation/cdl/en/lesysoptsref/64892/HTML/default/viewer.htm#n0kmze9alc3yptn16622fm1032jz.htm" title="http://support.sas.com/documentation/cdl/en/lesysoptsref/64892/HTML/default/viewer.htm#n0kmze9alc3yptn16622fm1032jz.htm"&gt;SAS(R) 9.3 System Options: Reference, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 17:05:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138583#M37185</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-09-10T17:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: x or %sysexec command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138584#M37186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom,&lt;/P&gt;&lt;P&gt;I am looking at the %CMS command which is similar to the x command and I am having difficulties getting started.&amp;nbsp; I am trying to pull data from AVAYA cms and don't know how to write the code nor can I find documentation.&amp;nbsp; Do you have any idea how the code might look?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 18:55:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138584#M37186</guid>
      <dc:creator>SassyJohn</dc:creator>
      <dc:date>2015-02-24T18:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: x or %sysexec command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138585#M37187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to run batch job without the cmd window or DOS window poping up, add the following option on top of SAS code:&lt;/P&gt;&lt;P&gt;options noxwait;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 19:24:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138585#M37187</guid>
      <dc:creator>yhz</dc:creator>
      <dc:date>2015-02-24T19:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: x or %sysexec command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138586#M37188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't used an IBM machine running VM/CMS since we migrated to OS/2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 20:39:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138586#M37188</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-02-24T20:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: x or %sysexec command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138587#M37189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CMS is an oldy: &lt;A href="http://v8doc.sas.com/sashtml/cms/zmts-cms.htm" title="http://v8doc.sas.com/sashtml/cms/zmts-cms.htm"&gt;Statements : CMS &lt;/A&gt; (v8 and esa/cms dedicated). A shell escape for interactive typing is not well accepted these days&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to decide what you are needing.&lt;/P&gt;&lt;P&gt;a/ only a start of some program without any feedback on the results (asynchroon processin) tha using noxwait&lt;/P&gt;&lt;P&gt;b/ starting a program and needing the results/feedback than use the pipe approach.&lt;/P&gt;&lt;P&gt;c/ some system are support a proo setup for calling programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are trying to pull data form AVAYA CMS start at that side finding the technical description of that product retrieving data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 20:51:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/138587#M37189</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-02-24T20:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: x or %sysexec command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/436280#M68990</link>
      <description>&lt;P&gt;You can use&amp;nbsp; "options noxwait;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Put this in before you start %sysexec.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will help you get rid of keying in "EXIT" in the command prompt every time.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 16:51:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/x-or-sysexec-command/m-p/436280#M68990</guid>
      <dc:creator>Sushil_rsk</dc:creator>
      <dc:date>2018-02-12T16:51:05Z</dc:date>
    </item>
  </channel>
</rss>

