<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to delete row and column from the output in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-row-and-column-from-the-output/m-p/104795#M258421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can prevent PROC MEANS from generating the _TYPE_=0 row by adding the NWAY option.&lt;/P&gt;&lt;P&gt;You could drop the _TYPE_ column by using dsoption on output data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: navy;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-size: 10pt; color: navy;"&gt;&lt;STRONG&gt;means&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;nway&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;=para &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;noprint&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt; Variable;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt; estimate;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;output&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;=two &lt;SPAN style="color: #ff0000;"&gt;(drop=_type_)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;mean&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;(estimate)=col1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; std&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;(estimate)=col2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mean&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;StdErr&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;)=col3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-style: inherit; font-family: 'courier new', courier;"&gt;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-style: inherit; font-family: 'courier new', courier;"&gt;run;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 02:41:48 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2013-02-11T02:41:48Z</dc:date>
    <item>
      <title>how to delete row and column from the output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-row-and-column-from-the-output/m-p/104794#M258420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;How do I delete the rows and column that are in yellow bolow. I want table 1 to look like table 2 below.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;means&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=para &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;noprint&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; Variable; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; estimate; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;output&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=two &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;mean&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;(estimate)=col1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;std&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;(estimate)=col2 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;mean&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;StdErr&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;)=col3; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="448"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="40" width="64"&gt;Obs&lt;/TD&gt;&lt;TD class="xl67" width="64"&gt;Variable&lt;/TD&gt;&lt;TD class="xl67" width="64"&gt;_TYPE_&lt;/TD&gt;&lt;TD class="xl67" width="64"&gt;_FREQ_&lt;/TD&gt;&lt;TD class="xl67" width="64"&gt;col1&lt;/TD&gt;&lt;TD class="xl67" width="64"&gt;col2&lt;/TD&gt;&lt;TD class="xl67" width="64"&gt;col3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;40&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;5.91033&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;3.42236&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;0.92869&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" width="64"&gt;2&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Intercept&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;2.61495&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;0.08503&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;0.13475&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" width="64"&gt;3&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;TIMES&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;9.20571&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;1.08266&lt;/TD&gt;&lt;TD align="right" class="xl65" width="64"&gt;1.72264&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table 2&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" frame="void" rules="none" style="width: 448px;" summary="Page Layout"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="40" width="64"&gt;Obs&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Variable&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;_&amp;nbsp; FREQ_&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; col1&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;col2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;col3&lt;/TD&gt;&lt;TD width="64"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" width="64"&gt;2&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;Intercept&lt;/TD&gt;&lt;TD align="right" class="xl63" width="64"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl63" width="64"&gt;2.61495&lt;/TD&gt;&lt;TD align="right" class="xl63" width="64"&gt;0.08503&lt;/TD&gt;&lt;TD align="right" class="xl63" width="64"&gt;0.13475&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" width="64"&gt;3&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;TIMES&lt;/TD&gt;&lt;TD align="right" class="xl63" width="64"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl63" width="64"&gt;9.20571&lt;/TD&gt;&lt;TD align="right" class="xl63" width="64"&gt;1.08266&lt;/TD&gt;&lt;TD align="right" class="xl63" width="64"&gt;1.72264&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 02:31:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-row-and-column-from-the-output/m-p/104794#M258420</guid>
      <dc:creator>desireatem</dc:creator>
      <dc:date>2013-02-11T02:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete row and column from the output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-row-and-column-from-the-output/m-p/104795#M258421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can prevent PROC MEANS from generating the _TYPE_=0 row by adding the NWAY option.&lt;/P&gt;&lt;P&gt;You could drop the _TYPE_ column by using dsoption on output data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: navy;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-size: 10pt; color: navy;"&gt;&lt;STRONG&gt;means&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;nway&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;=para &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;noprint&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt; Variable;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt; estimate;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;output&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;=two &lt;SPAN style="color: #ff0000;"&gt;(drop=_type_)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;mean&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;(estimate)=col1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; std&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;(estimate)=col2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mean&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: blue;"&gt;StdErr&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; color: black;"&gt;)=col3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-style: inherit; font-family: 'courier new', courier;"&gt;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-style: inherit; font-family: 'courier new', courier;"&gt;run;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 02:41:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-row-and-column-from-the-output/m-p/104795#M258421</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-02-11T02:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete row and column from the output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-row-and-column-from-the-output/m-p/104796#M258422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 02:49:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-row-and-column-from-the-output/m-p/104796#M258422</guid>
      <dc:creator>desireatem</dc:creator>
      <dc:date>2013-02-11T02:49:09Z</dc:date>
    </item>
  </channel>
</rss>

