<?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: sas proc http in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sas-proc-http/m-p/349378#M81024</link>
    <description>&lt;P&gt;How confident are you about those proxy settings? &amp;nbsp;Have those worked for you before?&lt;/P&gt;</description>
    <pubDate>Wed, 12 Apr 2017 11:33:51 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2017-04-12T11:33:51Z</dc:date>
    <item>
      <title>sas proc http</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-proc-http/m-p/349350#M81013</link>
      <description>&lt;P&gt;i am using the below code in EG to download federal rates from the url. But each time it throws error.Kindly help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; out &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'C:\Users\islams\out.csv'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;http&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;method&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'get'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=out&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;url&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"&lt;A href="https://fred.stlouisfed.org/series/FEDFUNDS/downloaddata/FEDFUNDS.csv" target="_blank"&gt;https://fred.stlouisfed.org/series/FEDFUNDS/downloaddata/FEDFUNDS.csv&lt;/A&gt;"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;proxyhost&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"10.61.186.3"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;proxyport&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9090&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;ERROR&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: java.net.ConnectException: Connection refused&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 09:43:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-proc-http/m-p/349350#M81013</guid>
      <dc:creator>Sharique</dc:creator>
      <dc:date>2017-04-12T09:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: sas proc http</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-proc-http/m-p/349354#M81015</link>
      <description>&lt;P&gt;Well, your code seems fine from a SAS perspective, and clicking on the link does download the file. &amp;nbsp;I doesn't however do anything on my machine either, so I would assume that website does not allow that type of access, or that you need login details to be able to do this type of task. &amp;nbsp;Unfortunately, this is outside the scope of this forum, either contact your IT to check, and/or that website to see what is needed.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 09:53:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-proc-http/m-p/349354#M81015</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-04-12T09:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: sas proc http</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-proc-http/m-p/349371#M81019</link>
      <description>&lt;P&gt;How do you run SAS? If you have a client/server install, you most probably have no permission to use the proxy from the server. This would also invalidate your C:\ path for the outfile, as you might not have write access to that path on the server.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 11:01:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-proc-http/m-p/349371#M81019</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-04-12T11:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: sas proc http</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-proc-http/m-p/349378#M81024</link>
      <description>&lt;P&gt;How confident are you about those proxy settings? &amp;nbsp;Have those worked for you before?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 11:33:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-proc-http/m-p/349378#M81024</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-04-12T11:33:51Z</dc:date>
    </item>
  </channel>
</rss>

