<?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: User Metadata management using SAS code dynamically in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/User-Metadata-management-using-SAS-code-dynamically/m-p/214070#M39513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See my answer in your other thread.&lt;/P&gt;&lt;P&gt;And STOP doing multiple posts about the same question in different communities! It is NOT helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2015 07:13:18 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2015-04-01T07:13:18Z</dc:date>
    <item>
      <title>User Metadata management using SAS code dynamically</title>
      <link>https://communities.sas.com/t5/SAS-Programming/User-Metadata-management-using-SAS-code-dynamically/m-p/214066#M39509</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;Can we do the Metadata user management with base SAS code instead of using SAS Management console. In my project we want to edit user permissions on a real time basis.&lt;/P&gt;&lt;P&gt;e.g. adding/removing users in the already created groups in metadata&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating new SAS users in metadata etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 06:37:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/User-Metadata-management-using-SAS-code-dynamically/m-p/214066#M39509</guid>
      <dc:creator>nikhil_khanolkar</dc:creator>
      <dc:date>2015-04-01T06:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: User Metadata management using SAS code dynamically</title>
      <link>https://communities.sas.com/t5/SAS-Programming/User-Metadata-management-using-SAS-code-dynamically/m-p/214067#M39510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Editing metadata in SMC is a real time action...&lt;/P&gt;&lt;P&gt;So describe a bit more what you mean be real time, what is the requirement?&lt;/P&gt;&lt;P&gt;The most straight forward technique to update user/group metadata in the background is to use the %mdu-familly macros.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 06:52:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/User-Metadata-management-using-SAS-code-dynamically/m-p/214067#M39510</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-04-01T06:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: User Metadata management using SAS code dynamically</title>
      <link>https://communities.sas.com/t5/SAS-Programming/User-Metadata-management-using-SAS-code-dynamically/m-p/214068#M39511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#p1ar98lajfgm4jn1wa1h6e19jjre.htm" title="http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#p1ar98lajfgm4jn1wa1h6e19jjre.htm"&gt;SAS(R) 9.4 Intelligence Platform: Security Administration Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 06:55:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/User-Metadata-management-using-SAS-code-dynamically/m-p/214068#M39511</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-04-01T06:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: User Metadata management using SAS code dynamically</title>
      <link>https://communities.sas.com/t5/SAS-Programming/User-Metadata-management-using-SAS-code-dynamically/m-p/214069#M39512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for writing. Business scenario is below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) We have a user base out of which metadata permissions for few users might change on a frequent basis. This information would be retrieved and stored in a datasets multiple times in a day.&lt;/P&gt;&lt;P&gt;b) we need to use this information and update the user metadata multiple times in a day using batch job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this clariifies the problem statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nikhil &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 07:10:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/User-Metadata-management-using-SAS-code-dynamically/m-p/214069#M39512</guid>
      <dc:creator>nikhil_khanolkar</dc:creator>
      <dc:date>2015-04-01T07:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: User Metadata management using SAS code dynamically</title>
      <link>https://communities.sas.com/t5/SAS-Programming/User-Metadata-management-using-SAS-code-dynamically/m-p/214070#M39513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See my answer in your other thread.&lt;/P&gt;&lt;P&gt;And STOP doing multiple posts about the same question in different communities! It is NOT helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 07:13:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/User-Metadata-management-using-SAS-code-dynamically/m-p/214070#M39513</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-04-01T07:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: User Metadata management using SAS code dynamically</title>
      <link>https://communities.sas.com/t5/SAS-Programming/User-Metadata-management-using-SAS-code-dynamically/m-p/214071#M39514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SMC is just one of the may interfaces doing and capable of doing updates into the metadatabase. &lt;BR /&gt;You can write almost anything using your own coding.&lt;/P&gt;&lt;P&gt;- &lt;A href="http://support.sas.com/documentation/cdl/en/lrmeta/63180/HTML/default/viewer.htm#titlepage.htm" title="http://support.sas.com/documentation/cdl/en/lrmeta/63180/HTML/default/viewer.htm#titlepage.htm"&gt;SAS(R) 9.3 Language Interfaces to Metadata&lt;/A&gt; (batch steps)&lt;BR /&gt;- &lt;A href="http://support.sas.com/documentation/cdl/en/omaref/67716/HTML/default/viewer.htm#n1t45y29yi26n3n18a2530vhyohl.htm" title="http://support.sas.com/documentation/cdl/en/omaref/67716/HTML/default/viewer.htm#n1t45y29yi26n3n18a2530vhyohl.htm"&gt;SAS(R) 9.4 Open Metadata Interface: Reference and Usage, Second Edition&lt;/A&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;- &lt;A href="http://support.sas.com/documentation/cdl/en/omamodref/67417/HTML/default/viewer.htm#typedoc.htm" title="http://support.sas.com/documentation/cdl/en/omamodref/67417/HTML/default/viewer.htm#typedoc.htm"&gt;SAS(R) 9.4 Metadata Model: Reference&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 07:13:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/User-Metadata-management-using-SAS-code-dynamically/m-p/214071#M39514</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-04-01T07:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: User Metadata management using SAS code dynamically</title>
      <link>https://communities.sas.com/t5/SAS-Programming/User-Metadata-management-using-SAS-code-dynamically/m-p/214072#M39515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree kurt missed that other one....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 07:15:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/User-Metadata-management-using-SAS-code-dynamically/m-p/214072#M39515</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-04-01T07:15:29Z</dc:date>
    </item>
  </channel>
</rss>

