<?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 Statement Error in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Filename-Statement-Error/m-p/165174#M42809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that depends on your setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you run SAS on a local installation or do you run SAS on a server?&lt;/P&gt;&lt;P&gt;Does your local PC or Server have access to the internet? Do you require a proxy to access the internet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be an issue to discuss with your networking/firewall/infrastructure department.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2015 14:20:06 GMT</pubDate>
    <dc:creator>mfab</dc:creator>
    <dc:date>2015-01-05T14:20:06Z</dc:date>
    <item>
      <title>Filename Statement Error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Filename-Statement-Error/m-p/165172#M42807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to access the Google Maps API using SAS. I am using the URL engine in FILENAME statement to access the page. Below is the code&amp;nbsp; I am using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; font-family: Courier New;"&gt;FILENAME goog url &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 14pt; font-family: Courier New;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway"&gt;http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: Courier New;"&gt; puser=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 14pt; font-family: Courier New;"&gt;'user'&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: Courier New;"&gt; ppass=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 14pt; font-family: Courier New;"&gt;'pass' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt; font-family: Courier New;"&gt;debug&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: Courier New;"&gt; proxy='proxy.com'&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;However I am getting the following ERROR in log:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;ERROR: Invalid reply received from the HTTP server. Use the debug option for more info.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I am able to access other websites like Yahoo, Google, etc in a similar manner.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Help is appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 09:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Filename-Statement-Error/m-p/165172#M42807</guid>
      <dc:creator>sasmaverick</dc:creator>
      <dc:date>2014-12-30T09:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Filename Statement Error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Filename-Statement-Error/m-p/165173#M42808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This runs fine for me (I am not using the proxy option):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FILENAME goog url "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway"&gt;http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway&lt;/A&gt;&lt;SPAN&gt;" puser='user' ppass='pass' debug ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; infile goog;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; input x $100.;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put x=;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;filename goog;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 10:13:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Filename-Statement-Error/m-p/165173#M42808</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2014-12-30T10:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filename Statement Error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Filename-Statement-Error/m-p/165174#M42809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that depends on your setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you run SAS on a local installation or do you run SAS on a server?&lt;/P&gt;&lt;P&gt;Does your local PC or Server have access to the internet? Do you require a proxy to access the internet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be an issue to discuss with your networking/firewall/infrastructure department.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 14:20:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Filename-Statement-Error/m-p/165174#M42809</guid>
      <dc:creator>mfab</dc:creator>
      <dc:date>2015-01-05T14:20:06Z</dc:date>
    </item>
  </channel>
</rss>

