<?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: Questions About SASZIPAM in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Questions-About-SASZIPAM/m-p/91267#M26052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to put the quotes between the file's name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG&gt;infile ZIPFILE("test.txt") truncover LRECL = 5000 firstobs=2;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2013 20:06:28 GMT</pubDate>
    <dc:creator>Abud</dc:creator>
    <dc:date>2013-02-07T20:06:28Z</dc:date>
    <item>
      <title>Questions About SASZIPAM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Questions-About-SASZIPAM/m-p/91266#M26051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to have many text files in one password protected WinZip file.&amp;nbsp; The format and structure of each of the files in the winzip file is exactly the same with, of course, different filenames. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code works for a single text file in a non-password protected zip file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FILENAME ZIPFILE SASZIPAM 'C:\Temp\filename.zip';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data import;&lt;BR /&gt;infile ZIPFILE(test.txt) truncover LRECL = 5000 firstobs=2;&lt;/P&gt;&lt;P&gt;input&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 Prov&amp;nbsp;&amp;nbsp; $1.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; @2 Inst&amp;nbsp;&amp;nbsp; $4.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; @6 Fyear&amp;nbsp;&amp;nbsp; $4.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; @10 Period&amp;nbsp;&amp;nbsp; $2.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; @12 Batch&amp;nbsp;&amp;nbsp; $2.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; @14 AbsNo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $3.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; @18&amp;nbsp; Coder&amp;nbsp;&amp;nbsp; $2.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; @20 ChartNo&amp;nbsp;&amp;nbsp; $10.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; @30 RegNo&amp;nbsp;&amp;nbsp; $7.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; @37 SecChartNo&amp;nbsp; $10.;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When these files are in a folder, I can reference all at once by using the wildcard i.e. filename 'c:\Temp\*.txt' but I tried that in the code above and got the error message "Member *.txt does not exist".&amp;nbsp; Is there a way to reference all at once?&amp;nbsp; Also, how do I work the password into the code above? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any and all assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 15:36:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Questions-About-SASZIPAM/m-p/91266#M26051</guid>
      <dc:creator>shellp55</dc:creator>
      <dc:date>2013-01-30T15:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Questions About SASZIPAM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Questions-About-SASZIPAM/m-p/91267#M26052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to put the quotes between the file's name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG&gt;infile ZIPFILE("test.txt") truncover LRECL = 5000 firstobs=2;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 20:06:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Questions-About-SASZIPAM/m-p/91267#M26052</guid>
      <dc:creator>Abud</dc:creator>
      <dc:date>2013-02-07T20:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Questions About SASZIPAM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Questions-About-SASZIPAM/m-p/91268#M26053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/31/244.html" title="http://support.sas.com/kb/31/244.html"&gt;31244 - SASZIPAM access method - use at your own risk.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 13:53:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Questions-About-SASZIPAM/m-p/91268#M26053</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2013-02-08T13:53:36Z</dc:date>
    </item>
  </channel>
</rss>

