<?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: Need Help - how to change window title text from 'SAS Output' to custom text? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-Help-how-to-change-window-title-text-from-SAS-Output-to/m-p/216101#M14169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; It was my understanding the you do not need options() for the TITLE with ODS HTML. Just this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods html&lt;SPAN style="color: #ff00ff; font-size: 14pt;"&gt; file='c:\temp\use_title.html' (title='Wombat')&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;proc print data=sashelp.class;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods html close;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example from the doc for the use of TITLE= -- it is a suboption and known to HTML -- doesn't need the word "options" in front of the parentheses. There are a few other suboptions that are specific to HTML, like (DYNAMIC) or (NO_TOP_MATTER) or (URL=), etc.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/67325/HTML/default/viewer.htm#n0onpp2holuauhn1gyb7lzx6knr7.htm#p1mm46r64k72fgn11daxljutkd86" title="http://support.sas.com/documentation/cdl/en/odsug/67325/HTML/default/viewer.htm#n0onpp2holuauhn1gyb7lzx6knr7.htm#p1mm46r64k72fgn11daxljutkd86"&gt;SAS(R) 9.4 Output Delivery System: User's Guide, Third Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 21:00:19 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2015-06-29T21:00:19Z</dc:date>
    <item>
      <title>Need Help - how to change window title text from 'SAS Output' to custom text?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-Help-how-to-change-window-title-text-from-SAS-Output-to/m-p/216100#M14168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would like to change default 'SAS Output' text that is displayed as Window title to some custom text . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use following code to output to html files;&amp;nbsp; the macro loops through several time to create html file for each product (creating hundreds of files) that contains table.&amp;nbsp; The report uses custom template created using proc template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS html file="test.htm" (url=none)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style = tabledata2;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to add Options(title='test.txt') stamen before style=tabledata2, but it does not work.&amp;nbsp; Do I have to make change in Proc template?&amp;nbsp; if so, in what container and what stamen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:29:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-Help-how-to-change-window-title-text-from-SAS-Output-to/m-p/216100#M14168</guid>
      <dc:creator>BhargavDesai</dc:creator>
      <dc:date>2015-06-29T15:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help - how to change window title text from 'SAS Output' to custom text?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-Help-how-to-change-window-title-text-from-SAS-Output-to/m-p/216101#M14169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; It was my understanding the you do not need options() for the TITLE with ODS HTML. Just this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods html&lt;SPAN style="color: #ff00ff; font-size: 14pt;"&gt; file='c:\temp\use_title.html' (title='Wombat')&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;proc print data=sashelp.class;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods html close;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example from the doc for the use of TITLE= -- it is a suboption and known to HTML -- doesn't need the word "options" in front of the parentheses. There are a few other suboptions that are specific to HTML, like (DYNAMIC) or (NO_TOP_MATTER) or (URL=), etc.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/67325/HTML/default/viewer.htm#n0onpp2holuauhn1gyb7lzx6knr7.htm#p1mm46r64k72fgn11daxljutkd86" title="http://support.sas.com/documentation/cdl/en/odsug/67325/HTML/default/viewer.htm#n0onpp2holuauhn1gyb7lzx6knr7.htm#p1mm46r64k72fgn11daxljutkd86"&gt;SAS(R) 9.4 Output Delivery System: User's Guide, Third Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 21:00:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-Help-how-to-change-window-title-text-from-SAS-Output-to/m-p/216101#M14169</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-06-29T21:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help - how to change window title text from 'SAS Output' to custom text?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-Help-how-to-change-window-title-text-from-SAS-Output-to/m-p/216102#M14170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.&amp;nbsp; It worked;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 17:27:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-Help-how-to-change-window-title-text-from-SAS-Output-to/m-p/216102#M14170</guid>
      <dc:creator>BhargavDesai</dc:creator>
      <dc:date>2015-07-02T17:27:03Z</dc:date>
    </item>
  </channel>
</rss>

