<?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: Proc Contents Full Library Description in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622526#M183130</link>
    <description>&lt;P&gt;Assuming that you didn't actually include the space between the period and the _ALL_ then any errors you are getting is because of errors in the library that you connected to.&amp;nbsp; You probably need to contact your local SAS administrator see why you are getting errors using that library.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2020 18:55:46 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2020-02-05T18:55:46Z</dc:date>
    <item>
      <title>Proc Contents Full Library Description</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622510#M183124</link>
      <description>&lt;P&gt;Is there a way in Enterprise Guide to View the metadata of a Library?&amp;nbsp; I'm to printout a list of tables in a library and then tables with column details.&amp;nbsp; Then I will compare that list with that of a similar library on another server.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 18:25:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622510#M183124</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2020-02-05T18:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Contents Full Library Description</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622517#M183126</link>
      <description>&lt;P&gt;If you are willing to write a program rather than point-and-click, you can use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=lib._all_;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Feb 2020 18:37:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622517#M183126</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2020-02-05T18:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Contents Full Library Description</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622519#M183127</link>
      <description>&lt;P&gt;I ran into a lot of errors like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: File schemaname.tablename1.DATA does not exist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do I need to do something before I can run:&lt;/P&gt;
&lt;PRE&gt;proc contents data=lib._all_;
run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 18:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622519#M183127</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2020-02-05T18:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Contents Full Library Description</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622520#M183128</link>
      <description>&lt;P&gt;Are you working with SAS data sets?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have a LIBNAME statement in the program to refer to the folder that contains those data sets?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 18:44:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622520#M183128</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2020-02-05T18:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Contents Full Library Description</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622521#M183129</link>
      <description>&lt;PRE&gt;libname demo meta library='Demo1';

proc contents data=demo. _all_;
run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Feb 2020 18:45:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622521#M183129</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2020-02-05T18:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Contents Full Library Description</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622526#M183130</link>
      <description>&lt;P&gt;Assuming that you didn't actually include the space between the period and the _ALL_ then any errors you are getting is because of errors in the library that you connected to.&amp;nbsp; You probably need to contact your local SAS administrator see why you are getting errors using that library.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 18:55:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622526#M183130</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-02-05T18:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Contents Full Library Description</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622552#M183134</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Assuming that you didn't actually include the space between the period and the _ALL_&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The space does not cause syntax error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;35         proc contents data=work. _all_ noprint out=contents;
36            run;

NOTE: The data set WORK.CONTENTS has 47 observations and 41 variables.&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Feb 2020 20:51:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622552#M183134</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2020-02-05T20:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Contents Full Library Description</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622554#M183136</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/5059"&gt;@DavidPhillips2&lt;/a&gt;&amp;nbsp; - I suspect that using PROC CONTENTS against a SAS library using the META engine will only work if the library has tables that are actually registered in SAS metadata - if it will work at all. There is also no guarantee that the registered table definition will match the actual table definition. So I guess it depends what you want to do here. Review the tables as stored on disk or how they are defined in SAS metadata.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 21:03:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Full-Library-Description/m-p/622554#M183136</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-02-05T21:03:07Z</dc:date>
    </item>
  </channel>
</rss>

