<?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 TTEST NOPRINT in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-TTEST-NOPRINT/m-p/94944#M4714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this has anything to do with macros. That's not the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try Rick Wicklin's suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does this mean "maybe because the sas code contain an ods select (who I need to have pvalue to print):"? If you're going to make statements like this, you need to show us your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Apr 2013 14:10:43 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2013-04-02T14:10:43Z</dc:date>
    <item>
      <title>PROC TTEST NOPRINT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-TTEST-NOPRINT/m-p/94940#M4710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: Arial;"&gt;Dear all&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN lang="EN-GB" style="font-family: Arial;"&gt;I think Noprint option isn’t allowed with Proc Ttest. How can I use Proc&lt;BR /&gt;Ttest without having the output printed?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: Arial;"&gt;Thanks in advance for any help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 13:36:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-TTEST-NOPRINT/m-p/94940#M4710</guid>
      <dc:creator>L_L</dc:creator>
      <dc:date>2013-04-02T13:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TTEST NOPRINT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-TTEST-NOPRINT/m-p/94941#M4711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ods listing select none;&lt;/P&gt;&lt;P&gt;proc ttest ...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods listing select all;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 13:48:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-TTEST-NOPRINT/m-p/94941#M4711</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2013-04-02T13:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TTEST NOPRINT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-TTEST-NOPRINT/m-p/94942#M4712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ods exclude all;&lt;/P&gt;&lt;P&gt;proc ttest...&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods exclude none;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 14:02:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-TTEST-NOPRINT/m-p/94942#M4712</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-04-02T14:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TTEST NOPRINT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-TTEST-NOPRINT/m-p/94943#M4713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The proc ttest is inside a Macro.&lt;/P&gt;&lt;P&gt;If I use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;listing&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;select&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; none; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;%&lt;STRONG&gt;&lt;EM&gt;ttest&lt;/EM&gt;&lt;/STRONG&gt; (DB=ds, STRAT=gender, VAR=age);&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;The code ends with the error message:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The LISTING destination is not active; no select/exclude lists are available.&lt;/P&gt;&lt;P&gt;maybe because the sas code contain an ods select (who I need to have pvalue to print):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc ttest data=..;&lt;/P&gt;&lt;P&gt;class ..;&lt;/P&gt;&lt;P&gt;var ...;&lt;/P&gt;&lt;P&gt;ods output equality=equalvar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ttest=test;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 14:06:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-TTEST-NOPRINT/m-p/94943#M4713</guid>
      <dc:creator>L_L</dc:creator>
      <dc:date>2013-04-02T14:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TTEST NOPRINT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-TTEST-NOPRINT/m-p/94944#M4714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this has anything to do with macros. That's not the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try Rick Wicklin's suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does this mean "maybe because the sas code contain an ods select (who I need to have pvalue to print):"? If you're going to make statements like this, you need to show us your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 14:10:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-TTEST-NOPRINT/m-p/94944#M4714</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2013-04-02T14:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TTEST NOPRINT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-TTEST-NOPRINT/m-p/94945#M4715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes!&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 14:15:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-TTEST-NOPRINT/m-p/94945#M4715</guid>
      <dc:creator>L_L</dc:creator>
      <dc:date>2013-04-02T14:15:44Z</dc:date>
    </item>
  </channel>
</rss>

