<?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: i want to see what are the formats available in a catalog in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/i-want-to-see-what-are-the-formats-available-in-a-catalog/m-p/753506#M237500</link>
    <description>&lt;P&gt;CNTLOUT on PROC FORMAT to pipe that information to a data set.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jul 2021 14:30:12 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-07-12T14:30:12Z</dc:date>
    <item>
      <title>i want to see what are the formats available in a catalog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/i-want-to-see-what-are-the-formats-available-in-a-catalog/m-p/753462#M237472</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to see what are the formats available in a catalog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;looking forward for your help,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 10:23:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/i-want-to-see-what-are-the-formats-available-in-a-catalog/m-p/753462#M237472</guid>
      <dc:creator>Pandu</dc:creator>
      <dc:date>2021-07-12T10:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: i want to see what are the formats available in a catalog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/i-want-to-see-what-are-the-formats-available-in-a-catalog/m-p/753463#M237473</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/126880"&gt;@Pandu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I mostly use the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/n1c16dxnndwfzyn14o1kb8a4312m.htm#n1ao4kkkhyjzbjn1swdcwm1qhkx4" target="_blank" rel="noopener"&gt;FMTLIB option&lt;/A&gt; of PROC FORMAT for this purpose.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The syntax is:&lt;/P&gt;
&lt;PRE&gt;proc format lib=&lt;EM&gt;your_libref&lt;/EM&gt; fmtlib;
run;&lt;/PRE&gt;
&lt;P&gt;Or, if the name of the catalog is not FORMATS:&lt;/P&gt;
&lt;PRE&gt;proc format lib=&lt;EM&gt;your_libref.your_catalog&lt;/EM&gt; fmtlib;
run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't want to see the format &lt;EM&gt;definitions&lt;/EM&gt;, but just the format names, types, etc., the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/n11st7possem5en1vo07v2nlxg0c.htm" target="_blank" rel="noopener"&gt;CATALOG procedure&lt;/A&gt; is a better option:&lt;/P&gt;
&lt;PRE&gt;proc catalog c=&lt;EM&gt;your_libref.your_catalog&lt;/EM&gt;;
contents;
quit;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Jul 2021 10:38:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/i-want-to-see-what-are-the-formats-available-in-a-catalog/m-p/753463#M237473</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2021-07-12T10:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: i want to see what are the formats available in a catalog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/i-want-to-see-what-are-the-formats-available-in-a-catalog/m-p/753466#M237476</link>
      <description>&lt;P&gt;Enterprise Guide 8.x has a viewer for catalogs names "Catalog and format explorer".&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 11:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/i-want-to-see-what-are-the-formats-available-in-a-catalog/m-p/753466#M237476</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-07-12T11:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: i want to see what are the formats available in a catalog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/i-want-to-see-what-are-the-formats-available-in-a-catalog/m-p/753506#M237500</link>
      <description>&lt;P&gt;CNTLOUT on PROC FORMAT to pipe that information to a data set.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 14:30:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/i-want-to-see-what-are-the-formats-available-in-a-catalog/m-p/753506#M237500</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-07-12T14:30:12Z</dc:date>
    </item>
  </channel>
</rss>

