<?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 Can't open sas.exe file in sas studio in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-t-open-sas-exe-file-in-sas-studio/m-p/803829#M446</link>
    <description>&lt;P&gt;I am using the &lt;STRONG&gt;SAS OnDemand for Academics&lt;/STRONG&gt;.&amp;nbsp; I am trying to open a &lt;STRONG&gt;sas.exe&lt;/STRONG&gt; file to get the data.&amp;nbsp; I tried this command:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class=""&gt;&lt;CODE&gt;data _null_;
     infile '&amp;lt;myfile.exe&amp;gt; 2&amp;gt;&amp;amp;1' pipe;
     input; * read from output;
     putlog _infile_; * show it in the log;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It gave me error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Insufficient authorization to access PIPE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I searched the issue and I got this instruction: "to resolve the issue, you need to ask your SAS admin to click the check box "Allow XCMD" within SAS Management Console -&amp;gt; Server Manager -&amp;gt; SAS App - Workspace Server -&amp;gt; properties -&amp;gt; Options -&amp;gt;Advanced Options -&amp;gt; Launch Properties tab"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Seems like really complicated, can someone please help me to run this sas.exe file, thanks a lot!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Mar 2022 16:17:56 GMT</pubDate>
    <dc:creator>xzhao023</dc:creator>
    <dc:date>2022-03-24T16:17:56Z</dc:date>
    <item>
      <title>Can't open sas.exe file in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-t-open-sas-exe-file-in-sas-studio/m-p/803829#M446</link>
      <description>&lt;P&gt;I am using the &lt;STRONG&gt;SAS OnDemand for Academics&lt;/STRONG&gt;.&amp;nbsp; I am trying to open a &lt;STRONG&gt;sas.exe&lt;/STRONG&gt; file to get the data.&amp;nbsp; I tried this command:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class=""&gt;&lt;CODE&gt;data _null_;
     infile '&amp;lt;myfile.exe&amp;gt; 2&amp;gt;&amp;amp;1' pipe;
     input; * read from output;
     putlog _infile_; * show it in the log;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It gave me error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Insufficient authorization to access PIPE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I searched the issue and I got this instruction: "to resolve the issue, you need to ask your SAS admin to click the check box "Allow XCMD" within SAS Management Console -&amp;gt; Server Manager -&amp;gt; SAS App - Workspace Server -&amp;gt; properties -&amp;gt; Options -&amp;gt;Advanced Options -&amp;gt; Launch Properties tab"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Seems like really complicated, can someone please help me to run this sas.exe file, thanks a lot!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 16:17:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-t-open-sas-exe-file-in-sas-studio/m-p/803829#M446</guid>
      <dc:creator>xzhao023</dc:creator>
      <dc:date>2022-03-24T16:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can't open sas.exe file in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-t-open-sas-exe-file-in-sas-studio/m-p/803847#M447</link>
      <description>&lt;P&gt;You should read the data set and not sas.exe.&amp;nbsp;Files with exe are compiled machine code.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 17:53:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-t-open-sas-exe-file-in-sas-studio/m-p/803847#M447</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-03-24T17:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can't open sas.exe file in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-t-open-sas-exe-file-in-sas-studio/m-p/803863#M448</link>
      <description>&lt;P&gt;Files with a .exe extension are (if not incorrectly named) Windows executables, which won't do anything on a UNIX system (On Demand runs on Linux).&lt;/P&gt;
&lt;P&gt;Furthermore, XCMD is disabled on SAS On Demand, you cannot run external commands in any way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data should never be transported in executables tied to a specific system. Get your data in platform-independent readable form (ideally, a text file like CSV).&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 18:37:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Can-t-open-sas-exe-file-in-sas-studio/m-p/803863#M448</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-03-24T18:37:12Z</dc:date>
    </item>
  </channel>
</rss>

