<?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: Create a catalog table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Create-a-catalog-table/m-p/982536#M379352</link>
    <description>&lt;P&gt;Yeah !! perfect. Is it normal that the files ize is always 0. It's interesting to know the size in MO or Go. Thanks a lot&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jan 2026 10:43:40 GMT</pubDate>
    <dc:creator>YannRC</dc:creator>
    <dc:date>2026-01-28T10:43:40Z</dc:date>
    <item>
      <title>Create a catalog table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-catalog-table/m-p/982530#M379350</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YannRC_0-1769585970212.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/112812i2D6372DECB4B8D73/image-size/medium?v=v2&amp;amp;px=400" role="button" title="YannRC_0-1769585970212.png" alt="YannRC_0-1769585970212.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hi the community, I find this view very helful in information catalog. I would like to have a table. What is the script to do this. My librairie is 'OA'&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 07:41:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-catalog-table/m-p/982530#M379350</guid>
      <dc:creator>YannRC</dc:creator>
      <dc:date>2026-01-28T07:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create a catalog table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-catalog-table/m-p/982535#M379351</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set sashelp.vtable;
where libname = "OA";
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Jan 2026 10:32:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-catalog-table/m-p/982535#M379351</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-01-28T10:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create a catalog table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-catalog-table/m-p/982536#M379352</link>
      <description>&lt;P&gt;Yeah !! perfect. Is it normal that the files ize is always 0. It's interesting to know the size in MO or Go. Thanks a lot&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 10:43:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-catalog-table/m-p/982536#M379352</guid>
      <dc:creator>YannRC</dc:creator>
      <dc:date>2026-01-28T10:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create a catalog table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-catalog-table/m-p/982572#M379354</link>
      <description>&lt;P&gt;If the library has SAS datasets in it, you should see the size.&amp;nbsp; But it looks like the library points to CAS tables?&amp;nbsp; It's possible the sashelp catalog won't know the size of the table.&amp;nbsp; That often happens with libraries that point to relational databases as well.&amp;nbsp; &amp;nbsp; If you need to get the size of a CAS table, you might want to look at CAS-specific methods, see e.g. this thread:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Viya/How-to-get-the-size-of-a-table-in-CAS/td-p/760880" target="_blank"&gt;https://communities.sas.com/t5/SAS-Viya/How-to-get-the-size-of-a-table-in-CAS/td-p/760880&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 17:07:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-catalog-table/m-p/982572#M379354</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2026-01-28T17:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create a catalog table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-a-catalog-table/m-p/982639#M379358</link>
      <description>&lt;P&gt;Thanks a lot, can you confirm please. The description label is equal to memlabel in the&amp;nbsp;&lt;SPAN&gt;&lt;!--ScriptorStartFragment--&gt;sashelp.vtable&lt;!--ScriptorEndFragment--&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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="YannRC_0-1769685895961.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/112868i95A3EC203DF8D989/image-size/medium?v=v2&amp;amp;px=400" role="button" title="YannRC_0-1769685895961.png" alt="YannRC_0-1769685895961.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 11:27:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-a-catalog-table/m-p/982639#M379358</guid>
      <dc:creator>YannRC</dc:creator>
      <dc:date>2026-01-29T11:27:12Z</dc:date>
    </item>
  </channel>
</rss>

