<?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: how to remove conflicting attributes warning from sas proc compare output? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463237#M117988</link>
    <description>there is no label for DBETYBRCON_BK here. but for the other variable there are label. Yes I have used macro and inside macro i have called that meta variable . does attributes of the variable change when we assign some value to them ?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 18 May 2018 07:55:14 GMT</pubDate>
    <dc:creator>Sukhi1</dc:creator>
    <dc:date>2018-05-18T07:55:14Z</dc:date>
    <item>
      <title>how to remove conflicting attributes warning from sas proc compare output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463218#M117971</link>
      <description>&lt;P&gt;Hi Below is the excerpt from log which I am getting . please me to remove this warning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: 4 variables have conflicting attributes in the two data sets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Listing of Common Variables with Differing Attributes&lt;/P&gt;&lt;P&gt;&amp;nbsp;Variable&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dataset&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&amp;nbsp; Length&amp;nbsp; Format&amp;nbsp;&amp;nbsp; Informat&lt;/P&gt;&lt;P&gt;&amp;nbsp;LBL_ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WORK.LIBPRD&amp;nbsp; Char&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80&amp;nbsp; $80.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WORK.LIBNEW&amp;nbsp; Char&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80&amp;nbsp; $80.&lt;BR /&gt;&amp;nbsp;LBL_NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WORK.LIBPRD&amp;nbsp; Char&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80&amp;nbsp; $80.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WORK.LIBNEW&amp;nbsp; Char&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80&amp;nbsp; $80.&lt;BR /&gt;&amp;nbsp;DBETYBRCON_BK&amp;nbsp; WORK.LIBPRD&amp;nbsp; Num&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp; BEST12.&amp;nbsp; BEST32.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WORK.LIBNEW&amp;nbsp; Num&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&lt;BR /&gt;&amp;nbsp;LBL_COMMENT&amp;nbsp;&amp;nbsp;&amp;nbsp; WORK.LIBPRD&amp;nbsp; Char&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80&amp;nbsp; $80.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WORK.LIBNEW&amp;nbsp; Char&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80&amp;nbsp; $80.&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 06:56:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463218#M117971</guid>
      <dc:creator>Sukhi1</dc:creator>
      <dc:date>2018-05-18T06:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove conflicting attributes warning from sas proc compare output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463223#M117975</link>
      <description>&lt;P&gt;You get rid of warnings/errors by fixing you code or data.&amp;nbsp; &amp;nbsp;In this case fix your data to not have conflicting attributes and the warning will go away.&amp;nbsp; This one:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;DBETYBRCON_BK&amp;nbsp; WORK.LIBPRD&amp;nbsp; Num&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp; BEST12.&amp;nbsp; BEST32.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Clearly shows it has a format and informat on one dataset, and not on the other, that is a difference.&amp;nbsp; I suspect the others differ in label, but as that is not shown, I can't be sure.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The alternative is to remove the whole metadata compare part, its one of the options, which you can find a whole list and examples of in the SAS help docs:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#n0c1y14wyd3u7yn1dmfcpaejllsn.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#n0c1y14wyd3u7yn1dmfcpaejllsn.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 07:09:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463223#M117975</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-05-18T07:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove conflicting attributes warning from sas proc compare output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463226#M117978</link>
      <description>Hello&lt;BR /&gt;I have used&lt;BR /&gt;DBETYBRCON_BK = input(DBETYBRCON_BK1, ?? best32.);&lt;BR /&gt;in data step.&lt;BR /&gt;also I have a meta data in which I have defined&lt;BR /&gt;%LET DBETYBRCON_BK = DBETYBRCON_BK LENGTH=8. FORMAT=best12. ;&lt;BR /&gt;%LET iDBETYBRCON_BK = INFORMAT DBETYBRCON_BK best32. ;&lt;BR /&gt;%LET DBETYBRCON_BK1 = DBETYBRCON_BK1 FORMAT=$80.;&lt;BR /&gt;%LET iDBETYBRCON_BK1 = INFORMAT DBETYBRCON_BK1 $80.;&lt;BR /&gt;&lt;BR /&gt;so I am unable to find why warning is coming&lt;BR /&gt;</description>
      <pubDate>Fri, 18 May 2018 07:16:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463226#M117978</guid>
      <dc:creator>Sukhi1</dc:creator>
      <dc:date>2018-05-18T07:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove conflicting attributes warning from sas proc compare output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463233#M117984</link>
      <description>&lt;P&gt;Sorry, not sure what I can add.&amp;nbsp; Look at a proc contents of each of the dataset you will clearly see differences in the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;I have used&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DBETYBRCON_BK = input(DBETYBRCON_BK1, ?? best32.);"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Firstly, avoid coding in upper case, no need to shout.&amp;nbsp; This tells me nothing, there is no attributation of the variable dbetybrcon_bk, it doesn't matter that you are reading in the data using an infomat,what is important is what the variable is created as what metadata is assigned.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"%LET DBETYBRCON_BK = DBETYBRCON_BK LENGTH=8. FORMAT=best12. ;&lt;BR /&gt;%LET iDBETYBRCON_BK = INFORMAT DBETYBRCON_BK best32. ;&lt;BR /&gt;%LET DBETYBRCON_BK1 = DBETYBRCON_BK1 FORMAT=$80.;&lt;BR /&gt;%LET iDBETYBRCON_BK1 = INFORMAT DBETYBRCON_BK1 $80.;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Why?&amp;nbsp; Put data information in datasteps, macro is not a replacement for Base SAS!!!&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Even with that, you make no mention of label on any of those variables, for dbettbrcon_bk there is no informat attribute, for the i version, there is no length or format etc.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How to create a dataset:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;data want;
  length dbetybrcon 8 ...;
  format dbetybrcon best12. ...;
  informat dbetybrcon best32. ...;
  label dbetybrcon "something" ...;
run;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Or you can blank all variables parts by:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;data want;
  set want;
  format _all_;
  informat _all_;
run;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 07:36:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463233#M117984</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-05-18T07:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove conflicting attributes warning from sas proc compare output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463237#M117988</link>
      <description>there is no label for DBETYBRCON_BK here. but for the other variable there are label. Yes I have used macro and inside macro i have called that meta variable . does attributes of the variable change when we assign some value to them ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 May 2018 07:55:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463237#M117988</guid>
      <dc:creator>Sukhi1</dc:creator>
      <dc:date>2018-05-18T07:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove conflicting attributes warning from sas proc compare output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463240#M117991</link>
      <description>&lt;P&gt;Please show your exact code.&amp;nbsp; Variables are defined once, if they do not have a specific attribute then the default is used.&amp;nbsp; You can change these later on.&amp;nbsp; Do a proc datasets on each of the datasets, you will see what the differences are.&lt;/P&gt;
&lt;P&gt;Again, I really recommend you don't put SAS code in macro variables, you are opening a whole host of problems for yourself.&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 08:07:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463240#M117991</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-05-18T08:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove conflicting attributes warning from sas proc compare output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463241#M117992</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/66070"&gt;@Sukhi1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;there is no label for DBETYBRCON_BK here. but for the other variable there are label. Yes I have used macro and inside macro i have called that meta variable . does attributes of the variable change when we assign some value to them ?&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Attributes of an &lt;EM&gt;existing&lt;/EM&gt; variable do not change. Attributes of a &lt;EM&gt;new&lt;/EM&gt; variable are set according to the values assigned to it.&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 08:09:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463241#M117992</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-05-18T08:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove conflicting attributes warning from sas proc compare output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463242#M117993</link>
      <description>DBETYBRCON_BK = input(DBETYBRCON_BK1, ?? best32.);"&lt;BR /&gt;So in this case new variable is DBETYBRCON_BK . right I wanted to have it attributes retained. after assignment.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 May 2018 08:14:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463242#M117993</guid>
      <dc:creator>Sukhi1</dc:creator>
      <dc:date>2018-05-18T08:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove conflicting attributes warning from sas proc compare output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463246#M117996</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/66070"&gt;@Sukhi1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;DBETYBRCON_BK = input(DBETYBRCON_BK1, ?? best32.);"&lt;BR /&gt;So in this case new variable is DBETYBRCON_BK . right I wanted to have it attributes retained. after assignment.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which is of course impossible because DBETYBRCON_BK1 is of type character and DBETYBRCON_BK is numeric.&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 08:21:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463246#M117996</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-05-18T08:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove conflicting attributes warning from sas proc compare output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463257#M118006</link>
      <description>I have defined the format for the above field like this .&lt;BR /&gt;%LET DBETYBRCON_BK = DBETYBRCON_BK LENGTH=8. FORMAT=best12. ;&lt;BR /&gt;%LET iDBETYBRCON_BK = INFORMAT DBETYBRCON_BK best32. ;&lt;BR /&gt;&lt;BR /&gt;now after assignment. that is after this line&lt;BR /&gt;DBETYBRCON_BK = input(DBETYBRCON_BK1, ?? best32.);"&lt;BR /&gt;it is getting something like this (proc compare)&lt;BR /&gt;DBETYBRCON_BK WORK.LIBPRD Num 8 BEST12. BEST32.&lt;BR /&gt;WORK.LIBNEW Num 8&lt;BR /&gt;</description>
      <pubDate>Fri, 18 May 2018 09:47:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463257#M118006</guid>
      <dc:creator>Sukhi1</dc:creator>
      <dc:date>2018-05-18T09:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove conflicting attributes warning from sas proc compare output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463259#M118008</link>
      <description>&lt;P&gt;This,&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;%LET DBETYBRCON_BK = DBETYBRCON_BK LENGTH=8. FORMAT=best12. ;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Does&amp;nbsp;&lt;U&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;/U&gt; define anything.&amp;nbsp; It creates a macro variable containing the text "%LET DBETYBRCON_BK = DBETYBRCON_BK LENGTH=8. FORMAT=best12. ;".&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, in that string you do not specify an informat.&amp;nbsp; However with the code:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;DBETYBRCON_BK = input(DBETYBRCON_BK1, ?? best32.);"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;you are reading data in with an informat - best32.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As I mentioned above if you want to remove all of a certain property (we often remove all informats from a dataset);&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;data want;
  set have;
  informat _all_;
run;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Again, avoid shouting code, and using macro where it is not needed.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 09:53:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463259#M118008</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-05-18T09:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove conflicting attributes warning from sas proc compare output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463260#M118009</link>
      <description>thanks I will remove all the format and informat for the time being.</description>
      <pubDate>Fri, 18 May 2018 09:59:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463260#M118009</guid>
      <dc:creator>Sukhi1</dc:creator>
      <dc:date>2018-05-18T09:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove conflicting attributes warning from sas proc compare output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463264#M118011</link>
      <description>&lt;P&gt;The %let does exactly NOTHING in itself, it just creates a macro variable for further use.&lt;/P&gt;
&lt;P&gt;Unless you use it later in an attrib statement or as part of a SQL select, it's just waste of screen space.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And once again: a numeric variable &lt;STRONG&gt;CANNOT&lt;/STRONG&gt; have the attributes of a character variable. PERIOD.&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 10:20:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463264#M118011</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-05-18T10:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove conflicting attributes warning from sas proc compare output?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463265#M118012</link>
      <description>thanks</description>
      <pubDate>Fri, 18 May 2018 10:22:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-conflicting-attributes-warning-from-sas-proc/m-p/463265#M118012</guid>
      <dc:creator>Sukhi1</dc:creator>
      <dc:date>2018-05-18T10:22:22Z</dc:date>
    </item>
  </channel>
</rss>

