<?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 ODS and Base Reporting in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-and-Base-Reporting/m-p/972949#M377607</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I try to have (in a rtf output) a thicker line in a table. It seems to work on SAS results screen but not on the ouput.&lt;/P&gt;&lt;P&gt;Please find the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;proc report data=FinalResults nowd split='$' CONTENTS="Table 5.1: Auroc, sensitivity and specificity Objectives for all MRMC ROC";&lt;BR /&gt;&amp;nbsp; column index variable arm ;&lt;BR /&gt;&amp;nbsp; define index / group noprint;&lt;BR /&gt;&amp;nbsp; define variable / display style={cellwidth=18%} "Population" CENTER ;&lt;BR /&gt;&amp;nbsp; define arm / display style={cellwidth=7%} "Arm" CENTER ;&lt;BR /&gt;&amp;nbsp; COMPUTE arm;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;if arm='Difference' then call define(_row_,'style', 'style={ borderbottomwidth=1pt borderbottomstyle=SOLID borderbottomcolor=black }');&lt;BR /&gt;&amp;nbsp; endcomp;&lt;BR /&gt;break before index/ contents="" page;&lt;BR /&gt;title5 "Chapter 5: MRMC RESULTS SUMMARY (PATIENT LEVEL)";&lt;BR /&gt;title6 "Table 5.1: Auroc, sensitivity and specificity Objectives for all MRMC ROC";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The template is defined like that:&lt;/P&gt;&lt;P&gt;ods escapechar='^';&lt;BR /&gt;proc template;&lt;BR /&gt;define style HeadersFootersPolice;&lt;BR /&gt;parent=styles.rtf;&lt;BR /&gt;style TitlesAndFooters /&lt;BR /&gt;fontstyle=roman&lt;BR /&gt;fontsize=1;&lt;BR /&gt;style pageno from pageno /font=fonts("strongfont") FONTSIZE=11pt posttext=" of ^{lastpage} ";&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the rtf document:&lt;/P&gt;&lt;P&gt;options papersize=A4;&lt;BR /&gt;options pageno=max orientation=landscape rightmargin=0.2cm nodate;&lt;BR /&gt;goptions device=emf;&lt;BR /&gt;ods escapechar='^';&lt;BR /&gt;ods rtf file="C:\Users\pierrehenri\OneDrive - Median Technologies SA\Clinical Team Sharepoint - iBiopsy\05. Stat Programs\03. SAS Outputs\&lt;BR /&gt;06-MRMC study\04. FDA Questions\MT_SAR_ADDENDUM_MRMC_Vol2.doc"&lt;BR /&gt;contents=yes toc_data style=HeadersFootersPolice;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank for the help.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Aug 2025 07:41:00 GMT</pubDate>
    <dc:creator>PSIOT2</dc:creator>
    <dc:date>2025-08-20T07:41:00Z</dc:date>
    <item>
      <title>ODS and Base Reporting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-and-Base-Reporting/m-p/972949#M377607</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I try to have (in a rtf output) a thicker line in a table. It seems to work on SAS results screen but not on the ouput.&lt;/P&gt;&lt;P&gt;Please find the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;proc report data=FinalResults nowd split='$' CONTENTS="Table 5.1: Auroc, sensitivity and specificity Objectives for all MRMC ROC";&lt;BR /&gt;&amp;nbsp; column index variable arm ;&lt;BR /&gt;&amp;nbsp; define index / group noprint;&lt;BR /&gt;&amp;nbsp; define variable / display style={cellwidth=18%} "Population" CENTER ;&lt;BR /&gt;&amp;nbsp; define arm / display style={cellwidth=7%} "Arm" CENTER ;&lt;BR /&gt;&amp;nbsp; COMPUTE arm;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;if arm='Difference' then call define(_row_,'style', 'style={ borderbottomwidth=1pt borderbottomstyle=SOLID borderbottomcolor=black }');&lt;BR /&gt;&amp;nbsp; endcomp;&lt;BR /&gt;break before index/ contents="" page;&lt;BR /&gt;title5 "Chapter 5: MRMC RESULTS SUMMARY (PATIENT LEVEL)";&lt;BR /&gt;title6 "Table 5.1: Auroc, sensitivity and specificity Objectives for all MRMC ROC";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The template is defined like that:&lt;/P&gt;&lt;P&gt;ods escapechar='^';&lt;BR /&gt;proc template;&lt;BR /&gt;define style HeadersFootersPolice;&lt;BR /&gt;parent=styles.rtf;&lt;BR /&gt;style TitlesAndFooters /&lt;BR /&gt;fontstyle=roman&lt;BR /&gt;fontsize=1;&lt;BR /&gt;style pageno from pageno /font=fonts("strongfont") FONTSIZE=11pt posttext=" of ^{lastpage} ";&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the rtf document:&lt;/P&gt;&lt;P&gt;options papersize=A4;&lt;BR /&gt;options pageno=max orientation=landscape rightmargin=0.2cm nodate;&lt;BR /&gt;goptions device=emf;&lt;BR /&gt;ods escapechar='^';&lt;BR /&gt;ods rtf file="C:\Users\pierrehenri\OneDrive - Median Technologies SA\Clinical Team Sharepoint - iBiopsy\05. Stat Programs\03. SAS Outputs\&lt;BR /&gt;06-MRMC study\04. FDA Questions\MT_SAR_ADDENDUM_MRMC_Vol2.doc"&lt;BR /&gt;contents=yes toc_data style=HeadersFootersPolice;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank for the help.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 07:41:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-and-Base-Reporting/m-p/972949#M377607</guid>
      <dc:creator>PSIOT2</dc:creator>
      <dc:date>2025-08-20T07:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: ODS and Base Reporting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-and-Base-Reporting/m-p/972967#M377617</link>
      <description>&lt;P&gt;If I make the BORDERBOTTOMWIDTH thicker, I can see a definite difference. Also make sure that the extension is .rtf, not .doc:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ods rtf file="C:\Users\pierrehenri\OneDrive - Median Technologies SA\Clinical Team Sharepoint - iBiopsy\05. Stat Programs\03. SAS Outputs\&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-MRMC study\04. FDA Questions\MT_SAR_ADDENDUM_MRMC_Vol2&lt;STRONG&gt;.rtf&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;contents=yes toc_data style=HeadersFootersPolice;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;COMPUTE arm;
 if arm='Difference' then 
 call define(_row_,'style', 'style={ borderbottomwidth=3pt borderbottomstyle=SOLID 
 borderbottomcolor=black }');
endcomp;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;If you continue to have problems, please send a sample of the output file as an attachment.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 12:51:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-and-Base-Reporting/m-p/972967#M377617</guid>
      <dc:creator>Kathryn_SAS</dc:creator>
      <dc:date>2025-08-20T12:51:36Z</dc:date>
    </item>
  </channel>
</rss>

