<?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 Proc catalog in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-catalog/m-p/576162#M163049</link>
    <description>&lt;P&gt;I am trying to read SAS catalog. I have printed out all the contents of the catalog but now I want to see what information in stored in each content .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help and provide code if possible&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kajal&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2019 14:03:31 GMT</pubDate>
    <dc:creator>kajal_30</dc:creator>
    <dc:date>2019-07-24T14:03:31Z</dc:date>
    <item>
      <title>Proc catalog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-catalog/m-p/576162#M163049</link>
      <description>&lt;P&gt;I am trying to read SAS catalog. I have printed out all the contents of the catalog but now I want to see what information in stored in each content .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help and provide code if possible&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kajal&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 14:03:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-catalog/m-p/576162#M163049</guid>
      <dc:creator>kajal_30</dc:creator>
      <dc:date>2019-07-24T14:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc catalog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-catalog/m-p/576164#M163050</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/259983"&gt;@kajal_30&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am trying to read SAS catalog. I have printed out all the contents of the catalog but now I want to see what information in stored in each content .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help and provide code if possible&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kajal&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What tool to use will depend on what type of catalog entries you have.&lt;/P&gt;
&lt;P&gt;Are they SAS formats?&amp;nbsp; Then use the FMTLIB option on the PROC FORMAT satement.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 14:05:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-catalog/m-p/576164#M163050</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-07-24T14:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc catalog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-catalog/m-p/576204#M163069</link>
      <description>&lt;P&gt;I can only see the columns as names , type,date created, date modified as the result of contents .But how about if I need to see further in each catalog?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 15:27:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-catalog/m-p/576204#M163069</guid>
      <dc:creator>kajal_30</dc:creator>
      <dc:date>2019-07-24T15:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc catalog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-catalog/m-p/576214#M163074</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/259983"&gt;@kajal_30&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I can only see the columns as names , type,date created, date modified as the result of contents .But how about if I need to see further in each catalog?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Show us the Types of entries.&lt;/P&gt;
&lt;P&gt;Many of the catalog entries cannot be "read". Sometimes the contents or use can be displayed but the approach depends on the type.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 15:38:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-catalog/m-p/576214#M163074</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-07-24T15:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc catalog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-catalog/m-p/576221#M163076</link>
      <description>&lt;P&gt;So what types of objects are in this catalogs?&lt;/P&gt;
&lt;P&gt;Why not ask SAS?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=sashelp.vcatalg order=freq ;
  tables memtype objtype;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Add a WHERE clause to restrict on LIBNAME and/or MEMNAME to see the result for just some of the libraries that you current have defined.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 15:53:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-catalog/m-p/576221#M163076</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-07-24T15:53:53Z</dc:date>
    </item>
  </channel>
</rss>

