<?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 slow would the TTest procedure be ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489094#M127592</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Dr. Wicklin,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for responding. I am running your code, but obviously it did not finish in 5 seconds.&amp;nbsp;I took about 3 mins as I timed it. Again most of the time it shows "PROC TTEST running", even though in fact it might be other procedure running.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, there seems to be a problem with my computer, or SAS on my computer. I just restarted computer this Monday, and SAS earlier today. But I have access to 7 computers in all and have the program running on all of them. Now all computers get slow down, and is getting increasingly slow. Did my program make them slow? What might be the problem? How to do now?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Aug 2018 23:34:59 GMT</pubDate>
    <dc:creator>wang267</dc:creator>
    <dc:date>2018-08-22T23:34:59Z</dc:date>
    <item>
      <title>how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/488727#M127423</link>
      <description>&lt;P&gt;HI everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have you ever had the experience that the TTest procedure becomes very slow on large data set (e.g. 1000 ID1* 1000 ID2 observations) with By statement? It took me a week but still did not finish. So I cut the data set into smaller ones (i.e. 10 ID1 * 1000 ID2, and &lt;SPAN&gt;100 ID1* 100 ID2&lt;/SPAN&gt;). However,&amp;nbsp;TTest procedure took at least 3 hours to run for each smaller data set. At meantime, other procedures (e.g. proc logistic, sort ...) on the same data sets could all finish in a second. Any one havs an idea why TTest&amp;nbsp;is so slow?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 21:39:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/488727#M127423</guid>
      <dc:creator>wang267</dc:creator>
      <dc:date>2018-08-21T21:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/488762#M127433</link>
      <description>&lt;P&gt;Seems too slow.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post your code and the log from a 3 hour run.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 03:49:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/488762#M127433</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-22T03:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/488764#M127434</link>
      <description>&lt;P&gt;Thanks for replying. The program is running right now, so I will post some code tomorrow when it finish its current TTest. The TTest is only one of the procedures enclosed in a macro. Other procedures all run good. It looks like 99.99% of the time is "proc TTest running".&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 04:01:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/488764#M127434</guid>
      <dc:creator>wang267</dc:creator>
      <dc:date>2018-08-22T04:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/488900#M127508</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/223951"&gt;@wang267&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;, I had the experience that the TTEST procedure was (relatively) slow even on a tiny dataset such as sashelp.class. PROC REG was even worse, whereas other procedures (e.g. PROC LOGISTIC) ran as quickly as could be expected (milliseconds).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It turned out that (at least on my workstation) it was &lt;STRONG&gt;the creation of (default) graphs &lt;/STRONG&gt;that slowed down these procedures &lt;EM&gt;dramatically.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With SAS 9.4 (Windows 7) default settings a simple PROC TTEST call creates two graphs: "Summary Panel" and "Q-Q Plots". (PROC REG creates three and they are fairly complicated.)&amp;nbsp;In contrast, PROC LOGISTIC creates none.&amp;nbsp;When a BY statement is used, those graphs are produced &lt;EM&gt;for each BY group&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, if you're only interested in text output, you can&amp;nbsp;&lt;SPAN&gt;disable ODS Graphics processing generally:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;(and switch it on again with &lt;FONT face="courier new,courier"&gt;ods graphics on;&lt;/FONT&gt; only when you need it -- &lt;EM&gt;not&lt;/EM&gt; necessary for PROC SGPLOT etc., see &lt;A href="https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=p0kroq43yu0lspn16hk1u4c65lti.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;documentation&lt;/A&gt;). This is also the default if you run SAS in batch mode.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Or you can stop the procedure from creating those plots on a call-by-call basis:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;proc ttest data=... &lt;FONT color="#FF0000"&gt;plots=none&lt;/FONT&gt;;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;(same option for PROC REG).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A third option is to instruct SAS to create only selected outputs in selected ODS destinations, e.g., only the ODS output datasets&amp;nbsp;from PROC TTEST, but no printed output and no graphs:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods select none;
ods output ttests=ttt conflimits=cl statistics=stats equality=eqty;
proc ttest data=...;
...
run;
ods select all;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt; 100 copies of sashelp.class (i.e. merely 1900 observations in total)&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
do j=1 to 100;
  do i=1 to 19;
    set sashelp.class point=i;
    output;
  end;
end;
stop;
run;

options fullstimer;
ods graphics on; /* This is the default! */

proc ttest data=test;
by j;
class sex;
var height;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;The resulting SAS log is more than 1800 (!) lines long because it ridiculously repeats the message&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;NOTE: Multiple concurrent threads will be used to summarize data.&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;16 times for each of the 100 BY groups. The relevant part is here:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;NOTE: PROCEDURE TTEST used (Total process time):
      real time           5:24.41
      user cpu time       2:05.12
      system cpu time     59.10 seconds
      memory              92036.09k
      OS Memory           112820.00k
&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Compare this to the measurements with &lt;FONT face="courier new,courier"&gt;ods graphics off;&amp;nbsp;&lt;/FONT&gt;(which also avoids the "Multiple concurrent threads ..." notes!):&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;NOTE: PROCEDURE TTEST used (Total process time):
      real time           0.23 seconds
      user cpu time       0.14 seconds
      system cpu time     0.09 seconds
      memory              1331.81k
      OS Memory           35564.00k&lt;/PRE&gt;
&lt;P&gt;Thus, ODS graphics had increased the run-time by a factor of ~1400! (For PROC REG I've observed factors &amp;gt;10,000 -- which is insane!).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 14:28:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/488900#M127508</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-08-22T14:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/488992#M127537</link>
      <description>&lt;P&gt;Thank you so much for the respond. Yes, for repeated analysis we tried to minimize the possible output that are not used. I already turned off all the graphics, notes, outputs ,as such&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics off;
ods exclude all;
ods noresults;
options nonotes;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;however, the hours of running Ttest occurs after all these were tuned down!! I also notice the Reg procedure is also slow, but at least it runs, The ttest seems not moving at all, and the running time doubled each time for the next loop. And at a time before I noticed, it gave me error like this:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;7969     %stage_analysis_srs;
ERROR: No directory space left in ITEM STORE WORK.SASTMP-000000002
ERROR: No directory space left in ITEM STORE WORK.SASTMP-000000002
ERROR: No directory space left in ITEM STORE WORK.SASTMP-000000002&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Aug 2018 17:58:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/488992#M127537</guid>
      <dc:creator>wang267</dc:creator>
      <dc:date>2018-08-22T17:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489056#M127571</link>
      <description>&lt;P&gt;I'm not sure I understand what your data and code look like. You mentioned both BY-group processing (with ID1 and ID2 as BY variables?) and a "loop" and apparently a macro is involved, too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please provide a small sample dataset (fake data is fine)&amp;nbsp;and an example of your PROC TTEST step(s) and then explain the "dimensions" of your real data and code, e.g.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;size of the analysis dataset(s)&lt;/LI&gt;
&lt;LI&gt;(approximate) number and size of BY groups&lt;/LI&gt;
&lt;LI&gt;number of analysis variables&lt;/LI&gt;
&lt;LI&gt;how many times PROC TTEST is called&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 21:23:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489056#M127571</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-08-22T21:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489060#M127574</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/223951"&gt;@wang267&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you so much for the respond. Yes, for repeated analysis we tried to minimize the possible output that are not used. I already turned off all the graphics, notes, outputs ,as such&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics off;
ods exclude all;
ods noresults;
options nonotes;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;however, the hours of running Ttest occurs after all these were tuned down!! I also notice the Reg procedure is also slow, but at least it runs, The ttest seems not moving at all, and the running time doubled each time for the next loop. And at a time before I noticed, it gave me error like this:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;7969     %stage_analysis_srs;
ERROR: No directory space left in ITEM STORE WORK.SASTMP-000000002
ERROR: No directory space left in ITEM STORE WORK.SASTMP-000000002
ERROR: No directory space left in ITEM STORE WORK.SASTMP-000000002&lt;/CODE&gt;&lt;/PRE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That sort of error message makes me believe that you are running in a server mode and your job has hit a storage limit set by the server administrator. Or possibly you have created more output files than the OS can create file handles in a single directory.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 21:44:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489060#M127574</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-08-22T21:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489061#M127575</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733" target="_self"&gt;FreelanceReinhard&lt;/A&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Yes, the loop is to sample form a simulated population. Ideally there should be 1000iD1 * 1000ID2 samples, which is 1 million samples.&amp;nbsp;I first obtained all the samples and combined them into a single data set, then used BY ID1 ID2 statement in the following analysis (in which TTest is one step). I hope that makes the situation clear.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;All the procedures worked fine except for TTest. With the 1 million data, it was running for a week and still showing TTest running. So, I tried smaller data sets, like 10ID1 * 1000ID2, TTest still took 3 hours to run on each smaller data set, and became increasingly slower on the next data sets.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;I also spend some time on observing the log notes. it seems the running notice and the log do not always correspond. So it is also possible that another procedure was blocking. I am now trying to replace the TTest since what is needed is merely the mean difference. I am still trying and will know if the new step would run faster.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 21:45:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489061#M127575</guid>
      <dc:creator>wang267</dc:creator>
      <dc:date>2018-08-22T21:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489066#M127579</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To provide some more information so that you know how to help:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the full data set has 1&amp;nbsp;samples&amp;nbsp;with 50 obs each and 6 variables; but I cut it down into 10000&amp;nbsp;samples&amp;nbsp; and 6 variables&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;each ID1 * ID2 group&amp;nbsp; (a sample) size is 50, so, 50 * 10000 obs in the data set&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;only one variable is analyzed&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;TTEst is called 12 times in all, with other procedures in the between, not in loop .&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 22 Aug 2018 21:55:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489066#M127579</guid>
      <dc:creator>wang267</dc:creator>
      <dc:date>2018-08-22T21:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489067#M127580</link>
      <description>&lt;P&gt;I simulated a 1 million record data set and ran a t-test. I had results back in less than a second with ODS Graphics Off.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something else is going on here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would really help if you just showed the code and log at this point.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;478 data demo;&lt;BR /&gt;&lt;STRONG&gt;479 do i=1 to 1000000;&lt;/STRONG&gt;&lt;BR /&gt;480 before = rand('normal', 0, 6);&lt;BR /&gt;481 after = rand('normal', 1, 5);&lt;BR /&gt;482 output;&lt;BR /&gt;483 end;&lt;BR /&gt;484 run;&lt;/P&gt;
&lt;P&gt;NOTE: The data set WORK.DEMO has 1000000 observations and 3 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt; &lt;STRONG&gt;real time 0.23 seconds&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; cpu time 0.15 seconds&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;485&lt;BR /&gt;486 ods graphics off;&lt;BR /&gt;487 proc ttest data=demo;&lt;BR /&gt;488 paired before*after;&lt;BR /&gt;489 run;&lt;/P&gt;
&lt;P&gt;NOTE: PROCEDURE TTEST used (Total process time):&lt;BR /&gt; &lt;STRONG&gt;real time 0.24 seconds&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; cpu time 0.18 seconds&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;490 ods graphics on;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 21:56:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489067#M127580</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-22T21:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489068#M127581</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/223951"&gt;@wang267&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To provide some more information so that you know how to help:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the full data set has 1&amp;nbsp;samples&amp;nbsp;with 50 obs each and 6 variables; but I cut it down into 10000&amp;nbsp;samples&amp;nbsp; and 6 variables&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;each ID1 * ID2 group&amp;nbsp; (a sample) size is 50, so, 50 * 10000 obs in the data set&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;only one variable is analyzed&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;TTEst is called 12 times in all, with other procedures in the between, not in loop .&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I really think you need to show some code now. Specifically the PROC TTEST at this point at minimum. Otherwise we're really just guessing.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 21:57:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489068#M127581</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-22T21:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489069#M127582</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you use BY statement?&amp;nbsp; That might be a problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 22:05:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489069#M127582</guid>
      <dc:creator>wang267</dc:creator>
      <dc:date>2018-08-22T22:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489070#M127583</link>
      <description>&lt;P&gt;Nope, 5 million processed in under a second still with a BY statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please show us your code and log from the PROC TTEST.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And my computer is really basic, 4GB of RAM and 300GBHD and 4 years old so the CPU is slow as hell....&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 22:06:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489070#M127583</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-22T22:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489090#M127590</link>
      <description>&lt;P&gt;&amp;nbsp;Please&amp;nbsp;post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;your code.&amp;nbsp;&amp;nbsp;Please&amp;nbsp;post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;your code.&amp;nbsp;Please&amp;nbsp;post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;your code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For tips and a PROC TTEST example for simulated data, see &lt;A href="https://blogs.sas.com/content/iml/2013/05/30/simulation-power.html" target="_self"&gt;"Using simulation to estimate the power of a statistical test"&lt;/A&gt; and the links in that article about using BY groups and suppressing output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my book and on my blog I have shown examples of &lt;A href="https://blogs.sas.com/content/iml/2013/06/05/simulation-power-curve.html" target="_self"&gt;using simulation and PROC TTEST to compute power curves&lt;/A&gt;.&amp;nbsp;Below is an example from my blog. It runs in about 5 seconds on my PC. Try it and report what happens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Program to use simulation to compute te power of the t test 
   for mean differences in (0 to 2 by 0.1) */
%macro ODSOff(); /* Call prior to BY-group processing */
   ods graphics off;
   ods exclude all;
   ods noresults; options nonotes;
%mend;
 
%macro ODSOn(); /* Call after BY-group processing */
   ods graphics on;
   ods exclude none;
   ods results; options notes;
%mend;
 
%let n1 = 10;           /* group sizes*/
%let n2 = 10;
%let NumSamples = 1000; /* number of simulated samples */  

data PowerSim(drop=i);
call streaminit(321);
do Delta = 0 to 2 by 0.1;
   do SampleID = 1 to &amp;amp;NumSamples;
      c = 1;                            /* Group 1 */
      do i = 1 to &amp;amp;n1;
         x = rand("Normal", 0, 1);      /* x ~ N(0,1) */
         output;
      end;
      c = 2;                            /* Group 2 */
      do i = 1 to &amp;amp;n2;
         x = rand("Normal", Delta, 1); /* x ~ N(Delta, 1) */
         output;
      end;
   end;
end;
run;

/* 2. Compute (pooled) t test for each sample */
%ODSOff 
proc ttest data=PowerSim; 
   by Delta SampleID; 
   class c; 
   var x; 
   ods output ttests=TTests(where=(method="Pooled")); 
run; 
%ODSOn
 
/* Construct indicator var for obs that reject H0 at 0.05 significance */ 
data Results; 
   set TTests; 
   RejectH0 = (Probt &amp;lt;= 0.05); 
run;

/* 3. Compute proportion: (# that reject H0)/NumSamples and CI */ 
%ODSoff
proc freq data=Results; 
   by Delta;
   tables RejectH0 / nocum binomial(level='1');
   output out=Est binomial;
run;
%ODSOn


/* display a power curve */
title "Power of the t Test";
title2 "Samples are N(0,1) and N(delta,1), n1=n2=10";
proc sgplot data=Est noautolegend;
   scatter x=Delta y=_BIN_ / yerrorlower=L_Bin yerrorupper=U_Bin;
   inset ("Number of Samples"="&amp;amp;NumSamples") / border;
   yaxis min=0 max=1 label="Power (1 - P[Type II Error])" grid;
   xaxis label="Difference in Population Means" grid;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Aug 2018 23:06:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489090#M127590</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-08-22T23:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489093#M127591</link>
      <description>&lt;P&gt;OK. I just terminate the procedures and now am able to post some code so that you can help to solve the problem. ]&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro samplingconti_srs; &lt;BR /&gt; %do CI = &amp;amp;ncistart %to &amp;amp;nci;&lt;BR /&gt; %do sample = 1 %to &amp;amp;nsample;&lt;BR /&gt; proc surveyselect data=logireg method=srs seed=&amp;amp;sample.&amp;amp;ci n=&amp;amp;size out=sp_&amp;amp;sample;&lt;BR /&gt; run;&lt;BR /&gt; data sp_&amp;amp;sample; set sp_&amp;amp;sample; n_sample = &amp;amp;sample; run; &lt;BR /&gt; %end;&lt;BR /&gt; data cov&amp;amp;covmatrix.size&amp;amp;size.CI&amp;amp;CI;&lt;BR /&gt; set sp_1 - sp_&amp;amp;nsample; &lt;BR /&gt; n_CI = &amp;amp;CI; &lt;BR /&gt; run;&lt;BR /&gt; %end;&lt;BR /&gt; data disser.conti_cov&amp;amp;covmatrix.size&amp;amp;size._srs&amp;amp;ncistart._&amp;amp;nci;&lt;BR /&gt; set cov&amp;amp;covmatrix.size&amp;amp;size.CI&amp;amp;ncistart - cov&amp;amp;covmatrix.size&amp;amp;size.CI&amp;amp;nci;&lt;BR /&gt; run; &lt;BR /&gt; proc sort data=disser.conti_cov&amp;amp;covmatrix.size&amp;amp;size._srs&amp;amp;ncistart._&amp;amp;nci; by n_CI n_sample; run; &lt;BR /&gt;%mend samplingconti_srs;&lt;BR /&gt;&lt;BR /&gt;%macro modelmerge;&lt;BR /&gt; data modelfit;&lt;BR /&gt; set mdfitx1x2x3x4 mdfitx1x2x3 mdfitx1x2x4 mdfitx1x3x4 mdfitx2x3x4&lt;BR /&gt; mdfitx1x2 mdfitx1x3 mdfitx1x4 mdfitx2x3 mdfitx2x4 mdfitx3x4 mdfitx1 mdfitx2 mdfitx3 mdfitx4 mdfit;&lt;BR /&gt; run;&lt;BR /&gt;%mend modelmerge;  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;%macro DAModelFit_srs (p1, p2, p3, p4); /*add sample ID for sample data in order to locate mistake, if any*/
/*need 1000 samplings * sampling 1000 times for each sample to construct one percentile CI*/
			proc logistic data=disser.conti_cov&amp;amp;covmatrix.size&amp;amp;size._srs&amp;amp;ncistart._&amp;amp;nci;
				by n_CI n_sample; 
				model y(event="1")= &amp;amp;p1 &amp;amp;p2 &amp;amp;p3 &amp;amp;p4;
				output out=a pred=yhat; /*for Tjur coefficient*/
				ods output FitStatistics = LogLFits;/*create logl0 and loglm for McFadden*/
			run;
			 p&lt;U&gt;roc ttest data=a; class y; var yhat; &lt;/U&gt;&lt;BR /&gt;&lt;U&gt;                              by n_CI n_sample;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;                              ods output conflimits=meand1; /*for Tjur coefficient*/&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;                              run;&lt;/U&gt; /*for Tjur coefficient*/

			data modelfitMcF (keep = n_CI n_sample x1 x2 x3 x4 subset McFadden); 
				set Loglfits;
				if Criterion = '-2 Log L';
				subset = "&amp;amp;p1&amp;amp;p2&amp;amp;p3&amp;amp;p4";
				%do i =1 %to 4;
					if "&amp;amp;&amp;amp;p&amp;amp;i"="x&amp;amp;i" then x&amp;amp;i=1; else x&amp;amp;i=0;
				%end; 
			    ** to obtain Likelihoods from -2 log Likelihoods;
			    LogL0 = InterceptOnly/-2;
			    LogLM = InterceptAndCovariates/-2;
			    L0 = exp(InterceptOnly/-2);
			    LM = exp(InterceptAndCovariates/-2);
				McFadden = 1- (LogLM/LogL0);
			run; 

			data modelfitTjur (keep = n_CI n_sample x1 x2 x3 x4 subset Tjur);
				set meand1;
				if method = "Pooled";
				Tjur = abs(Mean);
				*subset = "&amp;amp;&amp;amp;modelRhs&amp;amp;i";
				subset = "&amp;amp;p1&amp;amp;p2&amp;amp;p3&amp;amp;p4";
				%do i =1 %to 4;
					if "&amp;amp;&amp;amp;p&amp;amp;i"="x&amp;amp;i" then x&amp;amp;i=1; else x&amp;amp;i=0;
				%end;
			run; 

			data mdfit&amp;amp;p1&amp;amp;p2&amp;amp;p3&amp;amp;p4;
				merge modelfitMcF modelfitTjur;
				by subset; 
			run; 
%mend DAModelFit_srs; 
&lt;BR /&gt;%macro GDmeasure_sp(spmethod);&lt;BR /&gt; data disser.conti_GDmscov&amp;amp;covmatrix.size&amp;amp;size.__&amp;amp;spmethod&amp;amp;ncistart._&amp;amp;nci;&lt;BR /&gt; merge GD_x1 GD_x2 GD_x3 GD_x4;&lt;BR /&gt; by n_CI n_sample variable;&lt;BR /&gt; D12 = GD_x1 - GD_x2;&lt;BR /&gt; D13 = GD_x1 - GD_x3;&lt;BR /&gt; D14 = GD_x1 - GD_x4;&lt;BR /&gt; D23 = GD_x2 - GD_x3;&lt;BR /&gt; D24 = GD_x2 - GD_x4;&lt;BR /&gt; D34 = GD_x3 - GD_x4;&lt;BR /&gt; R12 = GD_x1 / GD_x2;&lt;BR /&gt; R13 = GD_x1 / GD_x3;&lt;BR /&gt; R14 = GD_x1 / GD_x4;&lt;BR /&gt; R23 = GD_x2 / GD_x3;&lt;BR /&gt; R24 = GD_x2 / GD_x4;&lt;BR /&gt; R34 = GD_x3 / GD_x4; &lt;BR /&gt; run; &lt;BR /&gt;%mend GDmeasure_sp;

%macro predictorGD_sp(predictor=, rest=);
	data full&amp;amp;predictor (keep=n_CI n_sample subset &amp;amp;predictor &amp;amp;rest McFfull_&amp;amp;predictor Tjurfull_&amp;amp;predictor); 
		set modelfit (rename=(McFadden=McFfull_&amp;amp;predictor Tjur=Tjurfull_&amp;amp;predictor));
		where &amp;amp;predictor=1;
	run; 
	data sub&amp;amp;predictor (keep=n_CI n_sample subset &amp;amp;predictor &amp;amp;rest McFsub_&amp;amp;predictor Tjursub_&amp;amp;predictor); 
		set modelfit (rename=(McFadden=McFsub_&amp;amp;predictor Tjur=Tjursub_&amp;amp;predictor));
		where &amp;amp;predictor=0;
	run; 
/*	proc sort data=full&amp;amp;predictor; by descending x2 descending x3 descending x4; run;*/
/*	proc sort data=sub&amp;amp;predictor; by descending x2 descending x3 descending x4; run;*/
	proc sort data=full&amp;amp;predictor; by &amp;amp;rest; run;
	proc sort data=sub&amp;amp;predictor; by &amp;amp;rest; run;
	data add_&amp;amp;predictor;
		merge full&amp;amp;predictor sub&amp;amp;predictor;
		by &amp;amp;rest;
		McFGD = McFfull_&amp;amp;predictor - McFsub_&amp;amp;predictor;
		TjurGD = Tjurfull_&amp;amp;predictor - Tjursub_&amp;amp;predictor;
		keep n_CI n_sample &amp;amp;rest McFfull_&amp;amp;predictor McFsub_&amp;amp;predictor Tjurfull_&amp;amp;predictor Tjursub_&amp;amp;predictor McFGD TjurGD;
	run; 
	proc sql;  /*obtaining variable means by sql*/
		create table GD_&amp;amp;predictor as 
			select n_CI, n_sample, "McFGD" as Variable, avg(McFGD) as GD_&amp;amp;predictor format 8.7
				from add_&amp;amp;predictor
				group by n_CI, n_sample
			union
			select n_CI, n_sample, "TjurGD" as Variable, avg(TjurGD) as GD_&amp;amp;predictor format 8.7
				from add_&amp;amp;predictor
				group by n_CI, n_sample;
	quit; 
%mend predictorGD_sp;



%macro stage_analysis_srs;
	%do ncistart = &amp;amp;start %to &amp;amp;end %by &amp;amp;by;
	%let nci = %eval(%eval(&amp;amp;ncistart) + %eval(&amp;amp;by)-1);
		%samplingconti_srs; 
		proc datasets lib=work memtype=data nolist; delete a: cov: ful: gd: m: parent: sp: sub:; quit;  
		%DAModelFit_srs (x1, x2, x3, x4);
		%DAModelFit_srs (x1, x2, x3, );
		%DAModelFit_srs (x1, x2,  , x4);
		%DAModelFit_srs (x1,  , x3, x4);
		%DAModelFit_srs ( , x2, x3, x4);
		%DAModelFit_srs (x1, x2,  ,  );
		%DAModelFit_srs (x1,  , x3,  );
		%DAModelFit_srs (x1,  ,  , x4);
		%DAModelFit_srs ( , x2, x3,  );
		%DAModelFit_srs ( , x2,  , x4);
		%DAModelFit_srs ( ,  , x3, x4);
		%DAModelFit_srs (x1,  ,  ,  );
		%DAModelFit_srs ( , x2,  ,  );
		%DAModelFit_srs ( ,  , x3,  );
		%DAModelFit_srs ( ,  ,  , x4);
		%DAModelFit_srs ( ,  ,  ,  );
		%modelmerge; 
		proc datasets lib=work memtype=data nolist; delete mdfit:; quit;
		%predictorGD_sp(predictor=x1, rest=x2 x3 x4);
		%predictorGD_sp(predictor=x2, rest=x1 x3 x4);
		%predictorGD_sp(predictor=x3, rest=x1 x2 x4);
		%predictorGD_sp(predictor=x4, rest=x1 x2 x3);

			/*to obtain the dominance statistics to be analyzed*/
		%GDmeasure_sp(srs); 
	%end;
%mend stage_analysis_srs; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I put all the macros and the final macro wrapping up all the macros to run. (To run it, you need to simulate a population with x1 -x4 and y, and define some macro variables in the final macro). The TTEST procedure is only in one of the macros, where I underlined.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, now I find that it might not be a problem of any procedure but the space/ memory/(whatever you want to call it) thing. After I replace the TTEST, the procedures still ran slow, and got completely blocked at&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%predictorGD_sp(predictor=x1, rest=x2 x3 x4);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;A window jumped out saying something like "no space" (I cannot remember the exact wording) and provided several options : let the proedure know, cancel the submitted, terminate ... And I canceled.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the log said:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;712 %predictorGD_sp(predictor=x1, rest=x2 x3 x4);&lt;BR /&gt;ERROR: Insufficient space in file WORK.FULLX1.DATA.&lt;BR /&gt;ERROR: File WORK.FULLX1.DATA is damaged. I/O processing did not complete.&lt;/P&gt;&lt;P&gt;ERROR: Sorted run creation failure.&lt;BR /&gt;ERROR: Failure encountered while creating initial set of sorted runs.&lt;BR /&gt;ERROR: Failure encountered during external sort.&lt;BR /&gt;ERROR: User asked for termination.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am really confused at why this happened.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 23:16:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489093#M127591</guid>
      <dc:creator>wang267</dc:creator>
      <dc:date>2018-08-22T23:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489094#M127592</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Dr. Wicklin,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for responding. I am running your code, but obviously it did not finish in 5 seconds.&amp;nbsp;I took about 3 mins as I timed it. Again most of the time it shows "PROC TTEST running", even though in fact it might be other procedure running.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, there seems to be a problem with my computer, or SAS on my computer. I just restarted computer this Monday, and SAS earlier today. But I have access to 7 computers in all and have the program running on all of them. Now all computers get slow down, and is getting increasingly slow. Did my program make them slow? What might be the problem? How to do now?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 23:34:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489094#M127592</guid>
      <dc:creator>wang267</dc:creator>
      <dc:date>2018-08-22T23:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489102#M127597</link>
      <description>&lt;P&gt;I believe that FreelanceReinhard&lt;SPAN class="login-bold"&gt;, Reeza, and I have already addressed the problems in your simulation. The main problem is that you need to &lt;A href="https://blogs.sas.com/content/iml/2012/07/18/simulation-in-sas-the-slow-way-or-the-by-way.html" target="_self"&gt;replace those macro loops with BY groups to obtain performance.&lt;/A&gt;&amp;nbsp;The "window is filled" message occurs because you need to &lt;A href="https://blogs.sas.com/content/iml/2013/05/24/turn-off-ods-for-simulations.html" target="_self"&gt;suppress the ODS output, graphics, and notes when you run the simulations.&lt;/A&gt;&amp;nbsp;Carefully read and study the advice and links that have been offered up to now and check back if there is anything you don't understand.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 01:10:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489102#M127597</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-08-23T01:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489103#M127598</link>
      <description>&lt;P&gt;Based on the code you have shown, I suspect that you have filled up disk space, work directories, or&amp;nbsp;exhausted some resource. Exit out of SAS, reboot your computer, and then restart SAS and run my program. My computer is about 7-8 years old, so it is not state-of-the-art.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 01:15:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489103#M127598</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-08-23T01:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489109#M127602</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thank you. Yes , I believe I filled them up, too, even though I am not quite sure how I filled. Is there a way to clear those spaces, directory and resources once in a while with code, to prevent those from being filled up again?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 02:10:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489109#M127602</guid>
      <dc:creator>wang267</dc:creator>
      <dc:date>2018-08-23T02:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: how slow would the TTest procedure be ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489112#M127604</link>
      <description>&lt;P&gt;I reboot the computer and run your program. Again the TTEST runs for 3 mins. I am using a desktop with 32 GB RAM, and over 200 GB disk space left&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 02:59:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-slow-would-the-TTest-procedure-be/m-p/489112#M127604</guid>
      <dc:creator>wang267</dc:creator>
      <dc:date>2018-08-23T02:59:14Z</dc:date>
    </item>
  </channel>
</rss>

