<?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 SUDAAN noprint option - eliminate headers in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SUDAAN-noprint-option-eliminate-headers/m-p/62953#M17902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you cannot get it any other way then direct the print out to another file.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename sudaan temp;&lt;/P&gt;&lt;P&gt;proc printto print=sudaan ; run;&lt;/P&gt;&lt;P&gt;proc sudaan ....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;proc printto print=print; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Sep 2011 14:35:18 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2011-09-11T14:35:18Z</dc:date>
    <item>
      <title>SUDAAN noprint option - eliminate headers</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SUDAAN-noprint-option-eliminate-headers/m-p/62952#M17901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure this is the place for a SUDAAN question - if there's a SUDAAN community like this great SAS one, just let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the NOPRINT option with PROC DESCRIPT - but the SUDAAN header, number of OBS, etc still prints.&amp;nbsp; The tables are not printing - but I'd like to leave the output screen blank after running the PROC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I'd like to eliminate.&amp;nbsp; Turning off the ODS listing didn't work.&lt;/P&gt;&lt;P&gt;&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;&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; S U D A A N&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; Software for the Statistical Analysis of Correlated Data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Copyright&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Research Triangle Institute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; October 2009&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;&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; Release 10.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESIGN SUMMARY: Variances will be com[puted using the Taylor Linearization Method, Assuming a Stratified, Without Replacement (STRWOR) Design&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sample Weight: WTANAL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stage 1 Stratification Variable: STRAT_YR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stage 1 Sample Count Variable: SAMCNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number of observations read&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp; 3551&amp;nbsp;&amp;nbsp;&amp;nbsp; Weighted count :&amp;nbsp;&amp;nbsp; 179376&lt;/P&gt;&lt;P&gt;Number of observations skipped :&amp;nbsp;&amp;nbsp; 3155&lt;/P&gt;&lt;P&gt;(WEIGHT variable nonpositive)&lt;/P&gt;&lt;P&gt;Denominator degrees of freedom :&amp;nbsp;&amp;nbsp; 3539&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Sep 2011 14:31:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SUDAAN-noprint-option-eliminate-headers/m-p/62952#M17901</guid>
      <dc:creator>anjgupta</dc:creator>
      <dc:date>2011-09-11T14:31:26Z</dc:date>
    </item>
    <item>
      <title>SUDAAN noprint option - eliminate headers</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SUDAAN-noprint-option-eliminate-headers/m-p/62953#M17902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you cannot get it any other way then direct the print out to another file.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename sudaan temp;&lt;/P&gt;&lt;P&gt;proc printto print=sudaan ; run;&lt;/P&gt;&lt;P&gt;proc sudaan ....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;proc printto print=print; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Sep 2011 14:35:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SUDAAN-noprint-option-eliminate-headers/m-p/62953#M17902</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2011-09-11T14:35:18Z</dc:date>
    </item>
    <item>
      <title>SUDAAN noprint option - eliminate headers</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SUDAAN-noprint-option-eliminate-headers/m-p/62954#M17903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; I did confirm with RTI (owner of SUDAAN) there is no way to avoid printing the header, FYI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 13:06:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SUDAAN-noprint-option-eliminate-headers/m-p/62954#M17903</guid>
      <dc:creator>anjgupta</dc:creator>
      <dc:date>2011-09-13T13:06:05Z</dc:date>
    </item>
  </channel>
</rss>

