<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Proc summary question? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105261#M29387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically, all of the answers are valid in that case.&amp;nbsp; You just need to run the suggested program using new_table as the input data set, instead of temp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2012 19:06:24 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2012-08-27T19:06:24Z</dc:date>
    <item>
      <title>Proc summary question?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105256#M29382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: 'Courier New';"&gt;Hi SAS Forum,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: 'Courier New';"&gt;I have used the following “Proc summary” code to consolidate/summarize a SAS data set named “temp” generated by a set of previous code pieces (below code is a part of an on-going code). &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: 'Courier New';"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: 'Courier New';"&gt;summary&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;=temp &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;nway&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;missing&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt; Current_Date;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt; Current One_to_30 Thirty_to_60 Sixty_to_90 Ninety_plus NPNA write_off; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;output&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;=new_table(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;drop&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;=_:)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;=;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;This code outputted the following table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="padding-bottom: 0px; padding-left: 5.4pt; padding-right: 5.4pt; margin-left: 5.4pt; padding-top: 0px;" width="643"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: #333333 1pt solid; border-right: #333333 1pt solid;" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;Current_date&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: #333333 1pt solid; border-right: #333333 1pt solid;" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;Current&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: #333333 1pt solid; border-right: #333333 1pt solid;" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;One_to_30&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: #333333 1pt solid; border-right: #333333 1pt solid;" width="82"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;Thirty_to_60&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: #333333 1pt solid; border-right: #333333 1pt solid;" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;Sixty_to_90&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: #333333 1pt solid; border-right: #333333 1pt solid;" width="77"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;Ninety_plus&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: #333333 1pt solid; border-right: #333333 1pt solid;" width="74"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;NPNA&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: #333333 1pt solid; border-right: medium none;" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;write_off&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #99cc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;28-Feb-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #99cc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;15&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #99cc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;7&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #99cc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="82"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;100&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #99cc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;50&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #99cc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="77"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;33&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #99cc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="74"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;44&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #99cc00; border-top: medium none; border-right: medium none;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;5-Mar-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="82"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="77"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="74"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: medium none;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;7&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;11-Mar-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="82"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="77"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="74"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: medium none;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;31-Mar-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="82"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;6&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="77"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;27&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="74"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;6&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffcc00; border-top: medium none; border-right: medium none;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;5&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ccffff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;30-Apr-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ccffff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;33&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ccffff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;44&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ccffff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="82"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;55&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ccffff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;88&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ccffff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="77"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;100&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ccffff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="74"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;200&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ccffff; border-top: medium none; border-right: medium none;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;12-May-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="82"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="77"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="74"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: medium none;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;25&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;14-May-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="82"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="77"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="74"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: medium none;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;25&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;31-May-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;100&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;200&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="82"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;250&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;125&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="77"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;55&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="74"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;50&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #cc99ff; border-top: medium none; border-right: medium none;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: black; font-size: 8pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff00ff; font-size: 9pt;"&gt;………………………….&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff00ff; font-size: 9pt;"&gt;…………………………&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff00ff; font-size: 9pt;"&gt;…………………….&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff; font-size: 9pt;"&gt;The rows of the above output table goes on until 31-Jan-12, but I presented only a part.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff6600; font-size: 9pt;"&gt;Question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;What I need is really a table like below (where I need just monthly sums, by month end, and not by each days). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;All variables except “&lt;STRONG style="color: black; font-family: 'Arial Narrow';"&gt;write_off” are already in “monthly sum” s (which is what I need). &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="color: black; font-family: 'Arial Narrow';"&gt;Is there any way that I can include a code piece that would sum up &lt;/STRONG&gt;“&lt;STRONG style="color: black; font-family: 'Arial Narrow';"&gt;write_off” too.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="color: black; font-family: 'Arial Narrow';"&gt;Thank you for your help&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="color: black; font-family: 'Arial Narrow';"&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="color: black; font-family: 'Arial Narrow';"&gt;Mirisage&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="PADDING-BOTTOM: 0px; PADDING-LEFT: 5.4pt; WIDTH: 594px; PADDING-RIGHT: 5.4pt; MARGIN-LEFT: 5.4pt; PADDING-TOP: 0px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border: windowtext 1pt solid;" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;Current_date&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid;" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;Current&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid;" width="83"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;One_to_30&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid;" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;Thirty_to_60&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid;" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;Sixty_to_90&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid;" width="77"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;Ninety_plus&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid;" width="54"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;NPNA&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: windowtext 1pt solid; border-right: windowtext 1pt solid;" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 8pt; font-family: 'Arial Narrow';"&gt;write_off&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;28-Feb-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;15&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;7&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;100&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;50&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;33&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;44&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;31-Mar-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;6&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;27&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;6&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;15&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;30-Apr-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;33&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;44&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;55&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;88&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;100&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;200&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;31-May-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;100&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;200&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;250&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;125&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;55&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;50&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: blue; font-size: 8pt;"&gt;50&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;30-Jun-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;31-Jul-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;31-Aug-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;30-Sep-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;31-Oct-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;30-Nov-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;31-Dec-10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;31-Jan-11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;28-Feb-11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;31-Mar-11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;30-Apr-11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;31-May-11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;30-Jun-11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;31-Jul-11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;31-Aug-11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;30-Sep-11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;31-Oct-11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;30-Nov-11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;31-Dec-11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: windowtext 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="84"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;31-Jan-12&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="bottom" width="75"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="83"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="75"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="77"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="54"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: windowtext 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; border-top: medium none; border-right: windowtext 1pt solid;" valign="top" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; color: red; font-size: 8pt;"&gt;I didn’t fill this&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial Narrow'; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 17:45:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105256#M29382</guid>
      <dc:creator>Mirisage</dc:creator>
      <dc:date>2012-08-27T17:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc summary question?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105257#M29383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The simplest way is to;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data vtemp /view=vtemp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set temp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; date=intnx('month',date,0,'end');&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc sumary data=vtemp .....;&lt;BR /&gt;&amp;nbsp; class date;&lt;BR /&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 18:12:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105257#M29383</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2012-08-27T18:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc summary question?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105258#M29384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one way is to create a new variable to replace current_date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;input date mmddyy10.;&lt;/P&gt;&lt;P&gt;newdate=intnx('month',date,0,'e');&lt;/P&gt;&lt;P&gt;format date newdate date9.;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;03/21/2012&lt;/P&gt;&lt;P&gt;03/30/2012&lt;/P&gt;&lt;P&gt;02/20/2012&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;proc print;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 18:16:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105258#M29384</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2012-08-27T18:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc summary question?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105259#M29385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you really must have the Day as part of the date, then you already have some good suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find that including the Day is misleading because it actually reflects many separate days during the month, you could try using your original code and your original data, but add one line to the PROC SUMMARY:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;format current_date monyy7.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it, and see what you prefer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 18:29:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105259#M29385</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-08-27T18:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc summary question?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105260#M29386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H5&gt;Hi mkeintz, Linlin and Astounding,&lt;/H5&gt;&lt;P class="simple"&gt;&lt;/P&gt;&lt;P class="simple"&gt;Thank everyone of you for this help.&lt;/P&gt;&lt;P class="simple"&gt;Sorry, I have confused you all, I think. &lt;/P&gt;&lt;P class="simple"&gt;&lt;/P&gt;&lt;P class="simple"&gt;My following code generate the first table I have shown.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: 'Courier New';"&gt;summary&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;=temp &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;nway&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;missing&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt; Current_Date;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt; Current One_to_30 Thirty_to_60 Sixty_to_90 Ninety_plus NPNA write_off; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;output&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;=new_table(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;drop&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;=_:)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;=;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;All what I need is to further collapse the many separate days of "write_off" variable into a single month end date as shown in first 4 rows of table 2. The sums of different variables are correct in that table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 19:02:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105260#M29386</guid>
      <dc:creator>Mirisage</dc:creator>
      <dc:date>2012-08-27T19:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proc summary question?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105261#M29387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically, all of the answers are valid in that case.&amp;nbsp; You just need to run the suggested program using new_table as the input data set, instead of temp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 19:06:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105261#M29387</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-08-27T19:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc summary question?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105262#M29388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Astounding,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have run this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 0px 0.25in;"&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: #575757;"&gt;data vtemp /view=vtemp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 0px 0.5in;"&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: #575757;"&gt;&amp;nbsp;&amp;nbsp; set &lt;STRONG&gt;new_table;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 0px 0.5in;"&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: #575757;"&gt;&amp;nbsp;&amp;nbsp; date=intnx('month',date,0,'end');&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 0px 0.5in;"&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: #575757;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 0px 0.5in;"&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: #575757;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="margin: 0px 0px 0px 0.5in;"&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: #575757;"&gt;A new variable named "date" was created but all with missing values. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 0px 0.5in;"&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: #575757;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="margin: 0px 0px 0px 0.5in;"&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: #575757;"&gt;This may be beucause my original variable "current_date" was actually in this form.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;28FEB2010&lt;/P&gt;&lt;P&gt;05MAR2010&lt;/P&gt;&lt;P&gt;11MAR2010&lt;/P&gt;&lt;P&gt;23MAR2010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My tables presented above shows it in the form "28-Feb-10" because it accidently happned when I tranferred the SAS data into Excel to make the posting in the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: #575757;"&gt;In this case how should I change the yellow highlighted part below?.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: #575757;"&gt;Also, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: #575757;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="margin: 0px 0px 0px 0.25in;"&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: #575757;"&gt;data vtemp /view=vtemp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 0px 0.5in;"&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: #575757;"&gt;&amp;nbsp;&amp;nbsp; set &lt;STRONG style="font-family: Helvetica;"&gt;new_table;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 0px 0.5in;"&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: #575757;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: yellow;"&gt;date=intnx('month',date,0,'end');&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 0px 0.5in;"&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: #575757;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: fuchsia;"&gt;After created &lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-family: Helvetica; color: fuchsia;"&gt;vtemp data set, will the following code ok to get the final table I want?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;summary&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;=vtemp&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;nway&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;missing&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; date;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;output&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;=Table_I_want_finally;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank you for your time&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 19:55:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105262#M29388</guid>
      <dc:creator>Mirisage</dc:creator>
      <dc:date>2012-08-27T19:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc summary question?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105263#M29389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; date=intnx('month',current_date,0,'end');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 19:57:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105263#M29389</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2012-08-27T19:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Proc summary question?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105264#M29390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H5&gt;Hi mkeintz, Astounding and Linlin,&lt;/H5&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;Yeh, finally it worked.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff6600; font-size: 20pt;"&gt;A big thank to every one of you!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;data&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; vtemp /&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;view&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;=vtemp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; want;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;&amp;nbsp;&amp;nbsp; date=intnx(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'month'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;,current_date,&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'end'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;summary&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;=vtemp&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;nway&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;missing&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; date &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: teal; font-size: 11pt;"&gt;date9.&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; date;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Current One_to_30 Thirty_to_60 Sixty_to_90 Ninety_plus NPNA write_off;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;output&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;=Table_I_want_finally(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;drop&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;=_:)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;=;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;Mirisage&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 20:19:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105264#M29390</guid>
      <dc:creator>Mirisage</dc:creator>
      <dc:date>2012-08-27T20:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Proc summary question?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105265#M29391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mirisage,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first part of the answer to your question is this.&amp;nbsp; You will have to study the details of PROC SUMMARY.&amp;nbsp; In the longer term, you will need to understand that procedure including common options and statements that are available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your new program, it is not enough.&amp;nbsp; You left out key pieces of the original program, such as the NWAY and MISSING options on the PROC statement, the entire VAR statement, and SUM= to help define the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is unclear from your post whether CURRENT_DATE is a numeric variable on SAS's date scale, or whether it is a character string.&amp;nbsp; Looking at the report in your original post, it appears to be a SAS date because the dates come out in order.&amp;nbsp; If it were a character variable, they would appear in alphabetical order.&amp;nbsp; Do you know how to check to see whether CURRENT_DATE is numeric or character, and whether it has a default format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try taking your original program as is, and making three changes.&amp;nbsp; First, change DATA= so it says DATA=NEW_TABLE instead of DATA=TEMP.&amp;nbsp; (That means that this new step will have to be part of the same program, following the first PROC SUMMARY that you have already coded.)&amp;nbsp; Second, change OUT= so it says OUT=TABLE_I_WANT_FINALLY.&amp;nbsp; Third, add the FORMAT statement that I suggested:&amp;nbsp; FORMAT CURRENT_DATE MONYY7.;&amp;nbsp;&amp;nbsp; If those results aren't what you need, we can revisit the other approaches that use the INTNX function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 20:24:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105265#M29391</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-08-27T20:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc summary question?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105266#M29392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Astounding,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you indeed for taking your valuble time to explain the issue in such a detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a lot of things to learn from your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mirisage&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 02:13:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-summary-question/m-p/105266#M29392</guid>
      <dc:creator>Mirisage</dc:creator>
      <dc:date>2012-08-28T02:13:46Z</dc:date>
    </item>
  </channel>
</rss>

