<?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: download excel files from a web site through SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133698#M260845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aniket..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried with bellow link???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://downloads.energystar.gov/bi/qplist/dehumid_prod_list.xls?b9a2-770c" title="http://downloads.energystar.gov/bi/qplist/dehumid_prod_list.xls?b9a2-770c"&gt;http://downloads.energystar.gov/bi/qplist/dehumid_prod_list.xls?b9a2-770c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not try once and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sanjeev.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Mar 2013 10:01:42 GMT</pubDate>
    <dc:creator>kuridisanjeev</dc:creator>
    <dc:date>2013-03-15T10:01:42Z</dc:date>
    <item>
      <title>download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133686#M260833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;I need to download some excel files from a web site. i wanted to do it with sas. is there any way out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 07:31:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133686#M260833</guid>
      <dc:creator>Aniket</dc:creator>
      <dc:date>2013-03-14T07:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133687#M260834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you wish to import it to SAS as well? As long as you can refer to the Excel-file as a filename with a path, there a ways. Describe your situation in more detail (like the how the Excel-file can be assessed, http address etc).&lt;/P&gt;&lt;P&gt;If not, then I can't see the point of using SAS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 11:05:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133687#M260834</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-03-14T11:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133688#M260835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I need to download some product list from energystar web site repeatedly and after that import it to sas as well.The files can be access through the path below:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.energystar.gov/index.cfm?fuseaction=find_a_product." title="http://www.energystar.gov/index.cfm?fuseaction=find_a_product."&gt;ENERGY STAR Qualified Products : ENERGY STAR&lt;/A&gt; -&amp;gt;Find energy star product-&amp;gt;There are many types&amp;nbsp; of products&lt;/P&gt;&lt;P&gt;here i need to download twenty of them. What I used to do is clicking on each product and save the excel file in my hard drive manually. I would like to do this whole process through sas.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filename dehumid url "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.energystar.gov/index.cfm?fuseaction=find_a_product.showProductGroup&amp;amp;pgw_code=DE/dehumid_prod_list.xls"&gt;http://www.energystar.gov/index.cfm?fuseaction=find_a_product.showProductGroup&amp;amp;pgw_code=DE/dehumid_prod_list.xls&lt;/A&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I used this method but nothing working out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 12:08:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133688#M260835</guid>
      <dc:creator>Aniket</dc:creator>
      <dc:date>2013-03-14T12:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133689#M260836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Aniket &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You Can Use Filename Statement to do that i guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the small example ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'SAS Monospace', 'Courier New'; font-size: 11px; background-color: #eeeeee;"&gt;&lt;SPAN&gt;FILENAME myurl URL '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.masil.org/archives/smoking.txt';"&gt;http://www.masil.org/archives/smoking.txt';&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'SAS Monospace', 'Courier New'; font-size: 11px; background-color: #eeeeee;"&gt;DATA js.smoking;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'SAS Monospace', 'Courier New'; font-size: 11px; background-color: #eeeeee;"&gt;&amp;nbsp;&amp;nbsp; INFILE myurl FIRSTOBS=34;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'SAS Monospace', 'Courier New'; font-size: 11px; background-color: #eeeeee;"&gt;&amp;nbsp;&amp;nbsp; INPUT state $ cigar bladder lung kidney leukemia area;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'SAS Monospace', 'Courier New'; font-size: 11px; background-color: #eeeeee;"&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'SAS Monospace', 'Courier New'; font-size: 11px; background-color: #eeeeee;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'SAS Monospace', 'Courier New'; font-size: 11px; background-color: #eeeeee;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'SAS Monospace', 'Courier New'; font-size: 11px; background-color: #eeeeee;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'SAS Monospace', 'Courier New'; font-size: 11px; background-color: #eeeeee;"&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'SAS Monospace', 'Courier New'; font-size: 11px; background-color: #eeeeee;"&gt;Sanjeev.K&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 13:22:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133689#M260836</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2013-03-14T13:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133690#M260837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to copy the Excel File byte by byte and then use SAS Access for PC FIles as in the example below, or SAS Access for ODBC to read the native Excel.&amp;nbsp; You can also use SAS Enterprise Guiide to import the File to a SAS Dataset.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;FILENAME&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; website &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;URL&lt;/SPAN&gt; &lt;SPAN style="background: white; color: purple; font-family: 'Courier New';"&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://www.dmepdac.com/docs/crosswalk/march_13/2013-03-05_xwalkfinalversion.xls"&gt;https://www.dmepdac.com/docs/crosswalk/march_13/2013-03-05_xwalkfinalversion.xls&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;FILENAME&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; COPY &lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Courier New';"&gt;"C:\temp\TestPROCtoNDC.xls"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;data&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;_NULL_&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp; n=-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;1&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;infile&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; website &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;recfm&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=s &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;nbyte&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=n &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;length&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=len;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;file&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; copy &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;recfm&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=n;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;input&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;put&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;_infile_&lt;/SPAN&gt; &lt;SPAN style="background: white; color: teal; font-family: 'Courier New';"&gt;$varying32767.&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; len;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;filename&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; copy &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;clear&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;libname&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;Excel&lt;/SPAN&gt; &lt;SPAN style="background: white; color: purple; font-family: 'Courier New';"&gt;"C:\temp\TestPROCtoNDC.xls"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;Data&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; WORK.PROCtoNDC;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; * &lt;SPAN style="color: #1f497d;"&gt;Because the worksheet name is&lt;BR /&gt;the SAS Dataset Name and it has a non standard format you need it in quotes.;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;SET &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;Excel."03-05-2013 NDC-HCPCS XWalk$"n;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 13:34:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133690#M260837</guid>
      <dc:creator>LouisS</dc:creator>
      <dc:date>2013-03-14T13:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133691#M260838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @&lt;SPAN class="replyToName" style="font-style: inherit; font-family: inherit;"&gt;Aniket&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the another alternative..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc http &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; out=clindata &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;url="&lt;A href="https://www.dmepdac.com/docs/crosswalk/march_13/2013-03-05_xwalkfinalversion.xls" style="font-family: 'Courier New'; color: #0e66ba;" title="https://www.dmepdac.com/docs/crosswalk/march_13/2013-03-05_xwalkfinalversion.xls"&gt;https://www.dmepdac.com/docs/crosswalk/march_13/2013-03-05_xwalkfinalversion.xls&lt;/A&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;webUserName="*******"&lt;/P&gt;&lt;P&gt;webPassword="***************"&lt;/P&gt;&lt;P&gt;method="get"&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the website don't asks any login credentials,then you no need to use&amp;nbsp;&amp;nbsp; webUserName,webPassword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not tested above code.but hope that will helps to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Sanjeev.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 13:41:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133691#M260838</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2013-03-14T13:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133692#M260839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the url you provided a couple of ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When I just dropped it into my browser, it redirected me to &lt;A href="http://www.energystar.gov/index.cfm?pgw_code=DE%2Fdehumid%5Fprod%5Flist%2Exls&amp;amp;resultsPerPage=50&amp;amp;message_id=fap%5Fval%5Finvalid%5Fpgw%5Fcode&amp;amp;fuseaction=FIND_A_PRODUCT.showFAPHome" target="_blank"&gt;www.energystar.gov/index.cfm?pgw_code=DE%2Fdehumid%5Fprod%5Flist%2Exls&amp;amp;resultsPerPage=50&amp;amp;message_id=fap%5Fval%5Finvalid%5Fpgw%5Fcode&amp;amp;fuseaction=FIND_A_PRODUCT.showFAPHome&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When I tried reading it in SAS, I got basically an empty dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your link might be incorrect. Are you sure it works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 01:34:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133692#M260839</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2013-03-15T01:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133693#M260840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Louiss,&lt;/P&gt;&lt;P&gt;I have tried your method but it's showing error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the log:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FILENAME website URL '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.energystar.gov/index.cfm?fuseaction=find_a_product.showProductGroup&amp;amp;pgw_code=FRZ/Freezers"&gt;http://www.energystar.gov/index.cfm?fuseaction=find_a_product.showProductGroup&amp;amp;pgw_code=FRZ/Freezers&lt;/A&gt;&lt;SPAN&gt; Product List.xls';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;28&lt;/P&gt;&lt;P&gt;29&amp;nbsp;&amp;nbsp; FILENAME COPY "I:\Newfolder\abc.xls";&lt;/P&gt;&lt;P&gt;30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data _NULL_;&lt;/P&gt;&lt;P&gt;31&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; n=-1;&lt;/P&gt;&lt;P&gt;32&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; infile website recfm=s nbyte=n length=len;&lt;/P&gt;&lt;P&gt;33&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file copy recfm=n;&lt;/P&gt;&lt;P&gt;34&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; input;&lt;/P&gt;&lt;P&gt;35&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put _infile_ $varying32767. len;&lt;/P&gt;&lt;P&gt;36&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Unable to connect to host &lt;A href="http://www.energystar.gov" target="_blank"&gt;www.energystar.gov&lt;/A&gt;. Check validity of host name.&lt;/P&gt;&lt;P&gt;ERROR: Hostname &lt;A href="http://www.energystar.gov" target="_blank"&gt;www.energystar.gov&lt;/A&gt; not found.&lt;/P&gt;&lt;P&gt;NOTE: UNBUFFERED is the default with RECFM=N.&lt;/P&gt;&lt;P&gt;NOTE: The file COPY is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Filename=I:\Newfolder\abc.xls,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RECFM=N,LRECL=256,File Size (bytes)=0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last Modified=15Mar2013:11:35:32,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create Time=15Mar2013:11:34:31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.56 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.11 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;37&lt;/P&gt;&lt;P&gt;38&amp;nbsp;&amp;nbsp; filename copy clear;&lt;/P&gt;&lt;P&gt;NOTE: Fileref COPY has been deassigned.&lt;/P&gt;&lt;P&gt;39&lt;/P&gt;&lt;P&gt;40&amp;nbsp;&amp;nbsp; libname Excel "I:\Newfolder\abc.xls" ;&lt;/P&gt;&lt;P&gt;ERROR: Connect: External table is not in the expected format.&lt;/P&gt;&lt;P&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;41&lt;/P&gt;&lt;P&gt;42&amp;nbsp;&amp;nbsp; Data WORK.PROCtoNDC;&lt;/P&gt;&lt;P&gt;43&amp;nbsp;&amp;nbsp; * Because the worksheet name is&lt;/P&gt;&lt;P&gt;44&amp;nbsp;&amp;nbsp; the SAS Dataset Name and it has a non standard format you need it in quotes.;&lt;/P&gt;&lt;P&gt;45&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET Excel."Freezers Product List"n;&lt;/P&gt;&lt;P&gt;ERROR: Libname EXCEL is not assigned.&lt;/P&gt;&lt;P&gt;46&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Compression was disabled for data set WORK.PROCTONDC because compression overhead would increase the size of the data set.&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;WARNING: The data set WORK.PROCTONDC may be incomplete.&amp;nbsp; When this step was stopped there were 0 observations and 0 variables.&lt;/P&gt;&lt;P&gt;WARNING: Data set WORK.PROCTONDC was not replaced because this step was stopped.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.02 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.03 seconds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 06:11:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133693#M260840</guid>
      <dc:creator>Aniket</dc:creator>
      <dc:date>2013-03-15T06:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133694#M260841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kuri,&lt;/P&gt;&lt;P&gt;I have tried your method but my sas version doesn't support the Proc Http. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 06:12:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133694#M260841</guid>
      <dc:creator>Aniket</dc:creator>
      <dc:date>2013-03-15T06:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133695#M260842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kuri,&lt;/P&gt;&lt;P&gt;I have tried your first method as well but still getting error massage :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Unable to connect to host &lt;A href="http://www.energystar.gov" target="_blank"&gt;www.energystar.gov&lt;/A&gt;. Check validity of host name.&lt;/P&gt;&lt;P&gt;ERROR: Hostname &lt;A href="http://www.energystar.gov" target="_blank"&gt;www.energystar.gov&lt;/A&gt; not found.&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;WARNING: The data set WORK.BB may be incomplete.&amp;nbsp; When this step was stopped there were 0 observations and 17 variables.&lt;/P&gt;&lt;P&gt;WARNING: Data set WORK.BB was not replaced because this step was stopped.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.53 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.07 seconds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 06:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133695#M260842</guid>
      <dc:creator>Aniket</dc:creator>
      <dc:date>2013-03-15T06:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133696#M260843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI @Aniket &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned by Tomkari, &lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;your link might be incorrect. Are you sure it works?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I too tried to open your provided link,it is redirecting to &lt;A href="http://www.energystar.gov/" title="http://www.energystar.gov"&gt;http://www.energystar.gov&lt;/A&gt; site ,not to the excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sanjeev.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 08:38:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133696#M260843</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2013-03-15T08:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133697#M260844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;in the attached image below you can see on the first there are different category,in which i used to click on each category and download the excel file manually(marked as red).&lt;/P&gt;&lt;P&gt;You can also see the web address there.It works perfectly when i do it manually.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screenshot.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/3209_screenshot.png" width="450" /&gt;&lt;IMG alt="screenshot.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/3210_screenshot.png" style="font-size: 10pt; line-height: 1.5em;" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 09:28:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133697#M260844</guid>
      <dc:creator>Aniket</dc:creator>
      <dc:date>2013-03-15T09:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133698#M260845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aniket..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried with bellow link???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://downloads.energystar.gov/bi/qplist/dehumid_prod_list.xls?b9a2-770c" title="http://downloads.energystar.gov/bi/qplist/dehumid_prod_list.xls?b9a2-770c"&gt;http://downloads.energystar.gov/bi/qplist/dehumid_prod_list.xls?b9a2-770c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not try once and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sanjeev.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 10:01:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133698#M260845</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2013-03-15T10:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133699#M260846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And moreover,in your Excel file,first 4 rows containing Header columns.So you have to Use Firstobs=6 in your Infile statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sanjeev.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 10:20:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133699#M260846</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2013-03-15T10:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133700#M260847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all.......It is working perfectly.....&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 10:38:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133700#M260847</guid>
      <dc:creator>Aniket</dc:creator>
      <dc:date>2013-03-15T10:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133701#M260848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aniket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sounds great..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just curious Which solution worked out for you from above????are you using same Link??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Sanjeev.K &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 10:43:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133701#M260848</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2013-03-15T10:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133702#M260849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kuri,&lt;/P&gt;&lt;P&gt;i have tried your link for the excel file and its working perfectly and the code which i have already marked for the correct answer.&lt;/P&gt;&lt;P&gt;Can you please tell me how could i get the right link like you have posted. Thanks a lot.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 11:00:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133702#M260849</guid>
      <dc:creator>Aniket</dc:creator>
      <dc:date>2013-03-15T11:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133703#M260850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aniket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its Pretty Simple..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right Click On "Excel" in that site and select Copy Link location..paste that link in your Code,, that's it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Attached Screenshot..&lt;/P&gt;&lt;P&gt;&lt;IMG alt="scrn.JPG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/3211_scrn.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Sanjeev.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 11:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133703#M260850</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2013-03-15T11:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133704#M260851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 11:45:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133704#M260851</guid>
      <dc:creator>Aniket</dc:creator>
      <dc:date>2013-03-15T11:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: download excel files from a web site through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133705#M260852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anybody tried downloading from google doc?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 22:23:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-excel-files-from-a-web-site-through-SAS/m-p/133705#M260852</guid>
      <dc:creator>_n_p_t_</dc:creator>
      <dc:date>2013-03-27T22:23:44Z</dc:date>
    </item>
  </channel>
</rss>

