<?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: Code to Show all Tables and Paths of Libnames in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432416#M107103</link>
    <description>&lt;P&gt;Mean the version of proc setinit;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Current version: 9.04.01M4P110916&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But yes, SAS 9.4&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2018 18:41:15 GMT</pubDate>
    <dc:creator>DartRodrigo</dc:creator>
    <dc:date>2018-01-30T18:41:15Z</dc:date>
    <item>
      <title>Code to Show all Tables and Paths of Libnames</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432350#M107080</link>
      <description>&lt;P&gt;Hi experts;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there some way to create a table containning All libnames, paths, sizes, owners and tables ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If possible, try to link this with the programs that they were created.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks is Advance&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 17:23:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432350#M107080</guid>
      <dc:creator>DartRodrigo</dc:creator>
      <dc:date>2018-01-30T17:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Code to Show all Tables and Paths of Libnames</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432356#M107084</link>
      <description>&lt;P&gt;SASHELP.VLIBNAM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 17:32:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432356#M107084</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-30T17:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Code to Show all Tables and Paths of Libnames</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432364#M107088</link>
      <description>Impossible to link them to the programs creating the datasets, because those programs could be anywhere, you can't be sure that the program exists at all. Things are different, when working with sas DI.</description>
      <pubDate>Tue, 30 Jan 2018 17:42:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432364#M107088</guid>
      <dc:creator>error_prone</dc:creator>
      <dc:date>2018-01-30T17:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Code to Show all Tables and Paths of Libnames</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432380#M107091</link>
      <description>&lt;P&gt;Ok, but i need to know owner and user that access them ?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 17:59:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432380#M107091</guid>
      <dc:creator>DartRodrigo</dc:creator>
      <dc:date>2018-01-30T17:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Code to Show all Tables and Paths of Libnames</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432382#M107092</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@DartibaliRodrigo wrote:&lt;BR /&gt;
&lt;P&gt;Ok, but i need to know owner and user that access them ?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Libraries don't have owners, you may be able to figure out who created it, but often that can be an administrator rather than who uses or controls the data. Do you have an audit system set up on the data sets to track who accesses them? If not, then you can't track who's accessing what data set.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 18:01:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432382#M107092</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-30T18:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Code to Show all Tables and Paths of Libnames</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432408#M107099</link>
      <description>&lt;P&gt;Even with shell script ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe use some shell commands to track this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Problem is:&lt;/P&gt;
&lt;P&gt;We are migrating SAS 9.02 to 9.04 per waves.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wave1 - 100 PGMS migrated&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wave2 - 200 PGMS migrated&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We will put Wave1 to run on SAS 9.04 and need to track&amp;nbsp;all datasets and paths. (Done)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I only need to track anyone who can validate these datasets, maybe one person per filesystem. (Not done)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 18:30:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432408#M107099</guid>
      <dc:creator>DartRodrigo</dc:creator>
      <dc:date>2018-01-30T18:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Code to Show all Tables and Paths of Libnames</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432410#M107100</link>
      <description>&lt;P&gt;You can find who created the data sets if you can run shell scripts on your system. That depends on your OS and you'd use OS scripts. Whether that maps to who can validate the data set is a business problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 18:34:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432410#M107100</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-30T18:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Code to Show all Tables and Paths of Libnames</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432412#M107101</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@DartibaliRodrigo wrote:&lt;BR /&gt;
&lt;P&gt;Even with shell script ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe use some shell commands to track this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Problem is:&lt;/P&gt;
&lt;P&gt;We are migrating SAS 9.02 to 9.04 per waves.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wave1 - 100 PGMS migrated&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wave2 - 200 PGMS migrated&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We will put Wave1 to run on SAS 9.04 and need to track&amp;nbsp;all datasets and paths. (Done)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I only need to track anyone who can validate these datasets, maybe one person per filesystem. (Not done)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I really hope you mean you are migrating to SAS 9.4&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 18:36:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432412#M107101</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-01-30T18:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Code to Show all Tables and Paths of Libnames</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432415#M107102</link>
      <description>&lt;P&gt;SAS numbers it that way :S&lt;/P&gt;
&lt;P&gt;Which is why I always double check when someone says SAS version 9.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;9.04&lt;/STRONG&gt;.01M3P062415&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 18:38:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432415#M107102</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-30T18:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Code to Show all Tables and Paths of Libnames</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432416#M107103</link>
      <description>&lt;P&gt;Mean the version of proc setinit;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Current version: 9.04.01M4P110916&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But yes, SAS 9.4&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 18:41:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Code-to-Show-all-Tables-and-Paths-of-Libnames/m-p/432416#M107103</guid>
      <dc:creator>DartRodrigo</dc:creator>
      <dc:date>2018-01-30T18:41:15Z</dc:date>
    </item>
  </channel>
</rss>

