<?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: list all the tables in the library in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522258#M141753</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=yourlibname._all_ nods;

run;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Dec 2018 16:01:37 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2018-12-18T16:01:37Z</dc:date>
    <item>
      <title>list all the tables in the library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522253#M141751</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have my library assigned but can only see&amp;nbsp;a few tables. I think there is a OPTIONS statement you can use to list all the tables in the library, however, I cannot recall it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 15:55:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522253#M141751</guid>
      <dc:creator>okaka23</dc:creator>
      <dc:date>2018-12-18T15:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: list all the tables in the library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522255#M141752</link>
      <description>&lt;P&gt;If you have issued the LIBNAME statement properly, it should show all the tables in the Library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where exactly are you looking at the list? Please be very specific, or show us a screen capture.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 15:57:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522255#M141752</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-12-18T15:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: list all the tables in the library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522258#M141753</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=yourlibname._all_ nods;

run;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 16:01:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522258#M141753</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-12-18T16:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: list all the tables in the library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522260#M141754</link>
      <description>&lt;P&gt;I know I have access to these invisible tables since I test it with a simple Data step and it has an output. But these tables are just not showing up in the library.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 16:03:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522260#M141754</guid>
      <dc:creator>okaka23</dc:creator>
      <dc:date>2018-12-18T16:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: list all the tables in the library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522262#M141756</link>
      <description>&lt;P&gt;Please answer the question I asked:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Where exactly are you looking at the list? Please be very specific, or show us a screen capture.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 16:09:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522262#M141756</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-12-18T16:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: list all the tables in the library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522266#M141758</link>
      <description>&lt;P&gt;I am using SAS EG, Library A is assigned, I have access to&amp;nbsp;all the tables under Library A say table1, table2, table3 ---&amp;gt; table10. However, when you expand Library A, it only shows table1 and table 2 under library A.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I did a test:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data test;&lt;/P&gt;&lt;P&gt;set A.table 3 (obs=3);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it works. So my question is how to make table3---&amp;gt;table10 show up in the library A.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 16:19:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522266#M141758</guid>
      <dc:creator>okaka23</dc:creator>
      <dc:date>2018-12-18T16:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: list all the tables in the library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522271#M141762</link>
      <description>&lt;P&gt;As far as I know, if you have 10 tables in a library, you should see all 10. There is no option to set to change this, it should always show you all 10.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, are you sure you don't have to scroll down to see the rest of the tables?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you show us a screen capture that shows the library with only 2 tables, and in the same screen capture, show us the EG LOG window where you run the code that for table3 so we can see that it works?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 16:44:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522271#M141762</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-12-18T16:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: list all the tables in the library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522385#M141807</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/172014"&gt;@okaka23&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am using SAS EG, Library A is assigned, I have access to&amp;nbsp;all the tables under Library A say table1, table2, table3 ---&amp;gt; table10. However, when you expand Library A, it only shows table1 and table 2 under library A.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I did a test:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data test;&lt;/P&gt;
&lt;P&gt;set A.table 3 (obs=3);&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it works. So my question is how to make table3---&amp;gt;table10 show up in the library A.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What defines work? What does the log show? I suspect you're not supposed to have access so this is something you need to discuss with your SAS administrator.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 23:30:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/522385#M141807</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-18T23:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: list all the tables in the library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/633005#M187744</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just saw this, whilst search for something related.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The most common reason for a library to be showing as empty in the explorer, even though you can query the tables in code, is that the "schema" option in the libname statement has not been set correctly of has been ommitted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;schema='dbo' worked for the MS SQL Server libraries&amp;nbsp;I worked with previously.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oracle is tricky, so you'll need to talk to you DBA's.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 15:59:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/633005#M187744</guid>
      <dc:creator>Jim_Ogilvie</dc:creator>
      <dc:date>2020-03-18T15:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: list all the tables in the library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/677426#M204342</link>
      <description>thanks for answaring the guy without asking useless specific questions, helped a lot.</description>
      <pubDate>Tue, 18 Aug 2020 08:49:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/677426#M204342</guid>
      <dc:creator>pavel21234165</dc:creator>
      <dc:date>2020-08-18T08:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: list all the tables in the library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/677428#M204344</link>
      <description>&lt;P&gt;Happy to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As another practical example, an Oracle database I had to work with the other day required:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;schema=scheme&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the libname statement.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 09:20:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/677428#M204344</guid>
      <dc:creator>Jim_Ogilvie</dc:creator>
      <dc:date>2020-08-18T09:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: list all the tables in the library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/818908#M323263</link>
      <description>&lt;P&gt;So, as I understand the problem, you submitted a properly coded LIBNAME statement and are attempting to view the tables in that library using one of the typical SAS GUIs, such as the Explorer window in the SAS windowing environment (like PC SAS), the Servers Library tree in Enterprise Guide, or the Libraries pane in SAS Studio. Here are a few reasons the tables you expect to see may not appear in the display:&lt;BR /&gt;1.&amp;nbsp; I'm using a SAS/ACCESS Interface LIBNAME statement to access database tables.&lt;BR /&gt;You may not have specified the correct SCHEMA, or the credentials you used to authenticate to the database don't have SELECT permissions for the tables you want to access. For example, &lt;STRONG&gt;student&lt;/STRONG&gt; submits this code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname db oracle path="oracle.mydomain.net:1521/oracle1"
       &lt;STRONG&gt; user="student" pw="Metadata0";
&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp; And sees these tables in the library (example from Enterprise Guide 7.15):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASJedi_0-1655488554801.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72393i6B15E220F14851FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASJedi_0-1655488554801.png" alt="SASJedi_0-1655488554801.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, &lt;STRONG&gt;student2&lt;/STRONG&gt;&amp;nbsp;wants access to those tables too, and submits this code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname db oracle path="oracle.mydomain.net:1521/oracle1"
       &lt;STRONG&gt; user="student2" pw="Metadata0";
&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp; But student2 sees &lt;EM&gt;these&lt;/EM&gt; tables in the library instead of those seen by &lt;STRONG&gt;student&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASJedi_1-1655488708837.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72394i0FBA82F4426F387D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASJedi_1-1655488708837.png" alt="SASJedi_1-1655488708837.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is because the ORACLE libname engine connects to your&amp;nbsp;&lt;EM&gt;personal&lt;/EM&gt; schema when you don't specify SCHEMA=. So &lt;STRONG&gt;student2&lt;/STRONG&gt;&amp;nbsp;now specifies the student schema like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname db oracle path="oracle.mydomain.net:1521/oracle1"
        &lt;STRONG&gt;schema=student&lt;/STRONG&gt; user="student2" pw="Metadata0";
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But sees only the CARS table:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASJedi_2-1655488839138.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72396i8849ABF7E563DB0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASJedi_2-1655488839138.png" alt="SASJedi_2-1655488839138.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Because &lt;STRONG&gt;student2&lt;/STRONG&gt;&amp;nbsp;has only been granted SELECT permissions on the CARS table in the &lt;STRONG&gt;student&lt;/STRONG&gt; schema, &lt;STRONG&gt;student2&lt;/STRONG&gt;&amp;nbsp;won't be able to see any of the other tables in that schema.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;2. I'm using SAS libraries located in folders I know I have access to. Consider this code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname one "C:\temp\one";&lt;BR /&gt;data&amp;nbsp;one.fish;&lt;BR /&gt;   set sashelp.fish;&lt;BR /&gt;run; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;The LOG looks good:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;25         data one.fish;
26            set sashelp.fish;
27         run;

NOTE: There were 159 observations read from the data set SASHELP.FISH.
NOTE: The data set ONE.FISH has 159 observations and 7 variables.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If I am running PC SAS, I see the table in my &lt;STRONG&gt;one &lt;/STRONG&gt;library right away:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASJedi_4-1655489850403.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72399iFEE83401B2486241/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASJedi_4-1655489850403.png" alt="SASJedi_4-1655489850403.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But if I'm working in Enterprise Guide (7.x or earlier, and early versions of SAS Studio, too) I don't see it!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASJedi_3-1655489743235.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72398i426089D29EDFD639/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASJedi_3-1655489743235.png" alt="SASJedi_3-1655489743235.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These earlier clients required you to refresh the libraries before you could see newly created tables:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASJedi_5-1655489971628.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72400iA41B966FF8343BBB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASJedi_5-1655489971628.png" alt="SASJedi_5-1655489971628.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And violá!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASJedi_6-1655490012054.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72401i63BEB7B5EC656D7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASJedi_6-1655490012054.png" alt="SASJedi_6-1655490012054.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You can always check the contents of a library programmatically to verify you are seeing everything in the GUI window. You might be surprised at what you find there&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;BR /&gt;My WORK library looks like this:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASJedi_7-1655490112050.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72402i13FDE88AD05062BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASJedi_7-1655490112050.png" alt="SASJedi_7-1655490112050.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But I get a whole lot more information when I use PROC CONTENTS:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=work._all_ nods;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And the results show a lot of other things in that library besides my tables:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Contents: Library Members" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="r b header" scope="col"&gt;#&lt;/TH&gt;
&lt;TH class="l b header" scope="col"&gt;Name&lt;/TH&gt;
&lt;TH class="l b header" scope="col"&gt;Member Type&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;File Size&lt;/TH&gt;
&lt;TH class="l b header" scope="col"&gt;Last Modified&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;1&lt;/TH&gt;
&lt;TD class="l data"&gt;REGSTRY&lt;/TD&gt;
&lt;TD class="l data"&gt;ITEMSTOR&lt;/TD&gt;
&lt;TD class="r data"&gt;13KB&lt;/TD&gt;
&lt;TD class="l data"&gt;06/17/2022 12:36:31&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;2&lt;/TH&gt;
&lt;TD class="l data"&gt;SASGOPT&lt;/TD&gt;
&lt;TD class="l data"&gt;CATALOG&lt;/TD&gt;
&lt;TD class="r data"&gt;5KB&lt;/TD&gt;
&lt;TD class="l data"&gt;06/17/2022 12:36:40&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;3&lt;/TH&gt;
&lt;TD class="l data"&gt;SASMAC3&lt;/TD&gt;
&lt;TD class="l data"&gt;CATALOG&lt;/TD&gt;
&lt;TD class="r data"&gt;13KB&lt;/TD&gt;
&lt;TD class="l data"&gt;06/17/2022 14:23:09&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;4&lt;/TH&gt;
&lt;TD class="l data"&gt;SASMACR&lt;/TD&gt;
&lt;TD class="l data"&gt;CATALOG&lt;/TD&gt;
&lt;TD class="r data"&gt;89KB&lt;/TD&gt;
&lt;TD class="l data"&gt;06/17/2022 12:37:31&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;5&lt;/TH&gt;
&lt;TD class="l data"&gt;TEST&lt;/TD&gt;
&lt;TD class="l data"&gt;DATA&lt;/TD&gt;
&lt;TD class="r data"&gt;192KB&lt;/TD&gt;
&lt;TD class="l data"&gt;06/17/2022 12:36:40&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;6&lt;/TH&gt;
&lt;TD class="l data"&gt;_PRODSAVAIL&lt;/TD&gt;
&lt;TD class="l data"&gt;DATA&lt;/TD&gt;
&lt;TD class="r data"&gt;128KB&lt;/TD&gt;
&lt;TD class="l data"&gt;06/17/2022 12:36:32&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-left"&gt;Many thanks to all who pitched in to provide clarification and pieces of the answer, especially&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/138205"&gt;@novinosrin&lt;/a&gt;,&amp;nbsp;and&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/304073"&gt;@Jim_Ogilvie&lt;/a&gt;&amp;nbsp;I've done my best to consolidate, expand, and organize everything here for future SAS searchers.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Jun 2022 18:36:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/list-all-the-tables-in-the-library/m-p/818908#M323263</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2022-06-17T18:36:34Z</dc:date>
    </item>
  </channel>
</rss>

