<?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 Wanted: SAS code for creating user groups in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Wanted-SAS-code-for-creating-user-groups/m-p/44674#M322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new to SAS deployment/administration...&amp;nbsp; So apologies if this discussion is misplaced...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking at deploying SAS 9.3.&amp;nbsp; As part of this I will be creating some generic ACT's via code (I already have working code for this).&amp;nbsp; I also want to create some User Groups.&amp;nbsp; I've had a look around various SAS sites and the web, but I cannot find any examples of user group creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rather than trawl through the documentation and learning curve of ﻿METADATA_NEWOBJ&amp;nbsp; (am I even looking in the right area?) I wondered if anyone else had done this via code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appeciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2012 13:30:15 GMT</pubDate>
    <dc:creator>MartinD</dc:creator>
    <dc:date>2012-03-27T13:30:15Z</dc:date>
    <item>
      <title>Wanted: SAS code for creating user groups</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Wanted-SAS-code-for-creating-user-groups/m-p/44674#M322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new to SAS deployment/administration...&amp;nbsp; So apologies if this discussion is misplaced...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking at deploying SAS 9.3.&amp;nbsp; As part of this I will be creating some generic ACT's via code (I already have working code for this).&amp;nbsp; I also want to create some User Groups.&amp;nbsp; I've had a look around various SAS sites and the web, but I cannot find any examples of user group creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rather than trawl through the documentation and learning curve of ﻿METADATA_NEWOBJ&amp;nbsp; (am I even looking in the right area?) I wondered if anyone else had done this via code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appeciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 13:30:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Wanted-SAS-code-for-creating-user-groups/m-p/44674#M322</guid>
      <dc:creator>MartinD</dc:creator>
      <dc:date>2012-03-27T13:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Wanted: SAS code for creating user groups</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Wanted-SAS-code-for-creating-user-groups/m-p/44675#M323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an old one but here is the answer in&amp;nbsp; case your still looking &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can take a look at Usage Note 40628: How to automate adding users and groups to a SAS® Metadata Repository&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/40/628.html"&gt;http://support.sas.com/kb/40/628.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might be specifically interested in the Sample Code for Generic File Import.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and have a great day, Sunshine &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 11:53:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Wanted-SAS-code-for-creating-user-groups/m-p/44675#M323</guid>
      <dc:creator>Sunshine_sas</dc:creator>
      <dc:date>2012-10-29T11:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Wanted: SAS code for creating user groups</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Wanted-SAS-code-for-creating-user-groups/m-p/44676#M324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunshine's response is the way to go with this.&lt;/P&gt;&lt;P&gt;Establish your groups in an LDAP directory and then have your scripts sync your users and groups.&lt;/P&gt;&lt;P&gt;This is what we are using to manage over a thousand users at my site and its has been running for years without a hiccup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 19:24:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Wanted-SAS-code-for-creating-user-groups/m-p/44676#M324</guid>
      <dc:creator>epower</dc:creator>
      <dc:date>2012-11-15T19:24:39Z</dc:date>
    </item>
  </channel>
</rss>

