<?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 How to find difference between metadata and physical data in SAS in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-difference-between-metadata-and-physical-data-in-SAS/m-p/584528#M34589</link>
    <description>&lt;P&gt;Hi ALL,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help to provide how extract the data register in the&amp;nbsp; metadata and compare with physical data in SAS Enterprise Guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Aug 2019 12:23:31 GMT</pubDate>
    <dc:creator>dhruvakumar</dc:creator>
    <dc:date>2019-08-28T12:23:31Z</dc:date>
    <item>
      <title>How to find difference between metadata and physical data in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-difference-between-metadata-and-physical-data-in-SAS/m-p/584528#M34589</link>
      <description>&lt;P&gt;Hi ALL,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help to provide how extract the data register in the&amp;nbsp; metadata and compare with physical data in SAS Enterprise Guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 12:23:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-difference-between-metadata-and-physical-data-in-SAS/m-p/584528#M34589</guid>
      <dc:creator>dhruvakumar</dc:creator>
      <dc:date>2019-08-28T12:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to find difference between metadata and physical data in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-difference-between-metadata-and-physical-data-in-SAS/m-p/585011#M34590</link>
      <description>&lt;P&gt;Check the Tools-&amp;gt;Update Library Metadata task.&amp;nbsp; It allows you to create a report of your libraries/tables according to what metadata shows, and report on the differences.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It generates code like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* assign library using metaout=data */
/* resulting library shows all physical tables */
libname _temp meta library="My Library" metaout=data;

/* show report of changes that *would* be made */
proc metalib;
  omr (library="My Library");
  update_rule=(delete);
  report;
  noexec;
run;

libname _temp clear;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 17:40:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-difference-between-metadata-and-physical-data-in-SAS/m-p/585011#M34590</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-08-29T17:40:11Z</dc:date>
    </item>
  </channel>
</rss>

