<?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: Uncompress .rar file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Uncompress-rar-file/m-p/857628#M338877</link>
    <description>&lt;P&gt;SAS can only read zip and gzip archives directly. You have to use an external program to uncompress the RAR archives.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Feb 2023 18:16:09 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2023-02-07T18:16:09Z</dc:date>
    <item>
      <title>Uncompress .rar file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Uncompress-rar-file/m-p/857616#M338872</link>
      <description>&lt;P&gt;I have a two .rar files, trade.part1.rar and trade.part2.rar. The first one is 1GB and the second 65MB. I want to decompress this files and import the data into sas. How can I do this.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 17:43:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Uncompress-rar-file/m-p/857616#M338872</guid>
      <dc:creator>Satori</dc:creator>
      <dc:date>2023-02-07T17:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Uncompress .rar file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Uncompress-rar-file/m-p/857628#M338877</link>
      <description>&lt;P&gt;SAS can only read zip and gzip archives directly. You have to use an external program to uncompress the RAR archives.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 18:16:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Uncompress-rar-file/m-p/857628#M338877</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-02-07T18:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Uncompress .rar file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Uncompress-rar-file/m-p/857634#M338879</link>
      <description>&lt;P&gt;A RAR file is a different compressed file format.&amp;nbsp; It supports writing the archive as multiple files, which you seem to have.&amp;nbsp; SAS does not supply built in support for RAR files.&amp;nbsp; So expand the file first and then SAS can use the expanded files.&amp;nbsp; There is a winRAR application you can buy.&amp;nbsp; Or you can use 7-Zip.&amp;nbsp; Once you see what is in the file you can then decide how you might be able to use the contents with SAS.&amp;nbsp; For example if the file contains one GIANT text file then just write a data step to read it.&amp;nbsp; if it contains SAS datasets then you should be able to reference them directly from where you expanded them.&amp;nbsp; If it contains multiple files you might need to do different things with the different files.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 18:35:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Uncompress-rar-file/m-p/857634#M338879</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-02-07T18:35:37Z</dc:date>
    </item>
  </channel>
</rss>

