<?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: exclude from select of format procedure in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/exclude-from-select-of-format-procedure/m-p/387653#M65874</link>
    <description>&lt;P&gt;Try next code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format library=library.formats 
            cntlout=newdata(where=(locase(fmtname) ne "noneed");
select all;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 13 Aug 2017 20:01:39 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2017-08-13T20:01:39Z</dc:date>
    <item>
      <title>exclude from select of format procedure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/exclude-from-select-of-format-procedure/m-p/387652#M65873</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to use select method to exclude the format that i don't need?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc format library=library.formats cntlout=newdata;
select all but $noneed; /*I want $noneed to be excluded from my selection*/&lt;/PRE&gt;</description>
      <pubDate>Sun, 13 Aug 2017 19:07:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/exclude-from-select-of-format-procedure/m-p/387652#M65873</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-08-13T19:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: exclude from select of format procedure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/exclude-from-select-of-format-procedure/m-p/387653#M65874</link>
      <description>&lt;P&gt;Try next code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format library=library.formats 
            cntlout=newdata(where=(locase(fmtname) ne "noneed");
select all;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 13 Aug 2017 20:01:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/exclude-from-select-of-format-procedure/m-p/387653#M65874</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-08-13T20:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: exclude from select of format procedure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/exclude-from-select-of-format-procedure/m-p/387744#M65878</link>
      <description>Check EXCLUDE  statement.</description>
      <pubDate>Mon, 14 Aug 2017 12:35:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/exclude-from-select-of-format-procedure/m-p/387744#M65878</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-08-14T12:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: exclude from select of format procedure</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/exclude-from-select-of-format-procedure/m-p/387953#M65897</link>
      <description>Thank you Shmuel, but I want use upstream excluding instead of down stream.because I want save memory size.the where clause will not save any SAS memory size.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Mon, 14 Aug 2017 20:08:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/exclude-from-select-of-format-procedure/m-p/387953#M65897</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-08-14T20:08:09Z</dc:date>
    </item>
  </channel>
</rss>

