<?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: Create SAS users through Base SAS Program in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214274#M39550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haha.. Yes. &lt;/P&gt;&lt;P&gt;Can you tell me how to create users through sas code? &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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2015 15:13:35 GMT</pubDate>
    <dc:creator>Hercules</dc:creator>
    <dc:date>2015-07-30T15:13:35Z</dc:date>
    <item>
      <title>Create SAS users through Base SAS Program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214272#M39548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with three column.&lt;/P&gt;&lt;P&gt;Column 1-&amp;gt;User_Name&lt;/P&gt;&lt;P&gt;Column 2 -&amp;gt; User_Password&lt;/P&gt;&lt;P&gt;Column 3 -&amp;gt; Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make a SAS script through which users will create without SMC.&lt;/P&gt;&lt;P&gt;I have gone through some threads and documents which &lt;A __default_attr="8872" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt; has shared and got an idea that it has to be achieved by some macros.&lt;/P&gt;&lt;P&gt;Example %mduextr, %mducmp, etc. But can't relate how to play with it.&lt;/P&gt;&lt;P&gt;Can somebody explain it to me? Has anybody done it before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 14:13:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214272#M39548</guid>
      <dc:creator>Hercules</dc:creator>
      <dc:date>2015-07-30T14:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create SAS users through Base SAS Program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214273#M39549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User_Password -- seriously?&amp;nbsp; Have you discussed this idea with your security personnel? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 14:59:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214273#M39549</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2015-07-30T14:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create SAS users through Base SAS Program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214274#M39550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haha.. Yes. &lt;/P&gt;&lt;P&gt;Can you tell me how to create users through sas code? &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 15:13:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214274#M39550</guid>
      <dc:creator>Hercules</dc:creator>
      <dc:date>2015-07-30T15:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create SAS users through Base SAS Program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214275#M39551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For "your system/environment/OS", what steps/tasks actually entail creating a user -- list what activities you would expect to perform/complete, such as the last step being some type of notification EMAIL to the user/recipient/direct-manager, for example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 16:53:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214275#M39551</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2015-07-30T16:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create SAS users through Base SAS Program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214276#M39552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry sbb, I lost you.&lt;/P&gt;&lt;P&gt;For your previous query. Yes it has been confirmed from the admin that this is what he wants from me as there are 10000 users needs to be created for a task, which is practically not possible manually from SMC. And on further note, that table is locked for all user and is only accessible by the DBA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to know how can I create users from Base SAS?&lt;/P&gt;&lt;P&gt;Can you please help?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 17:28:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214276#M39552</guid>
      <dc:creator>Hercules</dc:creator>
      <dc:date>2015-07-30T17:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create SAS users through Base SAS Program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214277#M39553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the info provided, this appears to be interest to create a large number of users in the SAS Management Console (SMC), as a batch process/task.&amp;nbsp; Chapter 1 of the SAS 9.3 Management Console Guide mentions this specific point as a TIP, under the topic "About User Administration".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 18:31:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214277#M39553</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2015-07-30T18:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create SAS users through Base SAS Program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214278#M39554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct Scott, it is batch processing for enterprise environments. Think at 100+ users.&amp;nbsp; As Anant is mentioning 10000 that is a fit.&amp;nbsp; With that number of users have a look at &lt;/P&gt;&lt;P&gt;metacoda (Paul / Michelle Homes) &lt;A href="http://platformadmin.com/blogs/paul/2015/07/synchronizing-sas-platform-identities/" title="http://platformadmin.com/blogs/paul/2015/07/synchronizing-sas-platform-identities/"&gt;Synchronizing SAS Platform Identities - platformadmin.com&lt;/A&gt; . These are built around the same macros-s. Extracting the metadata is more easy to start with, just retrieving.&amp;nbsp; &lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#n024i4nqa5b12qn1lfek77h69ns5.htm" title="http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#n024i4nqa5b12qn1lfek77h69ns5.htm"&gt;SAS(R) 9.4 Intelligence Platform: Security Administration Guide, Second Edition&lt;/A&gt; It shows the tables that are in used and could be modified.&lt;/P&gt;&lt;P&gt;The tables are identified by that keys-id &lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#p1o31lg0trorn8n1rketxxe1jbr1.htm" title="http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#p1o31lg0trorn8n1rketxxe1jbr1.htm"&gt;SAS(R) 9.4 Intelligence Platform: Security Administration Guide, Second Edition&lt;/A&gt; that must be unique.&amp;nbsp; This one is not commonly filled when doing manual updates with SMC. When left blank they are excluded.&lt;/P&gt;&lt;P&gt;As you probably are having an IAM system (central user registration) you could use those convention that are in place (unique keys person-id's)&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 19:10:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214278#M39554</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-07-30T19:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create SAS users through Base SAS Program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214279#M39555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was just reading the document which you've shared earlier in your previous thread. And I was getting close to it. Was about to ask that if I want to leave a table blank such as phone table and email table, what repercussions would it have. And then your reply came at that very moment. &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;II shall try this tomorrow and will get back to you. &lt;/P&gt;&lt;P&gt;Thanks a lot for the help Jaap, as always. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 19:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214279#M39555</guid>
      <dc:creator>Hercules</dc:creator>
      <dc:date>2015-07-30T19:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create SAS users through Base SAS Program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214280#M39556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup got it. It's done. &lt;/P&gt;&lt;P&gt;In those data set by using set statement of my table. &lt;/P&gt;&lt;P&gt;Also had to make users in Linux as well, did it by using X command inside the macro. Now it's Parameterized. :smileygrin:&lt;/P&gt;&lt;P&gt;Thanks Jaap &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 02:52:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214280#M39556</guid>
      <dc:creator>Hercules</dc:creator>
      <dc:date>2015-08-01T02:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create SAS users through Base SAS Program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214281#M39557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well here we do it the other way round. Users are defined in the OS (AIX), and SAS synchronizes the metadata with the UNIX user base through a batch program.&lt;/P&gt;&lt;P&gt;Tables with certain additional data (like phone numbers) can always be created as dummy-tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 08:13:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-SAS-users-through-Base-SAS-Program/m-p/214281#M39557</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-08-03T08:13:57Z</dc:date>
    </item>
  </channel>
</rss>

