<?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 TEXT on the first page in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-TEXT-on-the-first-page/m-p/308977#M17299</link>
    <description>&lt;P&gt;I would not use ods text for that. &amp;nbsp;Put the text you want to apper on the first page in a dataset, then proc report that data, you can supress labels by putting a space and drop borders and get the text you want on page 1. &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2016 11:35:26 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-11-03T11:35:26Z</dc:date>
    <item>
      <title>ODS RTF TEXT on the first page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-TEXT-on-the-first-page/m-p/308975#M17298</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got a problem with "ods rtf text". I want a text (using ods rtf text) on the first page of my output. Her is an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS ESCAPECHAR ='~';
ods rtf startpage=no notoc_data;
title1 j=l 'Project' j=r 'page ~{PAGEOF}'; 
title2 j=l 'Text on first page';

	ods rtf startpage=now;
	ods rtf text="Text on first page"; 

ods rtf startpage=now;

title2 j=l 'Analysis'; 
title3 j=l '1. Origin'; 

	PROC TABULATE data=sashelp.cars;
		class Origin;  
		table Origin,(N pctn='%'*F=4.1); 
	RUN;  

ods rtf startpage=now;

title3 j=l '2. DriveTrain'; 
ods rtf text="~S={outputwidth=100% just=l} {\tc\b\f3\fs0\cf8 2. DriveTrain}"; 

	ods rtf text="It's working on each other page, but not the first"; 

ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is always the table immediately after my text. I want the text on the first and the table on the second page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you can help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 11:24:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-TEXT-on-the-first-page/m-p/308975#M17298</guid>
      <dc:creator>SASUserMD</dc:creator>
      <dc:date>2016-11-03T11:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF TEXT on the first page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-TEXT-on-the-first-page/m-p/308977#M17299</link>
      <description>&lt;P&gt;I would not use ods text for that. &amp;nbsp;Put the text you want to apper on the first page in a dataset, then proc report that data, you can supress labels by putting a space and drop borders and get the text you want on page 1. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 11:35:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-TEXT-on-the-first-page/m-p/308977#M17299</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-11-03T11:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF TEXT on the first page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-TEXT-on-the-first-page/m-p/308989#M17300</link>
      <description>&lt;P&gt;Sounds good. But I have to use ods rtf text. Is it possible to create an invisible table/report?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 12:29:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-TEXT-on-the-first-page/m-p/308989#M17300</guid>
      <dc:creator>SASUserMD</dc:creator>
      <dc:date>2016-11-03T12:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF TEXT on the first page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-TEXT-on-the-first-page/m-p/309032#M17306</link>
      <description>&lt;P&gt;Ah, that old chestnut "&lt;SPAN&gt;But I have to use"...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, you can create reports which don;t look like reports, set borders to none for instance, set labels to " ".&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 14:11:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-TEXT-on-the-first-page/m-p/309032#M17306</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-11-03T14:11:44Z</dc:date>
    </item>
  </channel>
</rss>

