<?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: WOW I didn't know SAS does not have Function for this...Do YOU have any IDEA..! in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158398#M30930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or, possibly even better yet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp; create table nullNames as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; select c_name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from have&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; group by c_name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; having min(value)=0 and max(value)=0 and nmiss(value)=0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Dec 2014 20:09:12 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2014-12-20T20:09:12Z</dc:date>
    <item>
      <title>WOW I didn't know SAS does not have Function for this...Do YOU have any IDEA..!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158393#M30925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #000000;"&gt;Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #000000;"&gt;Below is the output result of proc compare which compares two data sets and tells whether observations have matching values for variables. It the values are matching it gives the difference as 0 otherwise the calculated value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #000000;"&gt;Now I want to limit this data to only those "C_name" for which all "_OBS_" are having "Value"=0 .&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #000000;"&gt;Kindly see c_name "onn" is having one zero for its set of data and I dont want data relating to ONN to be in my new dataset. I only want those C_name for which all obs have 0 values; so the condition need to check whether the "value" is 0 for all the unique "C_names" .&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #000000;"&gt;One more thing the _OBS_ reference may change i.e here I have posted only 6 but originally this number may be huge so its better if we have something which is dynamic and automatically COUNTS the number of _OBS_ for unique c_names which will be same for all c_name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="509.77777767181396" style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;_TYPE_&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;" width="64"&gt;_TYPE_&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;_OBS_&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;" width="64"&gt;_OBS_&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;name&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;" width="64"&gt;C_name&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;metric&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;" width="64"&gt;metric&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;value&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;" width="64"&gt;value&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,1]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;hero&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;hero&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;ar_y1&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;ar_y1&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,88]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;88&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,2]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;2&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;hero&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;hero&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;ar_y2&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;ar_y2&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,-22]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;-22&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,3]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;3&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;hero&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;hero&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;ar_y3&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;ar_y3&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,-22]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;-22&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,4]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;4&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;hero&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;hero&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;cash_y1&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;cash_y1&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,79]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;79&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,5]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;5&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;hero&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;hero&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;cash_y2&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;cash_y2&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,-10]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,6]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;6&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;hero&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;hero&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;cash_y3&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;cash_y3&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,-10]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,1]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;onn&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;onn&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;ar_y1&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;ar_y1&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,0]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,2]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;2&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;onn&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;onn&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;ar_y2&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;ar_y2&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,-20]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;-20&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,3]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;3&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;onn&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;onn&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;ar_y3&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;ar_y3&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,-20]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;-20&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,4]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;4&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;onn&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;onn&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;cash_y1&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;cash_y1&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,0]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,5]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;5&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;onn&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;onn&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;cash_y2&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;cash_y2&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,-22]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;-22&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,6]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;6&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;onn&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;onn&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;cash_y3&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;cash_y3&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,75]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;75&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,1]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;yu&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;yu&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;ar_y1&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;ar_y1&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,0]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,2]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;2&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;yu&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;yu&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;ar_y2&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;ar_y2&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,0]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,3]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;3&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;yu&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;yu&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;ar_y3&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;ar_y3&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,0]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,4]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;4&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;yu&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;yu&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;cash_y1&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;cash_y1&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,0]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,5]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;5&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;yu&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;yu&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;cash_y2&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;cash_y2&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,0]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;DIF&amp;quot;]" height="22" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;DIF&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,6]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;6&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;yu&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;yu&lt;/TD&gt;&lt;TD class="xl63" data-sheets-value="[null,2,&amp;quot;cash_y3&amp;quot;]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;cash_y3&lt;/TD&gt;&lt;TD class="xl64" data-sheets-value="[null,3,null,0]" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #000000;"&gt;Requirement in NUTSHELL:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #ff00ff;"&gt;ALL the C_names which have all the values zero for all the obs (here we have only one C_name which fits our criteria&amp;nbsp; and that is "YU").&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #000000;"&gt;Thanks a lot...!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 05:39:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158393#M30925</guid>
      <dc:creator>HarshadMadhamshettiwar</dc:creator>
      <dc:date>2014-12-20T05:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: WOW I didn't know SAS does not have Function for this...Do YOU have any IDEA..!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158394#M30926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course there is a function for that, but you have to use proc sql. e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp; select distinct c_name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from have&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; group by c_name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; having sum(value) eq 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 05:51:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158394#M30926</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2014-12-20T05:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: WOW I didn't know SAS does not have Function for this...Do YOU have any IDEA..!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158395#M30927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are better off with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc sql;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;create table nullNames as&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;select c_name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from have&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;group by c_name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;having min(value)=0 and max(value)=0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;quit;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 19:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158395#M30927</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-12-20T19:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: WOW I didn't know SAS does not have Function for this...Do YOU have any IDEA..!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158396#M30928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a bad subject line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a way to do it, you don't know how, big difference. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 19:16:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158396#M30928</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-20T19:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: WOW I didn't know SAS does not have Function for this...Do YOU have any IDEA..!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158397#M30929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, if your dataset is already sorted by c_name:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data nullNames(keep=c_name);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;do until(last.c_name);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; set have; by c_name;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if value ne 0 then flag=1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; end;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if not flag then output;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;drop flag;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 19:17:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158397#M30929</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-12-20T19:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: WOW I didn't know SAS does not have Function for this...Do YOU have any IDEA..!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158398#M30930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or, possibly even better yet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp; create table nullNames as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; select c_name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from have&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; group by c_name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; having min(value)=0 and max(value)=0 and nmiss(value)=0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 20:09:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158398#M30930</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2014-12-20T20:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: WOW I didn't know SAS does not have Function for this...Do YOU have any IDEA..!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158399#M30931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd use a different approach all together, using the outstate dataset from proc compare which lists all variables that are equal in both data sets and then isolate the one where the NDIF=0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc Compare also has listequalvars option that will list the variables that are equal though that's partially useless since you can't capture it in a table.&lt;/P&gt;&lt;P&gt;I think SAS should enable a way to capture that information directly&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/ideas/1734" title="https://communities.sas.com/ideas/1734"&gt;https://communities.sas.com/ideas/1734&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt; class;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0433ff;"&gt;set&lt;/SPAN&gt; sashelp.class;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;if&lt;/SPAN&gt; age=&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;13&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0433ff;"&gt;then&lt;/SPAN&gt; weight=weight+&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;if&lt;/SPAN&gt; age=&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;16&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0433ff;"&gt;then&lt;/SPAN&gt; BMI=weight*height;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #011993;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;compare&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0433ff;"&gt;data&lt;/SPAN&gt;=sashelp.class &lt;SPAN style="color: #0433ff;"&gt;compare&lt;/SPAN&gt;=class &lt;SPAN style="color: #0433ff;"&gt;outstats&lt;/SPAN&gt;=part1 listequalvars;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #011993;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt; want;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;set&lt;/SPAN&gt; part1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;where&lt;/SPAN&gt; _type_=&lt;SPAN style="color: #942193;"&gt;'NDIF'&lt;/SPAN&gt; and _base_=&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; and _comp_=&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;keep&lt;/SPAN&gt; _var_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #011993;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #011993;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #011993;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Sample output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 10px; font-family: 'Courier New'; color: #011993;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 8px; font-family: Courier;"&gt;&lt;SPAN style="font-size: 12pt;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variables with All Equal Values&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 8px; font-family: Courier;"&gt;&lt;/P&gt;&lt;P style="font-size: 8px; font-family: Courier;"&gt;&lt;SPAN style="font-size: 12pt;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variable&amp;nbsp; Type&amp;nbsp; Len1 Len2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 8px; font-family: Courier;"&gt;&lt;/P&gt;&lt;P style="font-size: 8px; font-family: Courier;"&gt;&lt;SPAN style="font-size: 12pt;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHAR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 8px; font-family: Courier;"&gt;&lt;SPAN style="font-size: 12pt;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sex&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHAR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 20&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 8px; font-family: Courier;"&gt;&lt;SPAN style="font-size: 12pt;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NUM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 8px; font-family: Courier;"&gt;&lt;SPAN style="font-size: 12pt;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Height&amp;nbsp;&amp;nbsp;&amp;nbsp; NUM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 8px; font-family: Courier;"&gt;&lt;/P&gt;&lt;P style="font-size: 8px; font-family: Courier;"&gt;&lt;SPAN style="font-size: 12pt;"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variables with Unequal Values&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 8px; font-family: Courier;"&gt;&lt;/P&gt;&lt;P style="font-size: 8px; font-family: Courier;"&gt;&lt;SPAN style="font-size: 12pt;"&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; Variable&amp;nbsp; Type&amp;nbsp; Len1 Len2&amp;nbsp; Ndif&amp;nbsp;&amp;nbsp; MaxDif&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 8px; font-family: Courier;"&gt;&lt;/P&gt;&lt;P style="font-size: 8px; font-family: Courier;"&gt;&lt;SPAN style="font-size: 12pt;"&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; Weight&amp;nbsp;&amp;nbsp;&amp;nbsp; NUM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.000&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Dec 2014 01:01:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158399#M30931</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-21T01:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: WOW I didn't know SAS does not have Function for this...Do YOU have any IDEA..!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158400#M30932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I used mix of both options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 15:43:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158400#M30932</guid>
      <dc:creator>HarshadMadhamshettiwar</dc:creator>
      <dc:date>2014-12-26T15:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: WOW I didn't know SAS does not have Function for this...Do YOU have any IDEA..!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158401#M30933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apology for that but it is partially true if we seek some datastep functions to the job.&lt;/P&gt;&lt;P&gt;Nevertheless thanks everyone for motivating to participate and correcting newbies where we go wrong. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 15:48:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158401#M30933</guid>
      <dc:creator>HarshadMadhamshettiwar</dc:creator>
      <dc:date>2014-12-26T15:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: WOW I didn't know SAS does not have Function for this...Do YOU have any IDEA..!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158402#M30934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;
data have;
input _TYPE_ $&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;_OBS_&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;C_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$ metric $ value ;
cards;
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;hero&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ar_y1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;88
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;hero&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ar_y2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-22
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;hero&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ar_y3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-22
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;hero&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cash_y1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;79
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;hero&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cash_y2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-10
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;hero&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cash_y3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-10
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;onn&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ar_y1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;onn&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ar_y2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-20
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;onn&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ar_y3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-20
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;onn&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cash_y1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;onn&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cash_y2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-22
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;onn&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cash_y3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;75
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;yu&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ar_y1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;yu&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ar_y2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;yu&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ar_y3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;yu&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cash_y1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;yu&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cash_y2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0
DIF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;yu&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cash_y3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0
;
run;

proc sql;
&amp;nbsp; create table nullNames as
&amp;nbsp;&amp;nbsp;&amp;nbsp; select c_name
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from have
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; group by c_name
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; having sum(value ne 0)=0
&amp;nbsp; ;
quit;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 09:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WOW-I-didn-t-know-SAS-does-not-have-Function-for-this-Do-YOU/m-p/158402#M30934</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-12-27T09:36:19Z</dc:date>
    </item>
  </channel>
</rss>

