<?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 How do I find the SAS catalogs for formats such as date9., comma8. etc? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-find-the-SAS-catalogs-for-formats-such-as-date9-comma8/m-p/959811#M43109</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I store user-defined formats permanently, I define the location of where they are stored. So when I want to view them, I can do something like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname myfmtlib 'c:\SAS\mylib';
proc format library=myfmtlib fmtlib;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;How do I do this if I want to access the location of where SAS defined dates, comma etc if I don't know the path of where they are stored?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried View -&amp;gt; Explorer -&amp;gt; Work, there is no Format catalog.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2025 19:07:26 GMT</pubDate>
    <dc:creator>cosmid</dc:creator>
    <dc:date>2025-02-20T19:07:26Z</dc:date>
    <item>
      <title>How do I find the SAS catalogs for formats such as date9., comma8. etc?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-find-the-SAS-catalogs-for-formats-such-as-date9-comma8/m-p/959811#M43109</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I store user-defined formats permanently, I define the location of where they are stored. So when I want to view them, I can do something like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname myfmtlib 'c:\SAS\mylib';
proc format library=myfmtlib fmtlib;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;How do I do this if I want to access the location of where SAS defined dates, comma etc if I don't know the path of where they are stored?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried View -&amp;gt; Explorer -&amp;gt; Work, there is no Format catalog.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 19:07:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-find-the-SAS-catalogs-for-formats-such-as-date9-comma8/m-p/959811#M43109</guid>
      <dc:creator>cosmid</dc:creator>
      <dc:date>2025-02-20T19:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find the SAS catalogs for formats such as date9., comma8. etc?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-find-the-SAS-catalogs-for-formats-such-as-date9-comma8/m-p/959814#M43110</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
create table chkfmt as
select * from dictionary.formats;
quit;

proc print data=chkfmt heading=v width=min; run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Feb 2025 19:10:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-find-the-SAS-catalogs-for-formats-such-as-date9-comma8/m-p/959814#M43110</guid>
      <dc:creator>quickbluefish</dc:creator>
      <dc:date>2025-02-20T19:10:25Z</dc:date>
    </item>
  </channel>
</rss>

