<?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: SAS import multiple text file in subfolders in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370341#M275692</link>
    <description>Unfortunately I dont have these packages&lt;BR /&gt;I was hoping to do it all through SAS and I have seen some people who managed to do it, but I am not able to implement a solution to this specific case</description>
    <pubDate>Sun, 25 Jun 2017 04:03:36 GMT</pubDate>
    <dc:creator>ammarhm</dc:creator>
    <dc:date>2017-06-25T04:03:36Z</dc:date>
    <item>
      <title>SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370258#M275684</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;
&lt;P&gt;I have a folder that contain mutiple text documents, placed in subfolders.&lt;/P&gt;
&lt;P&gt;Is there a way of importing the contents of these files as a string into a dataset?&lt;/P&gt;
&lt;P&gt;I have found some examples round the internet and in SAS community but they dont seem to be working.&lt;/P&gt;
&lt;P&gt;THe documents are all .doc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2017 12:42:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370258#M275684</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2017-06-24T12:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370261#M275685</link>
      <description>&lt;P&gt;What is the question exactly?&lt;/P&gt;
&lt;P&gt;Do you want to get the list of files in directory tree? &amp;nbsp;Or do you also want then then use that list to convert those files into SAS datasets?&lt;/P&gt;
&lt;P&gt;If you have an example that can find the files with names that end with .doc then you should be able to modify the program to find other files.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2017 12:51:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370261#M275685</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-06-24T12:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370262#M275686</link>
      <description>&lt;P&gt;It is not only the file names that I need.&lt;/P&gt;
&lt;P&gt;What I need is the text in the file documents themselves.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the final SAS table I am trying to create would contain 2 columns:&lt;/P&gt;
&lt;P&gt;the first is the file name&lt;/P&gt;
&lt;P&gt;The second is a string that contains the imported text from the word document&lt;/P&gt;
&lt;P&gt;I hope that explained it further&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2017 12:54:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370262#M275686</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2017-06-24T12:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370277#M275687</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/24798"&gt;@ammarhm&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Writing up some code which automates accessing files from different folders is very doable and there are already quite a few variations of how to achieve this here in the forums.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A Word document is NOT a simple plain text file so the real question for us to understand is: How does this Word document actually look like and what do you want to read into this 2nd variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even though some members of the forums don't want to download Excel or Word attachments for security reasons, I'd still suggest that you attach a sample Word document and then explain/show us how the expected result should look like (best provided as a SAS datastep creating the desired result set as a SAS table).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are aware that a SAS variable can only hold 32KB of characters but that a Word document could be much bigger and also contain embedded documents, pictures and many more things which can't get read into SAS variables?&lt;/P&gt;
&lt;P&gt;What you're asking for will require a very specific set of Word documents.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So: Let's first get something working for one of your Word docs and only then look into generalizing the task for multiple Word docs in multiple sub-folders.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2017 15:13:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370277#M275687</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-06-24T15:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370327#M275688</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Hi Patrick and Tom&lt;/P&gt;
&lt;P&gt;Thank you for the excellent reply, and the remarks included in your post.&lt;/P&gt;
&lt;P&gt;I fully agree with everything you said and as you can see in the attached word document, there are multiple word elements included, such as a table, free text and a text box.&lt;/P&gt;
&lt;P&gt;I am aware of the limitation in SAS variable size, the documents contain only text and should not exceed the 32KB in size, so that is gnot going to be a problem&lt;/P&gt;
&lt;P&gt;I really appreciate your time and help with this.&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2017 02:04:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370327#M275688</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2017-06-25T02:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370330#M275689</link>
      <description>&lt;P&gt;SAS doesn't haven an easy way to accomplish this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I personally prefer python for this, since you can convert the DOC to DOCX and then there are many packages that will help you parse out the content as desired. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't actually have a limit on the text so you can't guarantee that the fields will smaller than the 32K character limit. You'll need multiple reads to get around that, but it's not the end of the world.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2017 02:54:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370330#M275689</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-25T02:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370338#M275690</link>
      <description>Thank you Reeza&lt;BR /&gt;I still believe it is better to use on system rather than two different to achieve the task. I can import the word document using VBA otherwise but i prefer doing the whole thing through SAS though it might not be the optimal approach</description>
      <pubDate>Sun, 25 Jun 2017 03:54:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370338#M275690</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2017-06-25T03:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370340#M275691</link>
      <description>&lt;P&gt;Do you have SAS e-Miner and/or text miner? That will actually process these files for you...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise, I'm in the camp of using the right tool for the right job. I'd probably write a script to process the word doc and then call the script from SAS. &amp;nbsp;I understand doing it all in one tool though.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2017 03:57:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370340#M275691</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-25T03:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370341#M275692</link>
      <description>Unfortunately I dont have these packages&lt;BR /&gt;I was hoping to do it all through SAS and I have seen some people who managed to do it, but I am not able to implement a solution to this specific case</description>
      <pubDate>Sun, 25 Jun 2017 04:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370341#M275692</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2017-06-25T04:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370345#M275693</link>
      <description>&lt;P&gt;Save the file as text and try that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS could write a VBS file to do the conversion and then process the text file. If you have specific file structure and tags you can use perl expressions to parse it. If there are definitive structures it should be straight forward. But test it first, it should be something that's quick to check.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2017 05:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370345#M275693</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-25T05:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370347#M275694</link>
      <description>Thanks Reeza&lt;BR /&gt;I still hope someone out there will have a SAS 9nly approach. Implementing command X in SAS is not always the preferred option.thanks again</description>
      <pubDate>Sun, 25 Jun 2017 06:33:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370347#M275694</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2017-06-25T06:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370348#M275695</link>
      <description>&lt;P&gt;Just to be clear about requirements:&lt;/P&gt;
&lt;P&gt;These are doc files.&lt;/P&gt;
&lt;P&gt;They are in multiple subfolders.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You cannot uses X commands. This means that you cannot batch convert the files to txt, rtf or docx formats? Docs may be parsed as it's in an XML format.&amp;nbsp;You cannot use DDE because you can't use X commands.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you're asking how to use SAS to import a two decade old proprietary unstructured format? Without using the SAS tool specifically designed to handle this type of data?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2017 07:02:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370348#M275695</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-25T07:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370351#M275696</link>
      <description>&lt;P&gt;Thank you Reeza&lt;/P&gt;
&lt;P&gt;i understand, I guess I will have to do it with X commands and DDE&lt;/P&gt;
&lt;P&gt;But I hope I wont need to use VBA, at least&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2017 08:20:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370351#M275696</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2017-06-25T08:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370355#M275697</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/24798"&gt;@ammarhm&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;I would be using Tika for this task. Tika can extract text from many different file formats. You then can pipe the result directly into SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below code that works in my environment:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename extract pipe 'java -jar "c:\Apache\Lucene\tika17\tika-app-1.7.jar" -t C:\temp\sample.doc';
data want;
  length txt $32767;
  retain txt;

  infile extract end=last;
  input;

  txt=catx(' ',txt,_infile_);
  if last then output;
run;
filename extract clear;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/9832iDC1FC5F768A52173/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tika is a great open source tool for text extraction. You can download it from here:&amp;nbsp;&lt;A href="https://tika.apache.org/download.html&amp;nbsp;" target="_blank"&gt;https://tika.apache.org/download.html&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS is using Tika for some of its product stack&amp;nbsp;and depending on what SAS software/solutions you have licensed, you might be lucky and have Tika already installed (i.e. for&amp;nbsp;SAS Content Categorization).&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2017 11:21:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370355#M275697</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-06-25T11:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370361#M275698</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Thank you very much for this approach, I havent actually heard of it before, but reading through the webpage, i see it has immense potentials.&lt;/P&gt;
&lt;P&gt;I will definatly look into this and try to use it&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2017 10:42:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370361#M275698</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2017-06-25T10:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370366#M275699</link>
      <description>&lt;P&gt;so it seems using X command or Tika are the two available options.&lt;/P&gt;
&lt;P&gt;Any other sggestions please from other users with experience i similar cases&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;any alternative approaches please?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2017 13:24:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370366#M275699</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2017-06-25T13:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370376#M275700</link>
      <description>&lt;P&gt;If you have SAS IML you could see if there's an R package to read a doc file&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/General-SAS-Programming/Run-R-code-inside-SAS-easily/td-p/210116" target="_blank"&gt;https://communities.sas.com/t5/General-SAS-Programming/Run-R-code-inside-SAS-easily/td-p/210116&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2017 16:08:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370376#M275700</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-25T16:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370529#M275701</link>
      <description>Yes. I think SAS can do that.
1)use " dir c:\temp\*.txt /s /b "  command to get all the path of file. 
2)After that use FILENAME + filevar= to get what you want .  &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt; is specaility for that .</description>
      <pubDate>Mon, 26 Jun 2017 13:11:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370529#M275701</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-06-26T13:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370614#M275702</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt; wrote:&lt;BR /&gt;Yes. I think SAS can do that. 1)use " dir c:\temp\*.txt /s /b " command to get all the path of file. 2)After that use FILENAME + filevar= to get what you want . &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt; is specaility for that .&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;DOC files return gibberish if you connect to them via a filename the last time I tried. I'd be happy to be proven wrong though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 14:39:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370614#M275702</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-26T14:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import multiple text file in subfolders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370875#M275703</link>
      <description>&lt;P&gt;Opps. I thought OP want import TEXT files .&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 12:02:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-multiple-text-file-in-subfolders/m-p/370875#M275703</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-06-27T12:02:30Z</dc:date>
    </item>
  </channel>
</rss>

