<?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: Folder name wild card in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Folder-name-wild-card/m-p/787498#M251639</link>
    <description>Found this article which is pretty helpful for my query....&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2016/10/16/filename-zip-list-file-contents/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2016/10/16/filename-zip-list-file-contents/&lt;/A&gt;</description>
    <pubDate>Tue, 28 Dec 2021 05:10:43 GMT</pubDate>
    <dc:creator>vanness145</dc:creator>
    <dc:date>2021-12-28T05:10:43Z</dc:date>
    <item>
      <title>Folder name wild card</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Folder-name-wild-card/m-p/787497#M251638</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a zip file with nested folders inside the zip file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I have managed to get so far. But for every zip file, the folder name highlighted in green is changing (do not have a fixed name).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILENAME ziplib zip "&amp;amp;path.\&amp;amp;yyyymm.\Download_20210913164726.zip";&lt;BR /&gt;FILENAME readfile "%sysfunc(getoption(work))\TEST123.TXT";&lt;BR /&gt;data _null_;&lt;BR /&gt;infile ziplib("PRDMobius\BPS007R\&lt;FONT color="#00FF00"&gt;20210903053521&lt;/FONT&gt;\TEST123.TXT");&lt;BR /&gt;file readfile ;&lt;BR /&gt;input;&lt;BR /&gt;put _infile_;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would want is wildcard on the folder name as per below but clearly this isn't working. Anyone can help me with this? I have zero idea....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILENAME ziplib zip "&amp;amp;path.\&amp;amp;yyyymm.\Download_20210913164726.zip";&lt;BR /&gt;FILENAME readfile "%sysfunc(getoption(work))\TEST123.TXT";&lt;BR /&gt;data _null_;&lt;BR /&gt;infile ziplib("PRDMobius\BPS007R\&lt;FONT color="#00FF00"&gt;*&lt;/FONT&gt;\TEST123.TXT");&lt;BR /&gt;file readfile ;&lt;BR /&gt;input;&lt;BR /&gt;put _infile_;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 04:21:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Folder-name-wild-card/m-p/787497#M251638</guid>
      <dc:creator>vanness145</dc:creator>
      <dc:date>2021-12-28T04:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Folder name wild card</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Folder-name-wild-card/m-p/787498#M251639</link>
      <description>Found this article which is pretty helpful for my query....&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2016/10/16/filename-zip-list-file-contents/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2016/10/16/filename-zip-list-file-contents/&lt;/A&gt;</description>
      <pubDate>Tue, 28 Dec 2021 05:10:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Folder-name-wild-card/m-p/787498#M251639</guid>
      <dc:creator>vanness145</dc:creator>
      <dc:date>2021-12-28T05:10:43Z</dc:date>
    </item>
  </channel>
</rss>

