<?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: Accessing SAS.IdentityGroups Information from SAS Stored Process in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Accessing-SAS-IdentityGroups-Information-from-SAS-Stored-Process/m-p/23325#M2499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I came across this thread trying to do something similar and, while I don't have a solution for my needs yet, I wanted to share this paper (&lt;A href="http://support.sas.com/resources/papers/proceedings13/293-2013.pdf" title="http://support.sas.com/resources/papers/proceedings13/293-2013.pdf"&gt;http://support.sas.com/resources/papers/proceedings13/293-2013.pdf&lt;/A&gt;), which seems promising.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jan 2014 21:54:51 GMT</pubDate>
    <dc:creator>rkgrc000</dc:creator>
    <dc:date>2014-01-03T21:54:51Z</dc:date>
    <item>
      <title>Accessing SAS.IdentityGroups Information from SAS Stored Process</title>
      <link>https://communities.sas.com/t5/Developers/Accessing-SAS-IdentityGroups-Information-from-SAS-Stored-Process/m-p/23321#M2495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any Function that lists the IdentityGroups that the metadata user is a member. Something similar to&lt;/P&gt;&lt;P&gt;%let _metauser = %scan(%sysfunc(getoption(METAUSER)),1,'@');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS.IdentityGroups is available in Information maps, I want to know if a similar function is available in Stored process for applying Row level security?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 06:52:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Accessing-SAS-IdentityGroups-Information-from-SAS-Stored-Process/m-p/23321#M2495</guid>
      <dc:creator>RSB</dc:creator>
      <dc:date>2011-06-30T06:52:37Z</dc:date>
    </item>
    <item>
      <title>Accessing SAS.IdentityGroups Information from SAS Stored Process</title>
      <link>https://communities.sas.com/t5/Developers/Accessing-SAS-IdentityGroups-Information-from-SAS-Stored-Process/m-p/23322#M2496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After Looking around, I could tell that there is no option available to access the SAS.IdentityGroups from the SAS Code. However as a work around for applying the Row level Security based on the groups we can apply the row-level security based on Groups at the information map level and access the information map from the SAS Stored Process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 13:00:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Accessing-SAS-IdentityGroups-Information-from-SAS-Stored-Process/m-p/23322#M2496</guid>
      <dc:creator>RSB</dc:creator>
      <dc:date>2011-07-07T13:00:57Z</dc:date>
    </item>
    <item>
      <title>Accessing SAS.IdentityGroups Information from SAS Stored Process</title>
      <link>https://communities.sas.com/t5/Developers/Accessing-SAS-IdentityGroups-Information-from-SAS-Stored-Process/m-p/23323#M2497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couldn't you use the MDSec macros to determine the SAS groups the user is a member of?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Located in the Foundation Macros location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 21:17:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Accessing-SAS-IdentityGroups-Information-from-SAS-Stored-Process/m-p/23323#M2497</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2011-07-07T21:17:52Z</dc:date>
    </item>
    <item>
      <title>Accessing SAS.IdentityGroups Information from SAS Stored Process</title>
      <link>https://communities.sas.com/t5/Developers/Accessing-SAS-IdentityGroups-Information-from-SAS-Stored-Process/m-p/23324#M2498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it's possible if you know to how to use the SAS Open Metadata Interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 09:31:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Accessing-SAS-IdentityGroups-Information-from-SAS-Stored-Process/m-p/23324#M2498</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2011-09-29T09:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing SAS.IdentityGroups Information from SAS Stored Process</title>
      <link>https://communities.sas.com/t5/Developers/Accessing-SAS-IdentityGroups-Information-from-SAS-Stored-Process/m-p/23325#M2499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I came across this thread trying to do something similar and, while I don't have a solution for my needs yet, I wanted to share this paper (&lt;A href="http://support.sas.com/resources/papers/proceedings13/293-2013.pdf" title="http://support.sas.com/resources/papers/proceedings13/293-2013.pdf"&gt;http://support.sas.com/resources/papers/proceedings13/293-2013.pdf&lt;/A&gt;), which seems promising.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 21:54:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Accessing-SAS-IdentityGroups-Information-from-SAS-Stored-Process/m-p/23325#M2499</guid>
      <dc:creator>rkgrc000</dc:creator>
      <dc:date>2014-01-03T21:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing SAS.IdentityGroups Information from SAS Stored Process</title>
      <link>https://communities.sas.com/t5/Developers/Accessing-SAS-IdentityGroups-Information-from-SAS-Stored-Process/m-p/23326#M2500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check: &lt;A href="http://support.sas.com/documentation/cdl/en/birlpug/64020/HTML/default/viewer.htm#n0wznrchkjfadmn1wlzx58o0829r.htm" title="http://support.sas.com/documentation/cdl/en/birlpug/64020/HTML/default/viewer.htm#n0wznrchkjfadmn1wlzx58o0829r.htm"&gt;SAS(R) 9.3 Guide to BI Row-Level Permissions&lt;/A&gt; (Level Permissions) It is the basics why and how to use.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/birlpug/64020/HTML/default/viewer.htm#n163w7kh4nud19n12g9gsdbw4ihv.htm" title="http://support.sas.com/documentation/cdl/en/birlpug/64020/HTML/default/viewer.htm#n163w7kh4nud19n12g9gsdbw4ihv.htm"&gt;SAS(R) 9.3 Guide to BI Row-Level Permissions&lt;/A&gt; (&lt;A name="n1fa82umf1299vn1kv2cgnkz0zog"&gt;&lt;/A&gt;Secure Environment for BI Row-Level Permissions ) is about all te requirements.&lt;/P&gt;&lt;P&gt;This is only a functional approach when you think of your users being marionets and not for the more advanced miners and not for the real business analysts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mdsec macro usually is for platform admins the analyse and synchronise to AD/LDAP.&lt;/P&gt;&lt;P&gt;When you SP processes are isolatted for the marionets you can force the use of the information maps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jan 2014 13:11:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Accessing-SAS-IdentityGroups-Information-from-SAS-Stored-Process/m-p/23326#M2500</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-01-05T13:11:59Z</dc:date>
    </item>
  </channel>
</rss>

