<?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: ERROR: Procedure TTEST not found. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685832#M208039</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for the suggestion. I started from a fresh session but still the same issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code:&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;&lt;STRONG&gt;ttest&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;data&lt;/SPAN&gt;=mylib.final &lt;SPAN class="s2"&gt;H0&lt;/SPAN&gt;=&lt;SPAN class="s3"&gt;&lt;STRONG&gt;120&lt;/STRONG&gt;&lt;/SPAN&gt; sides=U;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;var&lt;/SPAN&gt; sysbp;&lt;/P&gt;&lt;P class="p2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN class="s4"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s4"&gt;this is the log&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P class="p2"&gt;NOTE: PROCEDURE TTEST used (Total process time):&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;real time &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0.03 seconds&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;cpu time&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0.01 seconds&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;24 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;proc ttest data=mylib.final H0=120 sides=U;&lt;/P&gt;&lt;P class="p2"&gt;ERROR: Procedure TTEST not found.&lt;/P&gt;&lt;P class="p2"&gt;25 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;var sysbp;&lt;/P&gt;&lt;P class="p2"&gt;26 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;run;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Sep 2020 18:57:52 GMT</pubDate>
    <dc:creator>Zozo1998</dc:creator>
    <dc:date>2020-09-22T18:57:52Z</dc:date>
    <item>
      <title>ERROR: Procedure TTEST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685680#M207990</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use SAS 9.4 on my Virtual machine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to run this code a proc ttest but kept getting the same error message:&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Procedure TTEST not found.&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;I know the code is correct because someone else ran it fine.&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;I ran:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    proc setinit noalias;
    run;&lt;/PRE&gt;&lt;P&gt;And my licence is not expired.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is my only option re-installing?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 12:46:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685680#M207990</guid>
      <dc:creator>Zozo1998</dc:creator>
      <dc:date>2020-09-22T12:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure TTEST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685681#M207991</link>
      <description>&lt;P&gt;When you run PROC SETINIT, does it indicate that &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;SAS/STAT&lt;/STRONG&gt;&lt;/FONT&gt; is installed and not yet expired (as shown below when I run it on my computer)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Product expiration dates:
---Base SAS Software                                                                                    30OCT2020
---SAS/STAT                                                                                             30OCT2020
&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Sep 2020 12:50:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685681#M207991</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-09-22T12:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure TTEST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685683#M207992</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I think it does.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I get:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;---Base SAS Software&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;31MAY2021 (CPU A)&lt;/P&gt;&lt;P class="p1"&gt;---SAS/STAT&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;31MAY2021 (CPU A&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 12:58:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685683#M207992</guid>
      <dc:creator>Zozo1998</dc:creator>
      <dc:date>2020-09-22T12:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure TTEST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685685#M207993</link>
      <description>&lt;P&gt;Do other SAS/STAT procedures work properly?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only solution I know of is to re-install SAS.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 13:03:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685685#M207993</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-09-22T13:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure TTEST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685686#M207994</link>
      <description>&lt;P&gt;Yeah, other procedures work fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I will be resorting to re-installing SAS. I am just worried the same thing will happen&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 13:04:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685686#M207994</guid>
      <dc:creator>Zozo1998</dc:creator>
      <dc:date>2020-09-22T13:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure TTEST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685733#M208019</link>
      <description>Restart your session to ensure you start from a clean session, run your code and show us the full code and log. It's really weird for one proc to disappear and not the whole suite...</description>
      <pubDate>Tue, 22 Sep 2020 15:32:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685733#M208019</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-09-22T15:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure TTEST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685832#M208039</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for the suggestion. I started from a fresh session but still the same issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code:&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;&lt;STRONG&gt;ttest&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;data&lt;/SPAN&gt;=mylib.final &lt;SPAN class="s2"&gt;H0&lt;/SPAN&gt;=&lt;SPAN class="s3"&gt;&lt;STRONG&gt;120&lt;/STRONG&gt;&lt;/SPAN&gt; sides=U;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;var&lt;/SPAN&gt; sysbp;&lt;/P&gt;&lt;P class="p2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN class="s4"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s4"&gt;this is the log&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P class="p2"&gt;NOTE: PROCEDURE TTEST used (Total process time):&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;real time &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0.03 seconds&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;cpu time&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0.01 seconds&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;24 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;proc ttest data=mylib.final H0=120 sides=U;&lt;/P&gt;&lt;P class="p2"&gt;ERROR: Procedure TTEST not found.&lt;/P&gt;&lt;P class="p2"&gt;25 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;var sysbp;&lt;/P&gt;&lt;P class="p2"&gt;26 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;run;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 18:57:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685832#M208039</guid>
      <dc:creator>Zozo1998</dc:creator>
      <dc:date>2020-09-22T18:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure TTEST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685848#M208042</link>
      <description>&lt;P&gt;mylib is defined at start up?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run the following and post the log from a clean session&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc ttest data=sashelp.class h0=12 sides=U;
var age;
run;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Sep 2020 19:49:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685848#M208042</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-09-22T19:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure TTEST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685854#M208043</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mylib is defined in earlier step.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just ran the code you sent me in a fresh session, here is the log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;WARNING:&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;C:\Program Files\SASHome\SASFoundation\9.4\cmp\sasmsg IS MISSING FROM CONCATENATION.&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Could not find extension: (tkcal)&lt;/P&gt;&lt;P class="p1"&gt;ERROR: NEW Connection startup for ycsinit failed to load tkcal.&lt;/P&gt;&lt;P class="p1"&gt;WARNING: One or more libraries specified in the concatenated library SASHELP&lt;/P&gt;&lt;P class="p1"&gt;WARNING: do not exist.&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;These libraries were removed from the concatenation.&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Could not find extension: (tkcal)&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Scoped connection startup for ycsinit failed to load tkcal.&lt;/P&gt;&lt;P class="p1"&gt;1&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;proc ttest data=sashelp.class h0=12 sides=U;&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Procedure TTEST not found.&lt;/P&gt;&lt;P class="p1"&gt;2&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;var age;&lt;/P&gt;&lt;P class="p1"&gt;3&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;run;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P class="p1"&gt;NOTE: PROCEDURE TTEST used (Total process time):&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;real time &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0.03 seconds&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;cpu time&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0.03 seconds&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 19:56:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685854#M208043</guid>
      <dc:creator>Zozo1998</dc:creator>
      <dc:date>2020-09-22T19:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure TTEST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685862#M208047</link>
      <description>That's a little more useful. I'd send that to SAS tech support (if you have a SAS license) and get them to help you out. It looks like someone may have modified the config file or a file incorrectly.</description>
      <pubDate>Tue, 22 Sep 2020 20:05:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-TTEST-not-found/m-p/685862#M208047</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-09-22T20:05:50Z</dc:date>
    </item>
  </channel>
</rss>

