<?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: Accessing a URL with the ZIP engine in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151211#M29847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try that first then. Thanks again Matt. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2015 20:13:28 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2015-02-04T20:13:28Z</dc:date>
    <item>
      <title>Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151196#M29832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can I access the contents of this file (a .csv) :&lt;/P&gt;&lt;P&gt;&lt;A href="http://donnees.ville.montreal.qc.ca/storage/f/2013-10-05T17%3A49%3A08.194Z/l2p-801-15052013-leplateau-mont-royal.zip"&gt;http://donnees.ville.montreal.qc.ca/storage/f/2013-10-05T17%3A49%3A08.194Z/l2p-801-15052013-leplateau-mont-royal.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for example, with the ZIP engine directly, without downloading it first?&lt;/P&gt;&lt;P&gt;I'm using SAS 9.4 on Windows 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:18:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151196#M29832</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-02-03T15:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151197#M29833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The contents of the file (referenced by the URL) is a zip-archive container, with a "CSV" file inside, which must be processed after retrieving from the foreign/remote site.&amp;nbsp; Explore SAS 9.4 with the FILENAME ZIP engine, possibly, after retrieving the container file, using SAS FILENAME, PROC DOWNLOAD, possibly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott Barry&lt;/P&gt;&lt;P&gt;SBBWorks, Inc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 01:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151197#M29833</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2015-02-04T01:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151198#M29834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do it with a pipe (which will be system dependent).&amp;nbsp; The following would be an example for linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filename x pipe 'wget -qO- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://donnees.ville.montreal.qc.ca/storage/f/2013-10-05T17%3A49%3A08.194Z/l2p-801-15052013-leplateau-mont-royal.zip"&gt;http://donnees.ville.montreal.qc.ca/storage/f/2013-10-05T17%3A49%3A08.194Z/l2p-801-15052013-leplateau-mont-royal.zip&lt;/A&gt;&lt;SPAN&gt; | funzip';&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 01:22:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151198#M29834</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2015-02-04T01:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151199#M29835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was naively hoping to wrap the URL into a Windows UNC, somehow, and use that as the 'external-file' physical name in the FILENAME statement. That way I could access the contents of the zip archive directly. Just a dream...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 02:49:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151199#M29835</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-02-04T02:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151200#M29836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In windows you could try something like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename x pipe 'cmd /C "pushd \\myshare\folder\unc &amp;amp;&amp;amp; C:\PROGRA~1\7-Zip\7z.exe x -so foo.zip 2&amp;gt; _garbage.txt &amp;amp;&amp;amp; del _garbage.txt &amp;amp;&amp;amp; popd"';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 04:06:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151200#M29836</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2015-02-04T04:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151201#M29837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PG, &lt;/P&gt;&lt;P&gt;This could not possibly be done in one step . &lt;/P&gt;&lt;P&gt;firstly proc http + TEMP engine download this ZIP file ,then use filename's ZIP engine.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 06:26:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151201#M29837</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-02-04T06:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151202#M29838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Matt, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I cannot use your suggestion unless I understand what it does. W&lt;/SPAN&gt;ould you please explain the OS commands feeding that pipe? Can &lt;STRONG&gt;foo.zip&lt;/STRONG&gt; be a URL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 18:30:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151202#M29838</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-02-04T18:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151203#M29839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You said you are wanting to use UNC path, not URL, very different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cmd /c&lt;/P&gt;&lt;P&gt;- starts a new instance of the command interpreter and carries out the following command string and stops&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/cmd.mspx?mfr=true"&gt;http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/cmd.mspx?mfr=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;pushd \\myshare\folder\unc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- assigns a UNC path a temporary drive letter and changes directory to this location&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/pushd.mspx?mfr=true"&gt;https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/pushd.mspx?mfr=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;C:\PROGRA~1\7-Zip\7z.exe x -so foo.zip 2&amp;gt; _garbage.txt&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;- 7-zip is a open source file archiver that has the ability to output the contents of a ZIP archive to STDOUT&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.7-zip.org/" title="http://www.7-zip.org/"&gt;7-Zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Where:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x - denotes to eXtract from the archive&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -so - write contents of archive to STDOUT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foo.zip - is the name of the file contained in the UNC path assigned with PUSHD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;gt; _garbage.txt - this redirects the other messages produced by 7z.exe to a junk file, redirecting to NUL doesn't work, for some reason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;del _garbage.txt&lt;/P&gt;&lt;P&gt;- Delete the file we had to create with 7z.exe to get the STDOUT write to work&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/del.mspx?mfr=true"&gt;https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/del.mspx?mfr=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;popd&lt;/P&gt;&lt;P&gt;- Removes the temporary drive-letter assignment created with pushd and returns to the original working directory&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/popd.mspx?mfr=true"&gt;https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/popd.mspx?mfr=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;&amp;amp;&lt;/P&gt;&lt;P&gt;The double ampersand (&amp;amp;&amp;amp;) command separator strings all these commands together, with error checking (only running one after the previous runs without error&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/279253" title="http://support.microsoft.com/kb/279253"&gt;http://support.microsoft.com/kb/279253&lt;/A&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are wanting to use a proper URL in Windows it would be a different set of commands and different tools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 18:56:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151203#M29839</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2015-02-04T18:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151204#M29840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to use URL then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get &lt;A href="http://gnuwin32.sourceforge.net/packages/wget.htm" title="http://gnuwin32.sourceforge.net/packages/wget.htm"&gt;Wget for Windows&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Get bsdtar for Windows with &lt;A class="active_link" href="http://gnuwin32.sourceforge.net/packages/libarchive.htm" title="http://gnuwin32.sourceforge.net/packages/libarchive.htm"&gt;LibArchive for Windows&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;filename x pipe 'wget -qO- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://donnees.ville.montreal.qc.ca/storage/f/2013-10-05T17%3A49%3A08.194Z/l2p-801-15052013-leplateau-mont-royal.zip" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0e66ba; background-color: #ffffff;"&gt;http://donnees.ville.montreal.qc.ca/storage/f/2013-10-05T17%3A49%3A08.194Z/l2p-801-15052013-leplateau-mont-royal.zip&lt;/A&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; | bsdtar -xvf-';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Where:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;wget downloads the zipfile&lt;/P&gt;&lt;P&gt;-q sets the wget command to be quiet&lt;/P&gt;&lt;P&gt;-O- sets the output to be directed to STDOUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bsdtar reads the zip file from the pipe and extracts the contents, again to STDOUT&lt;/P&gt;&lt;P&gt;-x extract&lt;/P&gt;&lt;P&gt;-v tells bsdtar to operate verbosely&lt;/P&gt;&lt;P&gt;-f- indicates to operate on the file coming from STDIN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 19:03:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151204#M29840</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2015-02-04T19:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151205#M29841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Recommend native SAS function/facility here with FILENAME / FTP engine to retrieve the file, followed by SAS ODS PACKAGE to extract from the zip-archive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 19:08:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151205#M29841</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2015-02-04T19:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151206#M29842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Matt, this should be very helpful to me and hopefully to others too!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 19:12:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151206#M29842</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-02-04T19:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151207#M29843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A __default_attr="645292" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;, I will try. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 19:14:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151207#M29843</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-02-04T19:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151208#M29844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not something I'd really recommend, but's it certainly possible to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 19:19:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151208#M29844</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2015-02-04T19:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151209#M29845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to ask! What would you really recommend? - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 19:39:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151209#M29845</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-02-04T19:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151210#M29846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would depend on the specific situation, but &lt;A __default_attr="645292" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;'s recommendation would be on the list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use PROC HTTP to download the file, probably to a TEMP file if I didn't care to keep it.&lt;/P&gt;&lt;P&gt;Use the FILENAME statement with the ZIP access method to gain access to the internal file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 19:52:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151210#M29846</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2015-02-04T19:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a URL with the ZIP engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151211#M29847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try that first then. Thanks again Matt. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 20:13:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Accessing-a-URL-with-the-ZIP-engine/m-p/151211#M29847</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-02-04T20:13:28Z</dc:date>
    </item>
  </channel>
</rss>

