<?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 How to reset the results attribute name in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-reset-the-results-attribute-name/m-p/45897#M6037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I'm sorry I forget some code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA SA;&lt;/P&gt;&lt;P&gt; INPUT T@@; &lt;BR /&gt;IF T&amp;lt;0 THEN CENSOR=1; &lt;BR /&gt;ELSE CENSOR=0; &lt;BR /&gt;IF _N_&amp;gt;16 THEN GROUP=2; &lt;BR /&gt;ELSE GROUP=1; T=ABS(T); &lt;BR /&gt;CARDS; &lt;BR /&gt;-2 4 -6 -6 -7.5 8.5 -9 10 -12 13 18 -19 24 26 31&lt;BR /&gt;-43 1.5 -2 3.5 6 6.5 -6.5 11 -11 13 17&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods select LIFETEST;&lt;/P&gt;&lt;P&gt;ods rtf file='D:/temp.rtf' bodytitle;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC LIFETEST METHOD=PL PLOT=(S);&lt;BR /&gt;TIME T*CENSOR(1);&lt;BR /&gt;STRATA GROUP;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Aug 2011 07:49:03 GMT</pubDate>
    <dc:creator>zhaosi</dc:creator>
    <dc:date>2011-08-10T07:49:03Z</dc:date>
    <item>
      <title>How to reset the results attribute name</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-reset-the-results-attribute-name/m-p/45896#M6036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want to use "ods select LIFETEST" to select the Survival figure and output it to the rtf file. The code as follow. When I submit it the first time. It can work. But when I submit it again. It can't work. I check it in the Results Window. Click the Survival Properties. I found that the first time submit name is LIFETEST. The second is LIFETES1. When I submit the code more times. It will named:LIFETES2,LIFETES3,LIFETES4...and so on. So my question is: Do SAS has a method to make the results attribute name same no matter how many times I submit the code. My English is not good. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;DATA SA; INPUT T@@; &lt;BR /&gt;IF T&amp;lt;0 THEN CENSOR=1; &lt;BR /&gt;ELSE CENSOR=0; &lt;BR /&gt;IF _N_&amp;gt;16 THEN GROUP=2; &lt;BR /&gt;ELSE GROUP=1; T=ABS(T); &lt;BR /&gt;CARDS; &lt;BR /&gt;-2 4 -6 -6 -7.5 8.5 -9 10 -12 13 18 -19 24 26 31&lt;BR /&gt;-43 1.5 -2 3.5 6 6.5 -6.5 11 -11 13 17&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods rtf file='D:/temp.rtf' bodytitle;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC LIFETEST METHOD=PL PLOT=(S);&lt;BR /&gt;TIME T*CENSOR(1);&lt;BR /&gt;STRATA GROUP;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 06:31:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-reset-the-results-attribute-name/m-p/45896#M6036</guid>
      <dc:creator>zhaosi</dc:creator>
      <dc:date>2011-08-10T06:31:09Z</dc:date>
    </item>
    <item>
      <title>How to reset the results attribute name</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-reset-the-results-attribute-name/m-p/45897#M6037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I'm sorry I forget some code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA SA;&lt;/P&gt;&lt;P&gt; INPUT T@@; &lt;BR /&gt;IF T&amp;lt;0 THEN CENSOR=1; &lt;BR /&gt;ELSE CENSOR=0; &lt;BR /&gt;IF _N_&amp;gt;16 THEN GROUP=2; &lt;BR /&gt;ELSE GROUP=1; T=ABS(T); &lt;BR /&gt;CARDS; &lt;BR /&gt;-2 4 -6 -6 -7.5 8.5 -9 10 -12 13 18 -19 24 26 31&lt;BR /&gt;-43 1.5 -2 3.5 6 6.5 -6.5 11 -11 13 17&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods select LIFETEST;&lt;/P&gt;&lt;P&gt;ods rtf file='D:/temp.rtf' bodytitle;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC LIFETEST METHOD=PL PLOT=(S);&lt;BR /&gt;TIME T*CENSOR(1);&lt;BR /&gt;STRATA GROUP;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 07:49:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-reset-the-results-attribute-name/m-p/45897#M6037</guid>
      <dc:creator>zhaosi</dc:creator>
      <dc:date>2011-08-10T07:49:03Z</dc:date>
    </item>
    <item>
      <title>How to reset the results attribute name</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-reset-the-results-attribute-name/m-p/45898#M6038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I solved it myselft! Thank you all the same. The command "noprint" is OK and do not use ods select. Actually I still think out another method. Using: ods exclude. But this method seems more trouble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA SA; &lt;/P&gt;&lt;P&gt;INPUT T@@; &lt;BR /&gt;IF T&amp;lt;0 THEN CENSOR=1; &lt;BR /&gt;ELSE CENSOR=0; &lt;BR /&gt;IF _N_&amp;gt;16 THEN GROUP=2; &lt;BR /&gt;ELSE GROUP=1; T=ABS(T); &lt;BR /&gt;CARDS; &lt;BR /&gt;-2 4 -6 -6 -7.5 8.5 -9 10 -12 13 18 -19 24 26 31&lt;BR /&gt; -43 1.5 -2 3.5 6 6.5 -6.5 11 -11 13 17&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title;&lt;BR /&gt;options nodate nonumber;&lt;BR /&gt;ods rtf file='D:/temp.rtf' bodytitle;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC LIFETEST METHOD=PL PLOT=(S) noprint;&lt;BR /&gt; TIME T*CENSOR(1);&lt;BR /&gt; STRATA GROUP;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 07:55:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-reset-the-results-attribute-name/m-p/45898#M6038</guid>
      <dc:creator>zhaosi</dc:creator>
      <dc:date>2011-08-10T07:55:16Z</dc:date>
    </item>
  </channel>
</rss>

