<?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 DI Job Metadata user manager datasets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-DI-Job-Metadata-user-manager-datasets/m-p/679714#M205271</link>
    <description>&lt;P&gt;Hi &lt;A class="trigger-hovercard" style="color: #007dc3;" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/256123" target="_blank" rel="noopener"&gt;JJP1&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;When you call %mduextr macro you specify a library reference as its parameter, for example&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%mduextr(libref=WORK);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then all of the data sets that produced by this macro can be found in the WORK library: WORK.PERSON, WORK.LOGINS, WORK.EMAIL, etc. These data sets do not exist before you invoke this macro.&lt;/P&gt;
&lt;P&gt;Please see my blog post &lt;A href="https://blogs.sas.com/content/sgf/2016/01/13/sas-administrators-tip-keeping-track-of-sas-users/" target="_self"&gt;SAS administrators tip: Keeping track of SAS users&lt;/A&gt; for code example.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2020 13:24:19 GMT</pubDate>
    <dc:creator>LeonidBatkhan</dc:creator>
    <dc:date>2020-08-27T13:24:19Z</dc:date>
    <item>
      <title>SAS DI Job Metadata user manager datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-DI-Job-Metadata-user-manager-datasets/m-p/679670#M205257</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i need to build a SAS DI job by making use of SAS datasets that are part of user manager category in SMC application like person,email,etc datasets.&lt;/P&gt;&lt;P&gt;So i know that i can make use of userwritten code transformation by calling %mduextr macro.&lt;/P&gt;&lt;P&gt;but&amp;nbsp; would you please suggest is there any option can i see these datasets somewhere in SAS libraries please ?&lt;/P&gt;&lt;P&gt;for example how dictionary.columns are present in SASHELP library in a similar way any option to get the user manager SAS datasets ?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 09:29:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-DI-Job-Metadata-user-manager-datasets/m-p/679670#M205257</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2020-08-27T09:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Job Metadata user manager datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-DI-Job-Metadata-user-manager-datasets/m-p/679714#M205271</link>
      <description>&lt;P&gt;Hi &lt;A class="trigger-hovercard" style="color: #007dc3;" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/256123" target="_blank" rel="noopener"&gt;JJP1&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;When you call %mduextr macro you specify a library reference as its parameter, for example&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%mduextr(libref=WORK);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then all of the data sets that produced by this macro can be found in the WORK library: WORK.PERSON, WORK.LOGINS, WORK.EMAIL, etc. These data sets do not exist before you invoke this macro.&lt;/P&gt;
&lt;P&gt;Please see my blog post &lt;A href="https://blogs.sas.com/content/sgf/2016/01/13/sas-administrators-tip-keeping-track-of-sas-users/" target="_self"&gt;SAS administrators tip: Keeping track of SAS users&lt;/A&gt; for code example.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 13:24:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-DI-Job-Metadata-user-manager-datasets/m-p/679714#M205271</guid>
      <dc:creator>LeonidBatkhan</dc:creator>
      <dc:date>2020-08-27T13:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Job Metadata user manager datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-DI-Job-Metadata-user-manager-datasets/m-p/679951#M205393</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/51532"&gt;@LeonidBatkhan&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Is there any option that can i register these datasets that are present in work library and use in SAS DI jobs&amp;nbsp;development as input please ?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 05:33:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-DI-Job-Metadata-user-manager-datasets/m-p/679951#M205393</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2020-08-28T05:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Job Metadata user manager datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-DI-Job-Metadata-user-manager-datasets/m-p/679953#M205395</link>
      <description>&lt;P&gt;How current do you expect the information to be? The server-admins could schedule a task calling mduextr daily and writing the data to permanent library. But then you won't see any of the changes that took place after the macro has been called. I don't think that it is possible to create views like those in sashelp-library that are automatically updated.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 05:35:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-DI-Job-Metadata-user-manager-datasets/m-p/679953#M205395</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2020-08-28T05:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Job Metadata user manager datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-DI-Job-Metadata-user-manager-datasets/m-p/679961#M205403</link>
      <description>&lt;P&gt;yes thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;. I was assuming that that there might be an option which i am not aware of.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 06:28:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-DI-Job-Metadata-user-manager-datasets/m-p/679961#M205403</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2020-08-28T06:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Job Metadata user manager datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-DI-Job-Metadata-user-manager-datasets/m-p/680031#M205430</link>
      <description>&lt;P&gt;Hi &lt;A class="trigger-hovercard" style="color: #007dc3;" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/256123" target="_blank" rel="noopener"&gt;JJP1&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;It's not possible to register data sets from WORK library since WORK library SAS session-specific. However, you can create a permanent library, say MUSERS, then run&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%mduextr(libref=MUSERS);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and then you can register tables created by this macro in the metadata. The data tables in that library will update every time you run&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;%mduextr(libref=MUSERS);&lt;/LI-CODE&gt;
&lt;P&gt;You won't need to re-register these tables as their structure stays the same.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 14:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-DI-Job-Metadata-user-manager-datasets/m-p/680031#M205430</guid>
      <dc:creator>LeonidBatkhan</dc:creator>
      <dc:date>2020-08-28T14:10:11Z</dc:date>
    </item>
  </channel>
</rss>

