<?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 SAS EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG/m-p/407546#M26153</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to run (.vbs) file in sas eg. But i couldn't run it through sas eg. I can only run the same .vbs file out of sas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be most appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2017 06:07:00 GMT</pubDate>
    <dc:creator>Sabharish</dc:creator>
    <dc:date>2017-10-26T06:07:00Z</dc:date>
    <item>
      <title>SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG/m-p/407546#M26153</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to run (.vbs) file in sas eg. But i couldn't run it through sas eg. I can only run the same .vbs file out of sas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be most appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 06:07:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG/m-p/407546#M26153</guid>
      <dc:creator>Sabharish</dc:creator>
      <dc:date>2017-10-26T06:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG/m-p/407552#M26154</link>
      <description>&lt;P&gt;SAS Enterprise Guide uses a so-called workspace server for running all the code it creates. This workspace server is configured per default to not allow external commands. It also might reside remotely and on a non-Windows operating system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post the log of your failed step.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 06:59:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG/m-p/407552#M26154</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-26T06:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG/m-p/407601#M26155</link>
      <description>Thanks for the above Info.&lt;BR /&gt;&lt;BR /&gt;I'm not getting any error in the log. when i just run the .vbs file using x cmd its not executing only for .vbs file inside SAS EG session. I can run the .vbs file outside the SAS EG session using cmd prompt.</description>
      <pubDate>Thu, 26 Oct 2017 10:56:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG/m-p/407601#M26155</guid>
      <dc:creator>Sabharish</dc:creator>
      <dc:date>2017-10-26T10:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG/m-p/407633#M26159</link>
      <description>&lt;P&gt;Instead of using the x statement, do this to call your external command:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename oscmd pipe "your_vbs_call 2&amp;gt;&amp;amp;1";

data _null_;
infile oscmd;
input;
put _infile_;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This will write all answers from the operating system to the SAS log.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 13:20:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG/m-p/407633#M26159</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-26T13:20:49Z</dc:date>
    </item>
  </channel>
</rss>

