<?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: ODS RTF/TAGSETS.RTF: all in a row in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-TAGSETS-RTF-all-in-a-row/m-p/239949#M8737</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, but as you can see in the picture below, with ods rtf I have two problems:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.noelshack.com/2015-51-1450430543-img1.png" target="_self"&gt;http://www.noelshack.com/2015-51-1450430543-img1.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* Big header in Word&lt;/P&gt;&lt;P&gt;* The space remains important because I print my title for my tables with a proc report. I have a two tables with a common key. One table concerns the titles ([NB...])&amp;nbsp;and the second the data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can remove the header with bodytitle option but so&amp;nbsp;parksip has no more effect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to reduce (or remove) the size of the footnote of a proc report ? I think the place is reserved even I don't use footnote at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sad that ods tagsets.rtf resolve some problems of ods rtf but create new ones (or the opposit) &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; I'm open to any idea, even tricks!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Dec 2015 09:33:15 GMT</pubDate>
    <dc:creator>problems99</dc:creator>
    <dc:date>2015-12-18T09:33:15Z</dc:date>
    <item>
      <title>ODS RTF/TAGSETS.RTF: all in a row</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-TAGSETS-RTF-all-in-a-row/m-p/239486#M8708</link>
      <description>&lt;P&gt;Hello, I have a problem: I would like to create a pretty report with different tables but I found that, with RTF, the space between each table was too big. So I searched on the net and I found that tagsets.rtf can be a solution. The problem now is that there is an automatic pagebreak that I cannot control as you can see in the picture below. How can I avoid that? Or exists it another alternative (paramter that I do not know with RTF,...)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.noelshack.com/2015-51-1450255506-image.jpg" target="_self"&gt;http://www.noelshack.com/2015-51-1450255506-image.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yhanks for yout time! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 08:55:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-TAGSETS-RTF-all-in-a-row/m-p/239486#M8708</guid>
      <dc:creator>problems99</dc:creator>
      <dc:date>2015-12-16T08:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF/TAGSETS.RTF: all in a row</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-TAGSETS-RTF-all-in-a-row/m-p/239493#M8709</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, I can't really see that image. &amp;nbsp;Post some sample code as to what you have tried, principally the"space" you are having a problem with. &amp;nbsp;This is one of two things, your style - i.e. te template you are using to output the data, or secondly the renderer you are using. &amp;nbsp;RTF is plain text marked up with tags. &amp;nbsp;You use a renderer to render the text, so Word for example opens and processes the tags to give a document. &amp;nbsp;This rendering process is affected by the Word program and may not be the same across systems/software and can be affected by application settings. &amp;nbsp;Without some further information however (example code using sashelp dataset) I can't really say.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 09:51:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-TAGSETS-RTF-all-in-a-row/m-p/239493#M8709</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-12-16T09:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF/TAGSETS.RTF: all in a row</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-TAGSETS-RTF-all-in-a-row/m-p/239547#M8714</link>
      <description>&lt;P&gt;This below&amp;nbsp;is an exemple of code. There is a page break at the start of page 2 that I do not want and with a longer text it repeat again. I don't have any problems without the lines "Title;" to the last "tagsets.rtf text=..." but I do not want a title each page. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; ods listing close;

  proc template;
     define style test2;
     parent=styles.rtf;
        style parskip / fontsize = 5pt;
     end;
  run;

  data temp; do i = 1 to 70; output; end; run;

  ods tagsets.rtf file="mparskip.rtf" OPTIONS(SECT="NONE") STARTPAGE=NO style=test2;
   ods graphics on /
	height=8cm
	width=18cm
	border=off;
ods escapechar="^";
options center nonumber rightmargin = 1.00in leftmargin = 1.00in;
Title;
ods tagsets.rtf text='Text A';
ods tagsets.rtf text="^S={font=('Arial',24pt, bold) color=white}.^n^S={font=('Arial',12pt, bold)}T E X T   B^n";
ods tagsets.rtf text="^S={font=('Arial',12pt, bold)}Text ^S={font=('Arial',12pt, light)}^S={font=('Arial',12pt, light) color=red}C^S={font=('Arial',12pt, light)}";
ods tagsets.rtf text="^n^S={font=('Arial',12pt)}_____________________________________________________________________^n^S={font=('Arial',12pt) color=white}.";
ods tagsets.rtf text="^S={font=('Arial',12pt, bold italic) textdecoration=underline}Text D";
ods tagsets.rtf text="^S={font=('Arial',12pt) color=white}. ^n^S={font=('Arial',12pt, bold)}Text^S={font=('Arial',12pt, light)}E^n^S={font=('Calibri',4pt) color=white}.";

proc print data=sashelp.class (obs=5); run;
proc print data=sashelp.class (obs=5); run;
proc print data=sashelp.class (obs=5); run;
proc print data=sashelp.class (obs=5); run;
proc print data=sashelp.class (obs=5); run;
proc print data=sashelp.class (obs=5); run;
proc print data=sashelp.class (obs=5); run;
proc print data=sashelp.class (obs=5); run;
proc print data=sashelp.class (obs=5); run;


  ods _all_ close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Dec 2015 15:42:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-TAGSETS-RTF-all-in-a-row/m-p/239547#M8714</guid>
      <dc:creator>problems99</dc:creator>
      <dc:date>2015-12-16T15:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF/TAGSETS.RTF: all in a row</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-TAGSETS-RTF-all-in-a-row/m-p/239732#M8722</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Well, I haven't used ods tagsets.rtf, I always tend to use ods rtf (which is likely the same thing now, but I know the tagsets were still development a while back). &amp;nbsp;This works fine on my machine:&lt;/P&gt;
&lt;PRE&gt;ods rtf file="s:\temp\rob\test.rtf" startpage=no;
proc report data=sashelp.class;
  columns _all_;
run;
proc report data=sashelp.class;
  columns _all_;
run;
ods rtf close;&lt;/PRE&gt;
&lt;P&gt;So maybe try adding each extra part you have in one by one, as it could be the ods text you are adding in which is causing page breaking. &amp;nbsp;Also, I would use proc report, its just that bit more flexible.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 10:39:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-TAGSETS-RTF-all-in-a-row/m-p/239732#M8722</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-12-17T10:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF/TAGSETS.RTF: all in a row</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-TAGSETS-RTF-all-in-a-row/m-p/239949#M8737</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, but as you can see in the picture below, with ods rtf I have two problems:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.noelshack.com/2015-51-1450430543-img1.png" target="_self"&gt;http://www.noelshack.com/2015-51-1450430543-img1.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* Big header in Word&lt;/P&gt;&lt;P&gt;* The space remains important because I print my title for my tables with a proc report. I have a two tables with a common key. One table concerns the titles ([NB...])&amp;nbsp;and the second the data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can remove the header with bodytitle option but so&amp;nbsp;parksip has no more effect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to reduce (or remove) the size of the footnote of a proc report ? I think the place is reserved even I don't use footnote at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sad that ods tagsets.rtf resolve some problems of ods rtf but create new ones (or the opposit) &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; I'm open to any idea, even tricks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 09:33:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-TAGSETS-RTF-all-in-a-row/m-p/239949#M8737</guid>
      <dc:creator>problems99</dc:creator>
      <dc:date>2015-12-18T09:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF/TAGSETS.RTF: all in a row</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-TAGSETS-RTF-all-in-a-row/m-p/239963#M8738</link>
      <description>&lt;P&gt;You can alter any part of the output by using styles, for instance to change a title style:&lt;/P&gt;
&lt;P&gt;title1 j=r f='Sas Monospace' h=8pt "Title";&lt;/P&gt;
&lt;P&gt;So in the above I justify to the right, set the font, and set height to 8pt.&lt;/P&gt;
&lt;P&gt;You can modify any style in proc report or the statement, or you can setup a template or modify an existing one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure what "problems" you have had with ods rtf? &amp;nbsp;The RTF markup is designed by Microsoft quite some time ago, its pretty useful for output as a word type file, but do remember it hasn't been updated in quite a while. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 11:22:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-TAGSETS-RTF-all-in-a-row/m-p/239963#M8738</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-12-18T11:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF/TAGSETS.RTF: all in a row</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-TAGSETS-RTF-all-in-a-row/m-p/240025#M8739</link>
      <description>&lt;P&gt;I assume that my problems are just details but I would like to have a report - as much as possible - surgical.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I analyzed what is built from our codes: there are always two lines&amp;nbsp;between two reports. These two lines have always the same font and the same font size than the text of the previous table. In the case&amp;nbsp;of using&amp;nbsp;the first one as title of the second one, I find that&amp;nbsp;two lines are to much, and in order to reduce the font size of these two lines to gain space, I have to reduce the font size of the "report tile" and it does not suit me of course.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The second problem are title automatically included in Word headers and for a&amp;nbsp;obscure reason bodytitle add more extra space between reports. However, this problem is for me less important that the first one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 15:52:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-TAGSETS-RTF-all-in-a-row/m-p/240025#M8739</guid>
      <dc:creator>problems99</dc:creator>
      <dc:date>2015-12-18T15:52:30Z</dc:date>
    </item>
  </channel>
</rss>

