<?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 Life test options in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Proc-Life-test-options/m-p/504131#M2516</link>
    <description>&lt;P&gt;Statement should be of the form:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ODS &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;OUTPUT&lt;/STRONG&gt;&lt;/FONT&gt; &amp;lt;tableName&amp;gt; = &amp;lt;datasetName&amp;gt;;&lt;/PRE&gt;
&lt;P&gt;You're missing the OUTPUT portion of the statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/222142"&gt;@ajkalale&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods trace on/listing;

ods Homtests =  pvalue;
ods quartiles = quart;
ods ProductLimitEstimates=ple;

proc lifetest data=aashr.test outsurv=data atrisk alpha=0.05;
time Days*Status(0);
strata Treatment;
run;

ods trace off;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;Dear Comuunity,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I been trying to output a data set in the work library containing the quartiles, Log rank tests, and the Product limit estimates respectivley using the above referenced code, but I keep getting an error saying that Statement is out of order is not used properly. The error from log is found below!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (12).png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24000i6F2D78CC766BC3AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (12).png" alt="Screenshot (12).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 14 Oct 2018 20:37:47 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-10-14T20:37:47Z</dc:date>
    <item>
      <title>Proc Life test options</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Proc-Life-test-options/m-p/504130#M2515</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods trace on/listing;

ods Homtests =  pvalue;
ods quartiles = quart;
ods ProductLimitEstimates=ple;

proc lifetest data=aashr.test outsurv=data atrisk alpha=0.05;
time Days*Status(0);
strata Treatment;
run;

ods trace off;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;Dear Comuunity,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I been trying to output a data set in the work library containing the quartiles, Log rank tests, and the Product limit estimates respectivley using the above referenced code, but I keep getting an error saying that Statement is out of order is not used properly. The error from log is found below!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (12).png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24000i6F2D78CC766BC3AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (12).png" alt="Screenshot (12).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Oct 2018 20:32:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Proc-Life-test-options/m-p/504130#M2515</guid>
      <dc:creator>ajkalale</dc:creator>
      <dc:date>2018-10-14T20:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Life test options</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Proc-Life-test-options/m-p/504131#M2516</link>
      <description>&lt;P&gt;Statement should be of the form:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ODS &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;OUTPUT&lt;/STRONG&gt;&lt;/FONT&gt; &amp;lt;tableName&amp;gt; = &amp;lt;datasetName&amp;gt;;&lt;/PRE&gt;
&lt;P&gt;You're missing the OUTPUT portion of the statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/222142"&gt;@ajkalale&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods trace on/listing;

ods Homtests =  pvalue;
ods quartiles = quart;
ods ProductLimitEstimates=ple;

proc lifetest data=aashr.test outsurv=data atrisk alpha=0.05;
time Days*Status(0);
strata Treatment;
run;

ods trace off;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;Dear Comuunity,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I been trying to output a data set in the work library containing the quartiles, Log rank tests, and the Product limit estimates respectivley using the above referenced code, but I keep getting an error saying that Statement is out of order is not used properly. The error from log is found below!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (12).png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24000i6F2D78CC766BC3AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (12).png" alt="Screenshot (12).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Oct 2018 20:37:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Proc-Life-test-options/m-p/504131#M2516</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-14T20:37:47Z</dc:date>
    </item>
  </channel>
</rss>

