<?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 report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report/m-p/916546#M26502</link>
    <description>&lt;P&gt;I think you have left out ODS ESCAPECHAR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the first four lines, which work for me&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let pgm = l_test ;
ods escapechar='^';
ods tagsets.rtf file = "abc.rtf";
proc report nowd data=class&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: In the future, please do not attach files. Any time you need to show us output, make a screen capture and include it in your reply using the "Insert Photos" icon, which looks like a little camera. In particular, many people refuse to download Microsoft Office documents as they can besecurity threats.&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2024 19:13:22 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2024-02-16T19:13:22Z</dc:date>
    <item>
      <title>proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report/m-p/916531#M26501</link>
      <description>&lt;PRE&gt;&lt;CODE class=""&gt;%let pgm = l_test ;&lt;BR /&gt;ods tagsets. file = "&amp;amp;_output/&amp;amp;pgm..rtf;
proc report nowd data=class
 style(report)=[rules=none frame=void]
 style(header)=[background=white borderbottomcolor=black borderbottomwidth=2
 background=_undef_];
 col ('^S={borderbottomcolor=black borderbottomwidth=2} '
 ('^S={borderbottomcolor=white borderbottomwidth=2 } '
 '^S={borderbottomcolor=white borderbottomwidth=2 } ' name)
 ('^S={borderbottomcolor=black borderbottomwidth=2}this is spanned'
 ('^S={borderbottomcolor=black borderbottomwidth=2} A' age sex)
 ('^S={borderbottomcolor=white borderbottomwidth=2' _empty)
 ('^S={borderbottomcolor=black borderbottomwidth=2} B' weight height)));
 define _empty/' ' style(column)={cellwidth=1% borderrightcolor=red
 borderrightwidth=5};
 compute after _page_ / style={bordertopcolor=black bordertopwidth=2};
 line ' ';
 endcomp;
run;
ods tagsets.rtf close; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to use proc report style option but some reason it is not been resolving.&amp;nbsp; I have tried using data from sashelp library and attached is my output. Can anyone help why it is not resolving in my SAS EG ?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 18:42:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report/m-p/916531#M26501</guid>
      <dc:creator>unnati</dc:creator>
      <dc:date>2024-02-16T18:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report/m-p/916546#M26502</link>
      <description>&lt;P&gt;I think you have left out ODS ESCAPECHAR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the first four lines, which work for me&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let pgm = l_test ;
ods escapechar='^';
ods tagsets.rtf file = "abc.rtf";
proc report nowd data=class&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: In the future, please do not attach files. Any time you need to show us output, make a screen capture and include it in your reply using the "Insert Photos" icon, which looks like a little camera. In particular, many people refuse to download Microsoft Office documents as they can besecurity threats.&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 19:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report/m-p/916546#M26502</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-02-16T19:13:22Z</dc:date>
    </item>
  </channel>
</rss>

