<?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 format in temporary library in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-format-in-temporary-library/m-p/544494#M150591</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I have some questions about user defined formats .&lt;/P&gt;
&lt;P&gt;1-When I create a user defined format (not in a permanent library), how can I see the name of the temporary library where the format i saved.&lt;/P&gt;
&lt;P&gt;I am using FMTLIB statement and then I see the name of the format and its values but i cannot see the library name where it is saved&lt;/P&gt;
&lt;P&gt;2-How can I tell SAS to delete all temporary &amp;nbsp;formats&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3--How can I tell SAS to delete specific temporary &amp;nbsp;formats&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Joe&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2019 10:00:07 GMT</pubDate>
    <dc:creator>Ronein</dc:creator>
    <dc:date>2019-03-20T10:00:07Z</dc:date>
    <item>
      <title>proc format in temporary library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-format-in-temporary-library/m-p/544494#M150591</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I have some questions about user defined formats .&lt;/P&gt;
&lt;P&gt;1-When I create a user defined format (not in a permanent library), how can I see the name of the temporary library where the format i saved.&lt;/P&gt;
&lt;P&gt;I am using FMTLIB statement and then I see the name of the format and its values but i cannot see the library name where it is saved&lt;/P&gt;
&lt;P&gt;2-How can I tell SAS to delete all temporary &amp;nbsp;formats&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3--How can I tell SAS to delete specific temporary &amp;nbsp;formats&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 10:00:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-format-in-temporary-library/m-p/544494#M150591</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2019-03-20T10:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: proc format in temporary library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-format-in-temporary-library/m-p/544501#M150595</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Temporary formats are stored in a SAS catalog named formats in your work-Lib.&lt;/P&gt;
&lt;P&gt;2. Full Explanation:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=p1il9pe2plu3bpn0zza8igp6xue4.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=proc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=p1il9pe2plu3bpn0zza8igp6xue4.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc catalog cat=work.formats kill;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;3. Full Explanation:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=p1kxop460mnyqyn19xcm3dizfeob.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=proc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=p1kxop460mnyqyn19xcm3dizfeob.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; proc catalog cat=work.formats;
   delete format_name.infmt;
quit;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 10:45:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-format-in-temporary-library/m-p/544501#M150595</guid>
      <dc:creator>Criptic</dc:creator>
      <dc:date>2019-03-20T10:45:46Z</dc:date>
    </item>
  </channel>
</rss>

