<?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: SAS CODE to add group to management console in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-CODE-to-add-group-to-management-console/m-p/509793#M14850</link>
    <description>&lt;P&gt;Look at how user/group metadata is synced in the programs&lt;/P&gt;
&lt;PRE&gt;/sashome/SASFoundation/9.4/samples/base/importpw.sas
/sashome/SASFoundation/9.4/samples/base/importad.sas&lt;/PRE&gt;
&lt;P&gt;I use a slightly adapted version of the first for syncing my UNIX userbase with SAS metadata.&lt;/P&gt;
&lt;P&gt;(/sashome is wherever you installed your SAS system)&lt;/P&gt;</description>
    <pubDate>Fri, 02 Nov 2018 09:15:08 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-11-02T09:15:08Z</dc:date>
    <item>
      <title>SAS CODE to add group to management console</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-CODE-to-add-group-to-management-console/m-p/509254#M14844</link>
      <description>&lt;P&gt;I wanted to write a sas code to add a group in management console rather than manually adding them. How to do?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 18:44:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-CODE-to-add-group-to-management-console/m-p/509254#M14844</guid>
      <dc:creator>shuchidxt_gmail_com</dc:creator>
      <dc:date>2018-10-31T18:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS CODE to add group to management console</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-CODE-to-add-group-to-management-console/m-p/509310#M14846</link>
      <description>&lt;P&gt;This type of question pops up on a regular basis - how can I update SAS metadata using SAS code? My usual response is yes you can but if this is just a one-off change then you can do it far quicker manually and not have the danger of corrupting your metadata repository as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a lot of spare time to understand the SAS metadata model, and to build and test some pretty complicated SAS code, plus be OK with corrupting your metadata repository while getting your code right, then here is a good place to start your journey:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=lrmeta&amp;amp;docsetTarget=lrmetawhatsnew94.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=lrmeta&amp;amp;docsetTarget=lrmetawhatsnew94.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And this library article too:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Examples-DATA-Step-Functions-for-Reading-Metadata/tac-p/503720" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Examples-DATA-Step-Functions-for-Reading-Metadata/tac-p/503720&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 20:47:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-CODE-to-add-group-to-management-console/m-p/509310#M14846</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-10-31T20:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS CODE to add group to management console</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-CODE-to-add-group-to-management-console/m-p/509395#M14847</link>
      <description>&lt;P&gt;In addition to the advice from &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;, if this is an ongoing requirement, you could also look at using the &lt;A href="https://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p1ar98lajfgm4jn1wa1h6e19jjre.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;User Import Macros&lt;/A&gt;. Whilst&amp;nbsp;those&amp;nbsp;macros are usually used for syncing with AD/LDAP they can also be used to sync from&amp;nbsp;any other&amp;nbsp;source where you can get the information into SAS tables. It is possible you may find them&amp;nbsp;easier to use and maintain that using the lower level &lt;A href="https://documentation.sas.com/?docsetId=omaref&amp;amp;docsetTarget=titlepage.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;SAS Open Metadata Interface&lt;/A&gt;&amp;nbsp;feature.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 01:36:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-CODE-to-add-group-to-management-console/m-p/509395#M14847</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2018-11-01T01:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS CODE to add group to management console</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-CODE-to-add-group-to-management-console/m-p/509793#M14850</link>
      <description>&lt;P&gt;Look at how user/group metadata is synced in the programs&lt;/P&gt;
&lt;PRE&gt;/sashome/SASFoundation/9.4/samples/base/importpw.sas
/sashome/SASFoundation/9.4/samples/base/importad.sas&lt;/PRE&gt;
&lt;P&gt;I use a slightly adapted version of the first for syncing my UNIX userbase with SAS metadata.&lt;/P&gt;
&lt;P&gt;(/sashome is wherever you installed your SAS system)&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 09:15:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-CODE-to-add-group-to-management-console/m-p/509793#M14850</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-11-02T09:15:08Z</dc:date>
    </item>
  </channel>
</rss>

