<?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: Proc Compare und Output (DIF) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-und-Output-DIF/m-p/255493#M48797</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might find this group:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/CoDe-SAS-German/gp-p/code_sas" target="_blank"&gt;https://communities.sas.com/t5/CoDe-SAS-German/gp-p/code_sas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Has a better range to answer your question, my German isn't that good I am afraid. &amp;nbsp;Would you like me to move the post there for more coverage?&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2016 10:35:17 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-03-09T10:35:17Z</dc:date>
    <item>
      <title>Proc Compare und Output (DIF)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-und-Output-DIF/m-p/255467#M48785</link>
      <description>&lt;P&gt;Hallo Gemeinde,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ich habe eine Tabelle mit Datensätzen, wo sich pro ID etwas ändern kann (via ExcelAddIN). Die Veränderung muss ich für Proc Compare in 2 Tabellen erstmal aufteilen. Soweit so gut...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im Ergebnis gibt es dann die DIF Zeile, welche mit ...X...X bei char eine Differenz anzeigt. Nun möchte ich aber nicht diese Werte anzeigen sondern einfach nur den Wert 'wurde geändert'. Da sich diese Xe anhand der Stellen unterscheiden komme ich beispielsweise mit tranwrd auch nicht weiter. Numerische Werte habe ich vorher in Text umbenannt da im DIF sonst nur die wahre rechnerische Differenz steht.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jemand eine Ideee ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gruß, Sven&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:13:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-und-Output-DIF/m-p/255467#M48785</guid>
      <dc:creator>en-trust</dc:creator>
      <dc:date>2016-03-09T09:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Compare und Output (DIF)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-und-Output-DIF/m-p/255473#M48787</link>
      <description>&lt;P&gt;wie wärs mit&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if substr(compress(feld,'.'),1,1) = 'X' then ....&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:26:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-und-Output-DIF/m-p/255473#M48787</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-03-09T09:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Compare und Output (DIF)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-und-Output-DIF/m-p/255479#M48789</link>
      <description>&lt;P&gt;Wäre eine Idee, wenn ich nicht zig Varianblen vergleiche bzw. nicht weis welche es sind. Denn die Variablen ohne Veränderung werden mit .... angezeigt.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:36:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-und-Output-DIF/m-p/255479#M48789</guid>
      <dc:creator>en-trust</dc:creator>
      <dc:date>2016-03-09T09:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Compare und Output (DIF)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-und-Output-DIF/m-p/255484#M48793</link>
      <description>&lt;P&gt;Ein array über die Variablen legen und die Abfrage in einer Schleife für alle Felder wiederholen?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:52:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-und-Output-DIF/m-p/255484#M48793</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-03-09T09:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Compare und Output (DIF)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-und-Output-DIF/m-p/255493#M48797</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might find this group:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/CoDe-SAS-German/gp-p/code_sas" target="_blank"&gt;https://communities.sas.com/t5/CoDe-SAS-German/gp-p/code_sas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Has a better range to answer your question, my German isn't that good I am afraid. &amp;nbsp;Would you like me to move the post there for more coverage?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 10:35:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Compare-und-Output-DIF/m-p/255493#M48797</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-03-09T10:35:17Z</dc:date>
    </item>
  </channel>
</rss>

