<?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 PRINT - All Vars Except in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-All-Vars-Except/m-p/811755#M320215</link>
    <description>&lt;P&gt;Is there a way to specify the variables NOT to print in a PROC PRINT?&lt;/P&gt;
&lt;P&gt;In other words, syntax that will print all variables except for the ones specified.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2022 21:02:19 GMT</pubDate>
    <dc:creator>_maldini_</dc:creator>
    <dc:date>2022-05-05T21:02:19Z</dc:date>
    <item>
      <title>PROC PRINT - All Vars Except</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-All-Vars-Except/m-p/811755#M320215</link>
      <description>&lt;P&gt;Is there a way to specify the variables NOT to print in a PROC PRINT?&lt;/P&gt;
&lt;P&gt;In other words, syntax that will print all variables except for the ones specified.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 21:02:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-All-Vars-Except/m-p/811755#M320215</guid>
      <dc:creator>_maldini_</dc:creator>
      <dc:date>2022-05-05T21:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PRINT - All Vars Except</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-All-Vars-Except/m-p/811759#M320217</link>
      <description>&lt;P&gt;Use the DROP= data set option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc print data=have(drop=var1 var2 var19);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 May 2022 21:23:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-All-Vars-Except/m-p/811759#M320217</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-05-05T21:23:42Z</dc:date>
    </item>
  </channel>
</rss>

