<?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: HEADSKIP equivalent in ODS RTF? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/HEADSKIP-equivalent-in-ODS-RTF/m-p/58977#M7056</link>
    <description>Hi Tim, &lt;BR /&gt;
&lt;BR /&gt;
 Thank you for the quick reply but unfortunately it did not work in my program.  I got this message in my log:&lt;BR /&gt;
&lt;BR /&gt;
494        proc report data=final nowindows split='~' center /*headline headskip*/ missing&lt;BR /&gt;
495        style(header)={height=0.5in verticalalign=top};&lt;BR /&gt;
                                                      ______&lt;BR /&gt;
                                                      ______&lt;BR /&gt;
                                                      ______&lt;BR /&gt;
                                                      180&lt;BR /&gt;
                                                      180&lt;BR /&gt;
                                                      180&lt;BR /&gt;
ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;
&lt;BR /&gt;
Is the vertical align option native to version 9.2?  I am currently on 9.1.3. &lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Ryan</description>
    <pubDate>Wed, 17 Feb 2010 20:43:35 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-02-17T20:43:35Z</dc:date>
    <item>
      <title>HEADSKIP equivalent in ODS RTF?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/HEADSKIP-equivalent-in-ODS-RTF/m-p/58975#M7054</link>
      <description>Having read the online material on ODS RTF I understand that many of the LISTING options (headskip, headline, etc.) for PROC REPORT do not work in ODS RTF.  That being said, is there an alternative to the HEADSKIP option in an ODS RTF environment?&lt;BR /&gt;
&lt;BR /&gt;
I have some ideas how i can replicate the HEADSKIP effect but they mainly involve counting how many lines of data can fit on each page of the RTF table.  Is there a better way of recreating the HEADSKIP effect on proc report with ODS RTF?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Ryan</description>
      <pubDate>Wed, 17 Feb 2010 19:21:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/HEADSKIP-equivalent-in-ODS-RTF/m-p/58975#M7054</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-17T19:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: HEADSKIP equivalent in ODS RTF?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/HEADSKIP-equivalent-in-ODS-RTF/m-p/58976#M7055</link>
      <description>In markup destinations like RTF, old listing options such as HEADSKIP are replaced by style attributes. In this case, HEADSKIP puts a blank line under the column headings. You can get this effect by increasing the size of the header cells and positioning the text at the top. Something like this:&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods rtf file="headskip.rtf";&lt;BR /&gt;
proc report data=sashelp.class headskip nowd style(header)={height=0.5in verticalalign=top};&lt;BR /&gt;
run;&lt;BR /&gt;
ods rtf close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Wed, 17 Feb 2010 20:27:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/HEADSKIP-equivalent-in-ODS-RTF/m-p/58976#M7055</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2010-02-17T20:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: HEADSKIP equivalent in ODS RTF?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/HEADSKIP-equivalent-in-ODS-RTF/m-p/58977#M7056</link>
      <description>Hi Tim, &lt;BR /&gt;
&lt;BR /&gt;
 Thank you for the quick reply but unfortunately it did not work in my program.  I got this message in my log:&lt;BR /&gt;
&lt;BR /&gt;
494        proc report data=final nowindows split='~' center /*headline headskip*/ missing&lt;BR /&gt;
495        style(header)={height=0.5in verticalalign=top};&lt;BR /&gt;
                                                      ______&lt;BR /&gt;
                                                      ______&lt;BR /&gt;
                                                      ______&lt;BR /&gt;
                                                      180&lt;BR /&gt;
                                                      180&lt;BR /&gt;
                                                      180&lt;BR /&gt;
ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;
&lt;BR /&gt;
Is the vertical align option native to version 9.2?  I am currently on 9.1.3. &lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Ryan</description>
      <pubDate>Wed, 17 Feb 2010 20:43:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/HEADSKIP-equivalent-in-ODS-RTF/m-p/58977#M7056</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-17T20:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: HEADSKIP equivalent in ODS RTF?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/HEADSKIP-equivalent-in-ODS-RTF/m-p/58978#M7057</link>
      <description>Try vjust=top instead.</description>
      <pubDate>Wed, 17 Feb 2010 20:57:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/HEADSKIP-equivalent-in-ODS-RTF/m-p/58978#M7057</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2010-02-17T20:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: HEADSKIP equivalent in ODS RTF?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/HEADSKIP-equivalent-in-ODS-RTF/m-p/58979#M7058</link>
      <description>Thanks for the advice Tim, the Vjust seems to have partially fixed the problem.  However it appears I may have erred and that even the HEIGHT option may not work with 9.1.3.  Sorry to be a nuisance but I've been scouring the 9.1.3 documentation and the closest thing I see to HEIGHT is WIDTH but that seems to be a Listing option and not an RTF option.  Is there something besides HEIGHT=0.5in that I can use in the Style(header) statement instead?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Ryan</description>
      <pubDate>Wed, 17 Feb 2010 21:37:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/HEADSKIP-equivalent-in-ODS-RTF/m-p/58979#M7058</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-17T21:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: HEADSKIP equivalent in ODS RTF?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/HEADSKIP-equivalent-in-ODS-RTF/m-p/58980#M7059</link>
      <description>Sorry to bother you Tim, I found what I needed in CELLHEIGHT.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for your help.</description>
      <pubDate>Wed, 17 Feb 2010 21:42:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/HEADSKIP-equivalent-in-ODS-RTF/m-p/58980#M7059</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-17T21:42:32Z</dc:date>
    </item>
  </channel>
</rss>

