<?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: Procedure LIFETEST not found.  Help! in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Procedure-LIFETEST-not-found-Help/m-p/44254#M11679</link>
    <description>Though this is a bit late in this thread, the filedetv8 and filedetv9 will list the programs that are actually installed on a system.  See this tech report&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/20/390.html" target="_blank"&gt;http://support.sas.com/kb/20/390.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier</description>
    <pubDate>Thu, 30 Oct 2008 12:54:58 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2008-10-30T12:54:58Z</dc:date>
    <item>
      <title>Procedure LIFETEST not found.  Help!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Procedure-LIFETEST-not-found-Help/m-p/44249#M11674</link>
      <description>Hello all:&lt;BR /&gt;
&lt;BR /&gt;
I'm trying to run the procedure LIFETEST but I'm getting an error.  Here's my code:&lt;BR /&gt;
&lt;BR /&gt;
proc lifetest data=here.hw1;&lt;BR /&gt;
intervals=(12,24,36,48,60,72);&lt;BR /&gt;
method=life;&lt;BR /&gt;
time=t*(1);&lt;BR /&gt;
strata by race;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Here's the SAS log:&lt;BR /&gt;
&lt;BR /&gt;
78   proc lifetest data=here.hw1;&lt;BR /&gt;
ERROR: Procedure LIFETEST not found.&lt;BR /&gt;
79   intervals=(12,24,36,48,60,72);&lt;BR /&gt;
80   method=life;&lt;BR /&gt;
81   time=t*(1);&lt;BR /&gt;
82   strata by race;&lt;BR /&gt;
83   run;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: PROCEDURE LIFETEST used (Total process time):&lt;BR /&gt;
      real time           0.01 seconds&lt;BR /&gt;
      cpu time            0.01 seconds&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Here's my version of SAS:&lt;BR /&gt;
&lt;BR /&gt;
SAS 9.1.3 Service Pack 3&lt;BR /&gt;
XP_PRO platform&lt;BR /&gt;
&lt;BR /&gt;
Nothing I can find indicates I would be missing the lifetest procedure.  This is a version of SAS obtained through my university.  Please let me know what might be the issue.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance!</description>
      <pubDate>Fri, 05 Sep 2008 17:26:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Procedure-LIFETEST-not-found-Help/m-p/44249#M11674</guid>
      <dc:creator>MGaddis</dc:creator>
      <dc:date>2008-09-05T17:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Procedure LIFETEST not found.  Help!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Procedure-LIFETEST-not-found-Help/m-p/44250#M11675</link>
      <description>Possibly the SAS/STAT component was not installed with SAS Base?  Are you sure you are licensed for SAS/STAT?&lt;BR /&gt;
&lt;BR /&gt;
Try to find your "install" file within your SAS install directory, if SAS is on your local system.  For SAS 9, it should be a text-format file, possibly named sas91_*.txt (where "*" is a numeric suffix).  In this file, I find comp1=, comp2= statements.&lt;BR /&gt;
&lt;BR /&gt;
And, I cannot remember if there is a DICTIONARY table with info about the installed components - that info escapes me, if if it does exist - I searched and could find no reference on the SAS support website &lt;A href="http://support/sas.com/" target="_blank"&gt;http://support/sas.com/&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
Hope this info helps.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sat, 06 Sep 2008 00:18:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Procedure-LIFETEST-not-found-Help/m-p/44250#M11675</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-09-06T00:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Procedure LIFETEST not found.  Help!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Procedure-LIFETEST-not-found-Help/m-p/44251#M11676</link>
      <description>The setinit procedure shows installed componentes and the remaining time of the licence. Just execute &lt;BR /&gt;
[pre]proc setinit; &lt;BR /&gt;
run;[/pre]</description>
      <pubDate>Tue, 09 Sep 2008 06:26:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Procedure-LIFETEST-not-found-Help/m-p/44251#M11676</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2008-09-09T06:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Procedure LIFETEST not found.  Help!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Procedure-LIFETEST-not-found-Help/m-p/44252#M11677</link>
      <description>More precisely, SETINIT shows the products that are LICENSED, not the ones that are installed in any given instance.&lt;BR /&gt;
&lt;BR /&gt;
If you run SETINIT, it will tell you if you have SAS/Stat licensed.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Tue, 09 Sep 2008 13:56:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Procedure-LIFETEST-not-found-Help/m-p/44252#M11677</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2008-09-09T13:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Procedure LIFETEST not found.  Help!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Procedure-LIFETEST-not-found-Help/m-p/44253#M11678</link>
      <description>Thanks!  I'm not sure how I managed to get through 9 months without needing it or noticing it, but indeed I only had SAS BASE installed.  When I entered the installation disc again I was able to add the other packages.  Thanks for your help!</description>
      <pubDate>Thu, 11 Sep 2008 21:46:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Procedure-LIFETEST-not-found-Help/m-p/44253#M11678</guid>
      <dc:creator>MGaddis</dc:creator>
      <dc:date>2008-09-11T21:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Procedure LIFETEST not found.  Help!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Procedure-LIFETEST-not-found-Help/m-p/44254#M11679</link>
      <description>Though this is a bit late in this thread, the filedetv8 and filedetv9 will list the programs that are actually installed on a system.  See this tech report&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/20/390.html" target="_blank"&gt;http://support.sas.com/kb/20/390.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier</description>
      <pubDate>Thu, 30 Oct 2008 12:54:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Procedure-LIFETEST-not-found-Help/m-p/44254#M11679</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2008-10-30T12:54:58Z</dc:date>
    </item>
  </channel>
</rss>

