<?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 Ods template in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Ods-template/m-p/920386#M44482</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template; 
 define tagset tagsets.test; 
 parent=tagsets.phtml; 
 define event doc; 
 start: 
 put HTMLDOCTYPE NL NL NL; 
 put '&amp;lt;html xmlns:o="urn:schemas-microsoft-com:office:office"' NL; 
 put 'xmlns:x="urn:schemas-microsoft-com:office:excel"' NL; 
 put 'xmlns="http://www.w3.org/TR/REC-html40"&amp;gt;' NL; 
 
 finish: 
 put "&amp;lt;/html&amp;gt;" NL; 
 end; 
 
 define event doc_head; 
 start: 
 put "&amp;lt;head&amp;gt;" NL; 
 put VALUE NL; 
 put "&amp;lt;style&amp;gt;" NL "&amp;lt;!--" NL; 
 trigger alignstyle; 
 put "--&amp;gt;" NL "&amp;lt;/style&amp;gt;" NL; 
 finish: 
 
 put " &amp;lt;!--[if gte mso 9]&amp;gt;&amp;lt;xml&amp;gt;" NL; 
 put " &amp;lt;x:ExcelWorkbook&amp;gt;" NL; 
 put " &amp;lt;x:ExcelWorksheets&amp;gt;" NL; 
 put " &amp;lt;x:ExcelWorksheet&amp;gt;" NL; 
 put " &amp;lt;x:Name&amp;gt;Sheet1&amp;lt;/x:Name&amp;gt;" NL; 
 put " &amp;lt;x:WorksheetOptions&amp;gt;" NL; 
 put " &amp;lt;x:Zoom&amp;gt;100&amp;lt;/x:Zoom&amp;gt;" NL; 
 put " &amp;lt;x:Selected/&amp;gt;" NL; 
 put " &amp;lt;x:Panes&amp;gt;" NL; 
 put " &amp;lt;x:Pane&amp;gt;" NL; 
 put " &amp;lt;x:Number&amp;gt;3&amp;lt;/x:Number&amp;gt;" NL; 
 put " &amp;lt;x:ActiveCol&amp;gt;1&amp;lt;/x:ActiveCol&amp;gt;" NL; 
 put " &amp;lt;/x:Pane&amp;gt;" NL; 
 put " &amp;lt;/x:Panes&amp;gt;" NL; 
 put " &amp;lt;x:ProtectContents&amp;gt;False&amp;lt;/x:ProtectContents&amp;gt;" NL; 
 put " &amp;lt;x:ProtectObjects&amp;gt;False&amp;lt;/x:ProtectObjects&amp;gt;" NL; 
 put " &amp;lt;x:ProtectScenarios&amp;gt;False&amp;lt;/x:ProtectScenarios&amp;gt;" NL; 
 put " &amp;lt;/x:WorksheetOptions&amp;gt;" NL; 
 put " &amp;lt;/x:ExcelWorksheet&amp;gt; " NL; 
 put " &amp;lt;x:WindowHeight&amp;gt;8070&amp;lt;/x:WindowHeight&amp;gt; " NL; 
 put " &amp;lt;x:WindowWidth&amp;gt;10380&amp;lt;/x:WindowWidth&amp;gt; " NL; 
 put " &amp;lt;x:WindowTopX&amp;gt;480&amp;lt;/x:WindowTopX&amp;gt; " NL; 
 put " &amp;lt;x:WindowTopY&amp;gt;120&amp;lt;/x:WindowTopY&amp;gt; " NL; 
 put " &amp;lt;x:ProtectStructure&amp;gt;False&amp;lt;/x:ProtectStructure&amp;gt; " NL; 
 put " &amp;lt;x:ProtectWindows&amp;gt;False&amp;lt;/x:ProtectWindows&amp;gt;" NL; 
 put " &amp;lt;/x:ExcelWorkbook&amp;gt;" NL; 
 put " &amp;lt;/xml&amp;gt;&amp;lt;![endif]--&amp;gt; " NL; 
 put "&amp;lt;/head&amp;gt;" NL; 
 end; 
 end; 
run; 
title j=left "Title1" j=right "Title 2";
ods markup file="report.html" tagset=tagsets.test    ;
proc report data=sashelp.class nowd   ;

run;
ods markup close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;title j=left "Title1" j=right "Title 2";&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daily1_0-1710493412955.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94638i53C513D2AD131557/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daily1_0-1710493412955.png" alt="Daily1_0-1710493412955.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I want two titles on one line, with 'Title 1' aligned to the left and 'Title 2' aligned to the right.&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2024 09:07:59 GMT</pubDate>
    <dc:creator>Daily1</dc:creator>
    <dc:date>2024-03-15T09:07:59Z</dc:date>
    <item>
      <title>Ods template</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Ods-template/m-p/920386#M44482</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template; 
 define tagset tagsets.test; 
 parent=tagsets.phtml; 
 define event doc; 
 start: 
 put HTMLDOCTYPE NL NL NL; 
 put '&amp;lt;html xmlns:o="urn:schemas-microsoft-com:office:office"' NL; 
 put 'xmlns:x="urn:schemas-microsoft-com:office:excel"' NL; 
 put 'xmlns="http://www.w3.org/TR/REC-html40"&amp;gt;' NL; 
 
 finish: 
 put "&amp;lt;/html&amp;gt;" NL; 
 end; 
 
 define event doc_head; 
 start: 
 put "&amp;lt;head&amp;gt;" NL; 
 put VALUE NL; 
 put "&amp;lt;style&amp;gt;" NL "&amp;lt;!--" NL; 
 trigger alignstyle; 
 put "--&amp;gt;" NL "&amp;lt;/style&amp;gt;" NL; 
 finish: 
 
 put " &amp;lt;!--[if gte mso 9]&amp;gt;&amp;lt;xml&amp;gt;" NL; 
 put " &amp;lt;x:ExcelWorkbook&amp;gt;" NL; 
 put " &amp;lt;x:ExcelWorksheets&amp;gt;" NL; 
 put " &amp;lt;x:ExcelWorksheet&amp;gt;" NL; 
 put " &amp;lt;x:Name&amp;gt;Sheet1&amp;lt;/x:Name&amp;gt;" NL; 
 put " &amp;lt;x:WorksheetOptions&amp;gt;" NL; 
 put " &amp;lt;x:Zoom&amp;gt;100&amp;lt;/x:Zoom&amp;gt;" NL; 
 put " &amp;lt;x:Selected/&amp;gt;" NL; 
 put " &amp;lt;x:Panes&amp;gt;" NL; 
 put " &amp;lt;x:Pane&amp;gt;" NL; 
 put " &amp;lt;x:Number&amp;gt;3&amp;lt;/x:Number&amp;gt;" NL; 
 put " &amp;lt;x:ActiveCol&amp;gt;1&amp;lt;/x:ActiveCol&amp;gt;" NL; 
 put " &amp;lt;/x:Pane&amp;gt;" NL; 
 put " &amp;lt;/x:Panes&amp;gt;" NL; 
 put " &amp;lt;x:ProtectContents&amp;gt;False&amp;lt;/x:ProtectContents&amp;gt;" NL; 
 put " &amp;lt;x:ProtectObjects&amp;gt;False&amp;lt;/x:ProtectObjects&amp;gt;" NL; 
 put " &amp;lt;x:ProtectScenarios&amp;gt;False&amp;lt;/x:ProtectScenarios&amp;gt;" NL; 
 put " &amp;lt;/x:WorksheetOptions&amp;gt;" NL; 
 put " &amp;lt;/x:ExcelWorksheet&amp;gt; " NL; 
 put " &amp;lt;x:WindowHeight&amp;gt;8070&amp;lt;/x:WindowHeight&amp;gt; " NL; 
 put " &amp;lt;x:WindowWidth&amp;gt;10380&amp;lt;/x:WindowWidth&amp;gt; " NL; 
 put " &amp;lt;x:WindowTopX&amp;gt;480&amp;lt;/x:WindowTopX&amp;gt; " NL; 
 put " &amp;lt;x:WindowTopY&amp;gt;120&amp;lt;/x:WindowTopY&amp;gt; " NL; 
 put " &amp;lt;x:ProtectStructure&amp;gt;False&amp;lt;/x:ProtectStructure&amp;gt; " NL; 
 put " &amp;lt;x:ProtectWindows&amp;gt;False&amp;lt;/x:ProtectWindows&amp;gt;" NL; 
 put " &amp;lt;/x:ExcelWorkbook&amp;gt;" NL; 
 put " &amp;lt;/xml&amp;gt;&amp;lt;![endif]--&amp;gt; " NL; 
 put "&amp;lt;/head&amp;gt;" NL; 
 end; 
 end; 
run; 
title j=left "Title1" j=right "Title 2";
ods markup file="report.html" tagset=tagsets.test    ;
proc report data=sashelp.class nowd   ;

run;
ods markup close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;title j=left "Title1" j=right "Title 2";&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daily1_0-1710493412955.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94638i53C513D2AD131557/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daily1_0-1710493412955.png" alt="Daily1_0-1710493412955.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I want two titles on one line, with 'Title 1' aligned to the left and 'Title 2' aligned to the right.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 09:07:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Ods-template/m-p/920386#M44482</guid>
      <dc:creator>Daily1</dc:creator>
      <dc:date>2024-03-15T09:07:59Z</dc:date>
    </item>
  </channel>
</rss>

