<?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 to delete format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-delete-format/m-p/500315#M133219</link>
    <description>Proc format;&lt;BR /&gt;Value $gen 'F'='female' 'M'='male' ;&lt;BR /&gt;Run;&lt;BR /&gt;&lt;BR /&gt;How to delete above like use proc datasets or proc catalog</description>
    <pubDate>Mon, 01 Oct 2018 12:03:51 GMT</pubDate>
    <dc:creator>thanikondharish</dc:creator>
    <dc:date>2018-10-01T12:03:51Z</dc:date>
    <item>
      <title>How to delete format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-delete-format/m-p/500315#M133219</link>
      <description>Proc format;&lt;BR /&gt;Value $gen 'F'='female' 'M'='male' ;&lt;BR /&gt;Run;&lt;BR /&gt;&lt;BR /&gt;How to delete above like use proc datasets or proc catalog</description>
      <pubDate>Mon, 01 Oct 2018 12:03:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-delete-format/m-p/500315#M133219</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2018-10-01T12:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-delete-format/m-p/500319#M133221</link>
      <description>&lt;P&gt;Proc catalog:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473347.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473347.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Please mark your previous questions as Answered!!&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 12:13:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-delete-format/m-p/500319#M133221</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-10-01T12:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-delete-format/m-p/789774#M252773</link>
      <description>&lt;PRE&gt;proc catalog catalog=work.formats; 
     delete gen.format; 
run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Jan 2022 18:10:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-delete-format/m-p/789774#M252773</guid>
      <dc:creator>kz_</dc:creator>
      <dc:date>2022-01-12T18:10:19Z</dc:date>
    </item>
  </channel>
</rss>

