<?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 Creating a metadata table of an existing sas table in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Creating-a-metadata-table-of-an-existing-sas-table/m-p/521335#M16142</link>
    <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I know its simple but just wondering why the below code in creating the metadata table is creating at database but not in my sas lib.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the following user written code at DI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME&amp;nbsp;abc ORACLE;&lt;/P&gt;&lt;P&gt;data abc.want&lt;/P&gt;&lt;P&gt;set abc.have(obs=0);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By this&amp;nbsp; the table is created at database but metadata table is not created at DI.&lt;/P&gt;&lt;P&gt;Could some one let me know why it is not created. or any solution to create a metadata table in SAS DI with user written code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;Vicks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Dec 2018 00:25:49 GMT</pubDate>
    <dc:creator>vickys</dc:creator>
    <dc:date>2018-12-14T00:25:49Z</dc:date>
    <item>
      <title>Creating a metadata table of an existing sas table</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Creating-a-metadata-table-of-an-existing-sas-table/m-p/521335#M16142</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I know its simple but just wondering why the below code in creating the metadata table is creating at database but not in my sas lib.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the following user written code at DI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME&amp;nbsp;abc ORACLE;&lt;/P&gt;&lt;P&gt;data abc.want&lt;/P&gt;&lt;P&gt;set abc.have(obs=0);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By this&amp;nbsp; the table is created at database but metadata table is not created at DI.&lt;/P&gt;&lt;P&gt;Could some one let me know why it is not created. or any solution to create a metadata table in SAS DI with user written code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;Vicks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 00:25:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Creating-a-metadata-table-of-an-existing-sas-table/m-p/521335#M16142</guid>
      <dc:creator>vickys</dc:creator>
      <dc:date>2018-12-14T00:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a metadata table of an existing sas table</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Creating-a-metadata-table-of-an-existing-sas-table/m-p/521344#M16143</link>
      <description>&lt;P&gt;By default the tables wont be added to the metadata unless there is a separate process to auto refresh the metadata in your environment. The easiest way to update the table metadata would be to right click on the library from the DI and select import tables and then select the table from the list of tables . If you have the right permissions you should be able to add the table metadata to the library.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 01:32:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Creating-a-metadata-table-of-an-existing-sas-table/m-p/521344#M16143</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2018-12-14T01:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a metadata table of an existing sas table</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Creating-a-metadata-table-of-an-existing-sas-table/m-p/521820#M16150</link>
      <description>&lt;P&gt;Just registering the physical table using DIS or SMC is what you normally would do.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you really need to automate this then you could use Proc Metalib.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Dec 2018 20:23:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Creating-a-metadata-table-of-an-existing-sas-table/m-p/521820#M16150</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-12-16T20:23:28Z</dc:date>
    </item>
  </channel>
</rss>

