<?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: Data Management in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205578#M4638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I had put 11:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc sql;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create table INTER as&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.*,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; case&amp;nbsp; when -3000 &amp;lt;= (A.CODE_KM - B.CODE_KM) &amp;lt;= 3000 then "Y"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&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;&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; else "N" end as RES&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HAVE A&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left join (select distinct NAME,CODE_KM from HAVE) B&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.NAME=B.NAME;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;quit;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Note, have allowed =/- 3000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2015 10:41:02 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2015-03-19T10:41:02Z</dc:date>
    <item>
      <title>Data Management</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205573#M4633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following data set:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 532px;" summary="Page Layout"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" width="105"&gt;Name&lt;/TD&gt;&lt;TD class="xl67" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="139"&gt;Code&lt;/TD&gt;&lt;TD class="xl67" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="168"&gt;code date&lt;/TD&gt;&lt;TD class="xl67" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="120"&gt;Code km&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;0064370100&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20011212&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;5584&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;6331023700&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20021017&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;24097&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;6610051500&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20021017&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;24097&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99110475MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20021017&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;24097&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99600228MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20021017&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;24097&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;6400311200&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20030904&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;44415&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;6711021200&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20030904&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;44415&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99110054MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20030904&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;44415&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99210429MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20030904&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;44415&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;6162065600&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20031124&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;48366&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99510440MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20031124&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;48366&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99600239MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20031124&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;48366&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99740535MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20031124&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;48366&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99114106MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20040121&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;53155&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99110475MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20040806&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;67368&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99340069MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20040806&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;67368&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99600229MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20041203&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;74874&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99639912MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20041203&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;74874&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99100121MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20050124&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;78658&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99639912MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20050124&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;78658&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;1151011500&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20050125&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;78661&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;1151011500&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20050125&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;78661&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;1153004800&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20050125&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;78661&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99210429MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20050324&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;84101&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;3160003900&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20050727&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;92087&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99110475MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20050727&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;92087&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99510249MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20050727&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;92087&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99639912MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20050727&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;92087&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;6121001200&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20050811&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;92236&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99600265MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20051005&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;93268&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;2121005200&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20051111&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;95961&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;5121014100&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20051121&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;96296&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;6577081500&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20051121&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;96296&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;6577091500&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20051121&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;96296&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;2300030800&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20060505&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;104569&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;5135003900&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20060505&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;104569&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;6211208600&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20060505&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;104569&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;6325051200&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20060505&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;104569&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99110037MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20060505&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;104569&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99639912MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20060505&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;104569&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;6112547900&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20061128&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;114629&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99600229MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20061128&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;114629&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99639912MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20061128&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;114629&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99510249MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20070108&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;117880&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;5172006900&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20070131&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;119229&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99639912MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20070625&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;125672&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;5133122900&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20070921&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;129551&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99639912MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20071002&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;129784&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;3441002900&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20080107&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;130255&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;1231001200&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20080116&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;131010&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;3441006500&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20080116&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;131010&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;6121001200&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20080116&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;131010&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;6453014800&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20080116&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;131010&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;6321007900&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20080122&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;131304&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl71" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99110475MP&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20080208&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;131919&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl69" height="21" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;" width="105"&gt;0LH68150&lt;/TD&gt;&lt;TD class="xl72" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="139"&gt;99210429MP&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="168"&gt;20080208&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;" width="120"&gt;131919&lt;/TD&gt; &lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to select codes that started with (11) and code_km &amp;gt; 30000 , where there was none of the following codes (99600228MP and 99639912MP) done before the code_Km 30000&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 139px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="139"&gt;&lt;/TD&gt; &lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 06:00:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205573#M4633</guid>
      <dc:creator>Kana</dc:creator>
      <dc:date>2015-03-19T06:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data Management</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205574#M4634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;input Name $&amp;nbsp;&amp;nbsp;&amp;nbsp; Code $10.&amp;nbsp;&amp;nbsp;&amp;nbsp; code_date: YYMMDD8.&amp;nbsp;&amp;nbsp;&amp;nbsp; Code_km;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;0LH68150 0064370100 20011212 5584&lt;/P&gt;&lt;P&gt;0LH68150 6331023700 20021017 24097&lt;/P&gt;&lt;P&gt;0LH68150 6610051500 20021017 24097&lt;/P&gt;&lt;P&gt;0LH68150 99110475MP 20021017 24097&lt;/P&gt;&lt;P&gt;0LH68150 99600228MP 20021017 24097&lt;/P&gt;&lt;P&gt;0LH68150 6400311200 20030904 44415&lt;/P&gt;&lt;P&gt;0LH68150 6711021200 20030904 44415&lt;/P&gt;&lt;P&gt;0LH68150 99110054MP 20030904 44415&lt;/P&gt;&lt;P&gt;0LH68150 99210429MP 20030904 44415&lt;/P&gt;&lt;P&gt;0LH68150 6162065600 20031124 48366&lt;/P&gt;&lt;P&gt;0LH68150 99510440MP 20031124 48366&lt;/P&gt;&lt;P&gt;0LH68150 99600239MP 20031124 48366&lt;/P&gt;&lt;P&gt;0LH68150 99740535MP 20031124 48366&lt;/P&gt;&lt;P&gt;0LH68150 99114106MP 20040121 53155&lt;/P&gt;&lt;P&gt;0LH68150 99110475MP 20040806 67368&lt;/P&gt;&lt;P&gt;0LH68150 99340069MP 20040806 67368&lt;/P&gt;&lt;P&gt;0LH68150 99600229MP 20041203 74874&lt;/P&gt;&lt;P&gt;0LH68150 99639912MP 20041203 74874&lt;/P&gt;&lt;P&gt;0LH68150 99100121MP 20050124 78658&lt;/P&gt;&lt;P&gt;0LH68150 99639912MP 20050124 78658&lt;/P&gt;&lt;P&gt;0LH68150 1151011500 20050125 78661&lt;/P&gt;&lt;P&gt;0LH68150 1151011500 20050125 78661&lt;/P&gt;&lt;P&gt;0LH68150 1153004800 20050125 78661&lt;/P&gt;&lt;P&gt;0LH68150 99210429MP 20050324 84101&lt;/P&gt;&lt;P&gt;0LH68150 3160003900 20050727 92087&lt;/P&gt;&lt;P&gt;0LH68150 99110475MP 20050727 92087&lt;/P&gt;&lt;P&gt;0LH68150 99510249MP 20050727 92087&lt;/P&gt;&lt;P&gt;0LH68150 99639912MP 20050727 92087&lt;/P&gt;&lt;P&gt;0LH68150 6121001200 20050811 92236&lt;/P&gt;&lt;P&gt;0LH68150 99600265MP 20051005 93268&lt;/P&gt;&lt;P&gt;0LH68150 2121005200 20051111 95961&lt;/P&gt;&lt;P&gt;0LH68150 5121014100 20051121 96296&lt;/P&gt;&lt;P&gt;0LH68150 6577081500 20051121 96296&lt;/P&gt;&lt;P&gt;0LH68150 6577091500 20051121 96296&lt;/P&gt;&lt;P&gt;0LH68150 2300030800 20060505 104569&lt;/P&gt;&lt;P&gt;0LH68150 5135003900 20060505 104569&lt;/P&gt;&lt;P&gt;0LH68150 6211208600 20060505 104569&lt;/P&gt;&lt;P&gt;0LH68150 6325051200 20060505 104569&lt;/P&gt;&lt;P&gt;0LH68150 99110037MP 20060505 104569&lt;/P&gt;&lt;P&gt;0LH68150 99639912MP 20060505 104569&lt;/P&gt;&lt;P&gt;0LH68150 6112547900 20061128 114629&lt;/P&gt;&lt;P&gt;0LH68150 99600229MP 20061128 114629&lt;/P&gt;&lt;P&gt;0LH68150 99639912MP 20061128 114629&lt;/P&gt;&lt;P&gt;0LH68150 99510249MP 20070108 117880&lt;/P&gt;&lt;P&gt;0LH68150 5172006900 20070131 119229&lt;/P&gt;&lt;P&gt;0LH68150 99639912MP 20070625 125672&lt;/P&gt;&lt;P&gt;0LH68150 5133122900 20070921 129551&lt;/P&gt;&lt;P&gt;0LH68150 99639912MP 20071002 129784&lt;/P&gt;&lt;P&gt;0LH68150 3441002900 20080107 130255&lt;/P&gt;&lt;P&gt;0LH68150 1231001200 20080116 131010&lt;/P&gt;&lt;P&gt;0LH68150 3441006500 20080116 131010&lt;/P&gt;&lt;P&gt;0LH68150 6121001200 20080116 131010&lt;/P&gt;&lt;P&gt;0LH68150 6453014800 20080116 131010&lt;/P&gt;&lt;P&gt;0LH68150 6321007900 20080122 131304&lt;/P&gt;&lt;P&gt;0LH68150 99110475MP 20080208 131919&lt;/P&gt;&lt;P&gt;0LH68150 99210429MP 20080208 131919&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set have;&lt;/P&gt;&lt;P&gt;format pcode $10. ;&lt;/P&gt;&lt;P&gt;retain pcode;&lt;/P&gt;&lt;P&gt;if substr(code,1,2)= "11" and Code_km &amp;gt;30000 and reverse(substr(reverse(pcode),1,2)) ~= "MP" then output;&lt;/P&gt;&lt;P&gt;pcode=code;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 07:45:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205574#M4634</guid>
      <dc:creator>mohamed_zaki</dc:creator>
      <dc:date>2015-03-19T07:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data Management</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205575#M4635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Mohamed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me try and explain further:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have over a million observations with different names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;Let’s try look at this in another way&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;Each name has many codes, each code has a code_date and code_km.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;I want to know all those names where the difference between (11)&lt;BR /&gt;code with its code_km&amp;nbsp; has a difference&lt;BR /&gt;of 30000 from another code say 994561258.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt;"&gt;I want to keep the name only.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 09:03:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205575#M4635</guid>
      <dc:creator>Kana</dc:creator>
      <dc:date>2015-03-19T09:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data Management</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205576#M4636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you've pretty much written it yourself there.&amp;nbsp; Start by adding in your logic to the dataset, something like the below.&amp;nbsp; However to use the below you need to look at your data a bit more, as in your example there are three codes with 11 as prefix, in this example they all have the same distance, but maybe not always, how will you handle that?&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create table INTER as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.*,&lt;/P&gt;&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; case&amp;nbsp; when -11 &amp;lt;= (A.CODE_KM - B.CODE_KM) &amp;lt;= 11 then "Y"&lt;/P&gt;&lt;P&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;&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; else "N" end as RES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HAVE A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left join (select distinct NAME,CODE_KM from HAVE) B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.NAME=B.NAME;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;This will give you the dataset you had before, plus a Y/N column.&amp;nbsp; From that you can proc sort by name nodupkey to get your list (or you can add into the above SQL, I keep it separate to explain).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 09:40:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205576#M4636</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-03-19T09:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data Management</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205577#M4637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where does the 30000 km differnce come in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 10:07:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205577#M4637</guid>
      <dc:creator>Kana</dc:creator>
      <dc:date>2015-03-19T10:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data Management</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205578#M4638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I had put 11:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc sql;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create table INTER as&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.*,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; case&amp;nbsp; when -3000 &amp;lt;= (A.CODE_KM - B.CODE_KM) &amp;lt;= 3000 then "Y"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&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;&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; else "N" end as RES&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HAVE A&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left join (select distinct NAME,CODE_KM from HAVE) B&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.NAME=B.NAME;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;quit;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Note, have allowed =/- 3000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 10:41:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205578#M4638</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-03-19T10:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data Management</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205579#M4639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi can you explain to me what the second part of the program is doing .. thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 10:47:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205579#M4639</guid>
      <dc:creator>Kana</dc:creator>
      <dc:date>2015-03-19T10:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data Management</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205580#M4640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I really should write the code correctly:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc sql;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create table INTER as&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.*,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; case&amp;nbsp; when -3000 &amp;lt;= (A.CODE_KM - B.CODE_KM) &amp;lt;= 3000 then "Y"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&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;&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; else "N" end as RES&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HAVE A&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left join (select distinct NAME,CODE_KM from HAVE where substr(CODE,1,2)="11") B&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;/* Merge on the KM from record with code prefixed by 11, so &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;78661 is merge onto all records in the example, so the calculated RES can be done. &lt;/SPAN&gt;*/&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.NAME=B.NAME;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 11:38:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205580#M4640</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-03-19T11:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data Management</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205581#M4641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i want to compare the mileage og ay just 2 other code sto the 11 defect code..say the km differnce between&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;99110037MP&lt;/P&gt;&lt;P&gt;9999125481&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone assist me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 05:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205581#M4641</guid>
      <dc:creator>Kana</dc:creator>
      <dc:date>2015-03-20T05:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data Management</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205582#M4642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i want to compare the mileage og ay just 2 other code sto the 11 defect code..say the km differnce between&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;99110037MP&lt;/P&gt;&lt;P&gt;9999125481&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to the 11 code .. adn keep only the 11 code. &lt;/P&gt;&lt;P&gt;can anyone assist me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 05:24:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-Management/m-p/205582#M4642</guid>
      <dc:creator>Kana</dc:creator>
      <dc:date>2015-03-20T05:24:22Z</dc:date>
    </item>
  </channel>
</rss>

