<?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 List all libraries and Groups given access to that library in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/List-all-libraries-and-Groups-given-access-to-that-library/m-p/415795#M102040</link>
    <description>Hi, I want to write code to get a list of all libraries and also get the group names for each library that have been given access.</description>
    <pubDate>Thu, 23 Nov 2017 11:21:16 GMT</pubDate>
    <dc:creator>Sanjay_M</dc:creator>
    <dc:date>2017-11-23T11:21:16Z</dc:date>
    <item>
      <title>List all libraries and Groups given access to that library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/List-all-libraries-and-Groups-given-access-to-that-library/m-p/415795#M102040</link>
      <description>Hi, I want to write code to get a list of all libraries and also get the group names for each library that have been given access.</description>
      <pubDate>Thu, 23 Nov 2017 11:21:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/List-all-libraries-and-Groups-given-access-to-that-library/m-p/415795#M102040</guid>
      <dc:creator>Sanjay_M</dc:creator>
      <dc:date>2017-11-23T11:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: List all libraries and Groups given access to that library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/List-all-libraries-and-Groups-given-access-to-that-library/m-p/415798#M102043</link>
      <description>&lt;P&gt;You are talking about libraries and users that are registered in metadata, right?&lt;/P&gt;
&lt;P&gt;You could get some information out of the canonical tables (managed by the %mdu family macros).&lt;/P&gt;
&lt;P&gt;Another option is to use Metacodas plugin for SMC, it will probably give you answer like this.&lt;/P&gt;
&lt;P&gt;The last resort (IMO) is start programming against the metadata API.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 11:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/List-all-libraries-and-Groups-given-access-to-that-library/m-p/415798#M102043</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-11-23T11:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: List all libraries and Groups given access to that library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/List-all-libraries-and-Groups-given-access-to-that-library/m-p/610783#M177932</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A id="link_8" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674" target="_self"&gt;&lt;SPAN class="login-bold"&gt;LinusH,&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;I have a secure library which I had created using the below code and it's successfully creating the secure library in SMC.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;proc authlib lib=loc;&lt;BR /&gt;create seclib="&amp;amp;seclib."&lt;BR /&gt;securedfolder="PCB1"&lt;BR /&gt;pw="test"&lt;BR /&gt;require_encryption=yes&lt;BR /&gt;encrypt=aes&lt;BR /&gt;encryptkey="test" ;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;Now I have two sas datasets under the secure library, I want to add a group for those two sas datasets through program. For that I had researched and I ran&amp;nbsp;%mduextr macro, which gives the Metadata Info in Canonical tables forms.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;I just want to know how to add a customized Group for those data-sets through code. Can you please take out few minutes of your time and help me out ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;Thanks in Advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 17:33:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/List-all-libraries-and-Groups-given-access-to-that-library/m-p/610783#M177932</guid>
      <dc:creator>rajdeep</dc:creator>
      <dc:date>2019-12-10T17:33:19Z</dc:date>
    </item>
  </channel>
</rss>

