<?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: report in rtf file without row lines and column lines in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/report-in-rtf-file-without-row-lines-and-column-lines/m-p/516259#M139415</link>
    <description>&lt;P&gt;Quick google:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/50/231.html" target="_blank"&gt;http://support.sas.com/kb/50/231.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/24/537.html" target="_blank"&gt;http://support.sas.com/kb/24/537.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you could just use:&lt;/P&gt;
&lt;PRE&gt;style(column)=(vjust=middle just=dec);
&lt;/PRE&gt;</description>
    <pubDate>Tue, 27 Nov 2018 09:29:13 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-11-27T09:29:13Z</dc:date>
    <item>
      <title>report in rtf file without row lines and column lines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/report-in-rtf-file-without-row-lines-and-column-lines/m-p/516232#M139397</link>
      <description>&lt;P&gt;hi i am having sashelp.heart dataset i want to report in rtf file there should be no lines between variable name and variable values only border should be there. it should be done using proc report.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 06:14:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/report-in-rtf-file-without-row-lines-and-column-lines/m-p/516232#M139397</guid>
      <dc:creator>ravindra2</dc:creator>
      <dc:date>2018-11-27T06:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: report in rtf file without row lines and column lines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/report-in-rtf-file-without-row-lines-and-column-lines/m-p/516238#M139400</link>
      <description>&lt;P&gt;Please post the code you already have, so that we have something to work with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are some pre-defined styles printing not the full grid. I can't remember which one it is.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 07:28:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/report-in-rtf-file-without-row-lines-and-column-lines/m-p/516238#M139400</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-11-27T07:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: report in rtf file without row lines and column lines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/report-in-rtf-file-without-row-lines-and-column-lines/m-p/516250#M139410</link>
      <description>&lt;P&gt;The quality of any response you get here will depend greatly on the quality of your question.&amp;nbsp; Follow the guidance below the post a question button - show some test data in the form of a datastep:&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show what the output should look like.&amp;nbsp; Show what code you have.&lt;/P&gt;
&lt;P&gt;As such there is nothing to answer here currently.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 09:08:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/report-in-rtf-file-without-row-lines-and-column-lines/m-p/516250#M139410</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-11-27T09:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: report in rtf file without row lines and column lines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/report-in-rtf-file-without-row-lines-and-column-lines/m-p/516257#M139413</link>
      <description>&lt;P&gt;i removed lines now there is a new task that decimal places should be in a order like&lt;/P&gt;&lt;P&gt;N&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3217&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1986&lt;/P&gt;&lt;P&gt;mean&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 64.70&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 64.98&lt;/P&gt;&lt;P&gt;Std&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3.594&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3.556&lt;/P&gt;&lt;P&gt;Min&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 54.75&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;51.5&lt;/P&gt;&lt;P&gt;Max&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 76.5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 76&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options orientation=landscape;
ods listing close;
ods rtf file='D:\report\heart_task1.rtf' startpage=no style=journal;
ods escapechar='^';
title 'Demographic of heart with height';
proc report data=st2 style(report)={rules=none frame=hsides cellspacing=0 cellpadding=0}STYLE(header) = [foreground=black background=cxD9D9D9
 cellheight=.23in
borderbottomwidth=.5pt borderbottomcolor=black
bordertopwidth=.5pt bordertopcolor=black
borderleftwidth=.5pt borderleftcolor=cxD9D9D9
borderrightwidth=.5pt borderrightcolor=cxD9D9D9]
nowd;
column sex alive dead total;
define sex/display ' ';
compute sex;
if sex='Male' or sex='Female' or sex='N' or sex='Mean' or sex='Std' or sex='Min' or sex='Max' then do;
call define (_col_,'style','style={leftmargin=.30in}');
end;
endcomp;
define alive/display "Alive(N=&amp;amp;nvar1)" style(column)={vjust=middle};
define dead/display "Dead(N=&amp;amp;nvar2)" style(column)={vjust=middle};
define total/display "Total(N=&amp;amp;nvar3)"style(column)={vjust=middle};
run;
footnote 'Please add above values in the table';
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Nov 2018 09:24:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/report-in-rtf-file-without-row-lines-and-column-lines/m-p/516257#M139413</guid>
      <dc:creator>ravindra2</dc:creator>
      <dc:date>2018-11-27T09:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: report in rtf file without row lines and column lines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/report-in-rtf-file-without-row-lines-and-column-lines/m-p/516259#M139415</link>
      <description>&lt;P&gt;Quick google:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/50/231.html" target="_blank"&gt;http://support.sas.com/kb/50/231.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/24/537.html" target="_blank"&gt;http://support.sas.com/kb/24/537.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you could just use:&lt;/P&gt;
&lt;PRE&gt;style(column)=(vjust=middle just=dec);
&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Nov 2018 09:29:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/report-in-rtf-file-without-row-lines-and-column-lines/m-p/516259#M139415</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-11-27T09:29:13Z</dc:date>
    </item>
  </channel>
</rss>

