<?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: How to export object list saved in SAS Folders in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-object-list-saved-in-SAS-Folders/m-p/396739#M95819</link>
    <description>&lt;P&gt;Try this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename DirSubs pipe "dir /s /b E:\SAS9\";

data FILELIST;
  infile dirsubs;
  input Filename: $200.;
run;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Sep 2017 07:46:37 GMT</pubDate>
    <dc:creator>ShiroAmada</dc:creator>
    <dc:date>2017-09-18T07:46:37Z</dc:date>
    <item>
      <title>How to export object list saved in SAS Folders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-object-list-saved-in-SAS-Folders/m-p/396733#M95816</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;My team have SAS9.4 Environment. And our team save all SAS progrem files, EGPs, STPs even SAS data sets in SAS Folder.&lt;BR /&gt;For maintainance reson , I wold like to create object list that show us which files are saved in which folders like that. But since so many objects are saved in so many diffrent folders, open and check each SAS Folders takes me so many times and that is too inefficient.&lt;BR /&gt;Is there any way or any specific proceadure to export contents list that saves in SAS Folders at once?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 07:07:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-object-list-saved-in-SAS-Folders/m-p/396733#M95816</guid>
      <dc:creator>AsakoOkano</dc:creator>
      <dc:date>2017-09-18T07:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to export object list saved in SAS Folders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-object-list-saved-in-SAS-Folders/m-p/396739#M95819</link>
      <description>&lt;P&gt;Try this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename DirSubs pipe "dir /s /b E:\SAS9\";

data FILELIST;
  infile dirsubs;
  input Filename: $200.;
run;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 07:46:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-object-list-saved-in-SAS-Folders/m-p/396739#M95819</guid>
      <dc:creator>ShiroAmada</dc:creator>
      <dc:date>2017-09-18T07:46:37Z</dc:date>
    </item>
  </channel>
</rss>

