<?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: Ignore Var Labels in Proc Compare in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Ignore-Var-Labels-in-Proc-Compare/m-p/56046#M15659</link>
    <description>A "SAS Variable List" and the ATTRIB statement.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
data class1;&lt;BR /&gt;
   set sashelp.class;&lt;BR /&gt;
   label name = 'Name';&lt;BR /&gt;
   run;&lt;BR /&gt;
proc compare base=sashelp.class compare=class1;&lt;BR /&gt;
   attrib _all_ label=' ';&lt;BR /&gt;
   run;&lt;BR /&gt;
[/pre]</description>
    <pubDate>Tue, 27 Jul 2010 15:21:53 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2010-07-27T15:21:53Z</dc:date>
    <item>
      <title>Ignore Var Labels in Proc Compare</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Ignore-Var-Labels-in-Proc-Compare/m-p/56045#M15658</link>
      <description>Is there a way of ignoring variable labels when using proc compare?  I do not want a variable to show up as having differing attributes if the only thing that is different is the label.  Thanks!</description>
      <pubDate>Tue, 27 Jul 2010 14:38:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Ignore-Var-Labels-in-Proc-Compare/m-p/56045#M15658</guid>
      <dc:creator>Kastchei</dc:creator>
      <dc:date>2010-07-27T14:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Var Labels in Proc Compare</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Ignore-Var-Labels-in-Proc-Compare/m-p/56046#M15659</link>
      <description>A "SAS Variable List" and the ATTRIB statement.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
data class1;&lt;BR /&gt;
   set sashelp.class;&lt;BR /&gt;
   label name = 'Name';&lt;BR /&gt;
   run;&lt;BR /&gt;
proc compare base=sashelp.class compare=class1;&lt;BR /&gt;
   attrib _all_ label=' ';&lt;BR /&gt;
   run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 27 Jul 2010 15:21:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Ignore-Var-Labels-in-Proc-Compare/m-p/56046#M15659</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2010-07-27T15:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Var Labels in Proc Compare</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Ignore-Var-Labels-in-Proc-Compare/m-p/56047#M15660</link>
      <description>That's awesome!  Thanks.</description>
      <pubDate>Tue, 27 Jul 2010 15:28:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Ignore-Var-Labels-in-Proc-Compare/m-p/56047#M15660</guid>
      <dc:creator>Kastchei</dc:creator>
      <dc:date>2010-07-27T15:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Var Labels in Proc Compare</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Ignore-Var-Labels-in-Proc-Compare/m-p/56048#M15661</link>
      <description>If you wanted to do similar with formats/informats it is a little different you would need FORMAT and/or INFORMAT statements.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
data class1;&lt;BR /&gt;
   set sashelp.class;&lt;BR /&gt;
   label name = 'Name';&lt;BR /&gt;
   format _numeric_ 8.1;&lt;BR /&gt;
   run;&lt;BR /&gt;
proc compare base=sashelp.class compare=class1;&lt;BR /&gt;
   attrib _all_ label=' ';&lt;BR /&gt;
   format _all_;&lt;BR /&gt;
   informat _all_;&lt;BR /&gt;
   run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 27 Jul 2010 15:49:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Ignore-Var-Labels-in-Proc-Compare/m-p/56048#M15661</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2010-07-27T15:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Var Labels in Proc Compare</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Ignore-Var-Labels-in-Proc-Compare/m-p/56049#M15662</link>
      <description>Again, thank you!  Good information.</description>
      <pubDate>Tue, 27 Jul 2010 16:53:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Ignore-Var-Labels-in-Proc-Compare/m-p/56049#M15662</guid>
      <dc:creator>Kastchei</dc:creator>
      <dc:date>2010-07-27T16:53:19Z</dc:date>
    </item>
  </channel>
</rss>

