<?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: FILENAME PIPE &amp;amp; X commands in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-PIPE-amp-X-commands/m-p/238060#M43704</link>
    <description>&lt;P&gt;&lt;SPAN&gt;This was &lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/SAS-Analytics-U/LOCKDOWN-amp-INITSTMT-in-SAS-UE/m-p/238014" target="_self"&gt;answered in this related thread&lt;/A&gt;&lt;SPAN&gt;. &amp;nbsp;In short: SAS University Edition doesn't allow you to modify config-level options like LOCKDOWN, but PROC HTTP is enabled.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Dec 2015 13:51:03 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2015-12-07T13:51:03Z</dc:date>
    <item>
      <title>FILENAME PIPE &amp; X commands</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-PIPE-amp-X-commands/m-p/237748#M43596</link>
      <description>&lt;P&gt;I am attempting to use the FILENAME PIPE statement on SAS University Edition. Unable to do so.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasError"&gt;&lt;STRONG&gt;ERROR: Insufficient authorization to access PIPE.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Similarly, on using X, get&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;DIV class="sasError"&gt;&lt;STRONG&gt;ERROR: Shell escape is not valid in this SAS session.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;I know this might be a little too basic, but not able to get past in the past few hours.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Dec 2015 06:50:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FILENAME-PIPE-amp-X-commands/m-p/237748#M43596</guid>
      <dc:creator>vs213gm</dc:creator>
      <dc:date>2015-12-04T06:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: FILENAME PIPE &amp; X commands</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-PIPE-amp-X-commands/m-p/237763#M43600</link>
      <description>&lt;P&gt;Well, its one of two things, either you don't have access to the area your trying to work with either through incorrect syntax or permissions, or, more likely, SAS UE (which is a feature limited version of SAS) doesn't have this functionality. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question would be what are you trying to do, and why? &amp;nbsp;I don't see any reason you would need to be trying to use OS commands through what is essentially a learning tool, even advanced SAS use there are better methds and processes for such tasks.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 09:51:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FILENAME-PIPE-amp-X-commands/m-p/237763#M43600</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-12-04T09:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: FILENAME PIPE &amp; X commands</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-PIPE-amp-X-commands/m-p/237790#M43621</link>
      <description>&lt;P&gt;What I'm attempting to do is to read a web page &amp;amp; extract data from that dynamically. Now trying to do that with FILENAME URL &amp;amp; FILENAME SOCKET. You're free/requested/welcome to advise me which is a more effective method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, one of the things I wanted to ask was if SAS UE did provide these features (as I'm presently using the same to build a pilot on something). Thanks anyways.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 12:02:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FILENAME-PIPE-amp-X-commands/m-p/237790#M43621</guid>
      <dc:creator>vs213gm</dc:creator>
      <dc:date>2015-12-04T12:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: FILENAME PIPE &amp; X commands</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-PIPE-amp-X-commands/m-p/237795#M43623</link>
      <description>Cab you from inside the VM OS Web browser access that URL?&lt;BR /&gt;Also, -noxcmd option could be the default setting.</description>
      <pubDate>Fri, 04 Dec 2015 12:38:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FILENAME-PIPE-amp-X-commands/m-p/237795#M43623</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-12-04T12:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: FILENAME PIPE &amp; X commands</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-PIPE-amp-X-commands/m-p/237826#M43630</link>
      <description>SAS UE doesn't support PIPE and X commands, the VM is a locked down environment.  A fair trade for the software. &lt;BR /&gt;PROC HTTP will work in UE, but not if you're trying to access a secure website.&lt;BR /&gt;&lt;BR /&gt;I think there was a question on this under the SAS UE (Learning) Forum earlier this week.</description>
      <pubDate>Fri, 04 Dec 2015 15:23:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FILENAME-PIPE-amp-X-commands/m-p/237826#M43630</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-12-04T15:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: FILENAME PIPE &amp; X commands</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FILENAME-PIPE-amp-X-commands/m-p/238060#M43704</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This was &lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/SAS-Analytics-U/LOCKDOWN-amp-INITSTMT-in-SAS-UE/m-p/238014" target="_self"&gt;answered in this related thread&lt;/A&gt;&lt;SPAN&gt;. &amp;nbsp;In short: SAS University Edition doesn't allow you to modify config-level options like LOCKDOWN, but PROC HTTP is enabled.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 13:51:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FILENAME-PIPE-amp-X-commands/m-p/238060#M43704</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-12-07T13:51:03Z</dc:date>
    </item>
  </channel>
</rss>

