<?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 HTML - remove top &amp;quot;system title&amp;quot; in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-remove-top-quot-system-title-quot/m-p/209969#M267348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just submit&lt;/P&gt;&lt;P&gt;title;&lt;/P&gt;&lt;P&gt;See &lt;A href="http://blogs.sas.com/content/iml/2015/05/04/clear-sas-titles.html"&gt;"An easy way to clear your SAS titles."&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2015 15:31:30 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2015-06-19T15:31:30Z</dc:date>
    <item>
      <title>ODS HTML - remove top "system title"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-remove-top-quot-system-title-quot/m-p/209967#M267346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to remove the top system title when generating a mail with ODS HTML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS LISTING CLOSE;&lt;/P&gt;&lt;P&gt;ODS HTML BODY=output style=journal;&lt;/P&gt;&lt;P&gt;ods noptitle NOPROCTITLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;title " "; /* &amp;lt;---- remove this entirely, the title is empty, but there are still an empty areay displayed on top */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS TEXT="&amp;lt;p align=""center""&amp;gt;&amp;lt;img src=""&amp;amp;path.38303288_&amp;amp;stempel..gif""&amp;gt;&amp;lt;/img&amp;gt;&amp;lt;/p&amp;gt;";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS TEXT="&amp;lt;p align=""center""&amp;gt;&amp;lt;img src=""&amp;amp;path.3834_&amp;amp;stempel..gif""&amp;gt;&amp;lt;/img&amp;gt;&amp;lt;/p&amp;gt;";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ODS TEXT="&amp;lt;BR&amp;gt; Med Venlig Hilsen&amp;lt;br&amp;gt;OKR (&amp;lt;a href='mailto:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:OKNRfaellespostkasse@tdc.dk"&gt;OKNRfaellespostkasse@tdc.dk&lt;/A&gt;&lt;SPAN&gt;'&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:OKNRfaellespostkasse@tdc.dk"&gt;OKNRfaellespostkasse@tdc.dk&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/a&amp;gt;)&amp;lt;br&amp;gt;&amp;lt;IMG SRC='\\tdk.dk\west\COMMON\OKB_DATA\PUBLIC\logo_okb.png'&amp;gt;&amp;lt;br&amp;gt;";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS HTML CLOSE;&lt;/P&gt;&lt;P&gt;ODS LISTING;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Kasper&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 13:01:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-remove-top-quot-system-title-quot/m-p/209967#M267346</guid>
      <dc:creator>bergsorensen</dc:creator>
      <dc:date>2015-06-19T13:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML - remove top "system title"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-remove-top-quot-system-title-quot/m-p/209968#M267347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;Title;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you specify a character: " " then that becomes the title line.&lt;/P&gt;&lt;P&gt;Also to clear footnotes:&lt;/P&gt;&lt;P&gt;Footnote;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This actually works for levels. If you have assigned 8 titles and want to keep the first three lines, say they are common to a project, but don't want the remaining 5 for the next output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Title4;&lt;/P&gt;&lt;P&gt;clears titles starting at the fourth line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 14:37:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-remove-top-quot-system-title-quot/m-p/209968#M267347</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-19T14:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML - remove top "system title"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-remove-top-quot-system-title-quot/m-p/209969#M267348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just submit&lt;/P&gt;&lt;P&gt;title;&lt;/P&gt;&lt;P&gt;See &lt;A href="http://blogs.sas.com/content/iml/2015/05/04/clear-sas-titles.html"&gt;"An easy way to clear your SAS titles."&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 15:31:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-remove-top-quot-system-title-quot/m-p/209969#M267348</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-06-19T15:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML - remove top "system title"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-remove-top-quot-system-title-quot/m-p/209970#M267349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect - thank you for the clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Kasper&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 05:48:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-HTML-remove-top-quot-system-title-quot/m-p/209970#M267349</guid>
      <dc:creator>bergsorensen</dc:creator>
      <dc:date>2015-06-22T05:48:18Z</dc:date>
    </item>
  </channel>
</rss>

