<?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 How to have two title statements on the same line inside the ODS Statement? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-have-two-title-statements-on-the-same-line-inside-the-ODS/m-p/898714#M26397</link>
    <description>&lt;P&gt;I want to display the title2 and title3 on the same line, with title2 left aligned and title3 right-aligned inside the header section of my ods rtf file. I have the following code above my PROC REPORT Statement:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;proc template;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;%** Courier 9pt **;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define style styles.ods_9pt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;parent=styles.rtf;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace fonts/ 'TitleFont2'=("Courier New", 9pt) 'TitleFont'=("Courier New",&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;9pt) 'FootnoteFont'=("Courier New", 9pt) 'StrongFont'=("Courier New", 9pt)&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'EmphasisFont'=("Courier New", 9pt) 'FixedEmphasisFont'=("Courier New", 9pt)&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'FixedStrongFont'=("Courier New", 9pt) 'FixedHeadingFont'=("Courier New",&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;9pt) 'BatchFixedFont'=("Courier New", 9pt) 'FixedFont'=("Courier New", 9pt)&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'headingEmphasisFont'=("Courier New", 9pt) 'headingFont'=("Courier New",&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;9pt) 'docFont'=("Courier New", 9pt);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace document from container / asis=on protectspecialchars=off;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace SystemFooter from TitlesAndFooters / asis=on protectspecialchars=on&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;font=Fonts('FootnoteFont');&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace systemtitle from titlesandfooters/ asis=on protectspecialchars=off;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace body from document / asis=on;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace color_list "Colors used in the default style" / 'link'=blue&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'bgH'=white 'fg'=black 'bg'=white;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace Table from output / Background=_UNDEF_ cellpadding=0pt Rules=groups&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Frame=hsides;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;style Header from Header / Background=_undef_;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;style Rowheader from Rowheader / Background=_undef_;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace pageno from titlesandfooters/ Foreground=white;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;end;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ods rtf file='/home/u63366981/01_adam/results/teaetg.rtf' style=styles.ods_9pt;&lt;/DIV&gt;&lt;DIV&gt;ods rtf startpage=now;&lt;/DIV&gt;&lt;DIV&gt;ods escapechar='#';&lt;/DIV&gt;&lt;DIV&gt;title1 color="black" justify=left "Protocol:CDISCPILOT01";&lt;/DIV&gt;&lt;DIV&gt;title2 color="black" justify=left "Population:Safety";&lt;/DIV&gt;&lt;DIV&gt;title3 color="black" justify=right 'Page #{thispage} of #{lastpage}';&lt;/DIV&gt;&lt;DIV&gt;title4 color="black" justify=center bold "Template 13";&lt;/DIV&gt;&lt;DIV&gt;title5 color="black" justify=center&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Incident of Treatment Emergent Adverse Events by Treatment Group";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;options center date number;&lt;/DIV&gt;</description>
    <pubDate>Mon, 16 Oct 2023 09:29:20 GMT</pubDate>
    <dc:creator>diwashsapkota</dc:creator>
    <dc:date>2023-10-16T09:29:20Z</dc:date>
    <item>
      <title>How to have two title statements on the same line inside the ODS Statement?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-have-two-title-statements-on-the-same-line-inside-the-ODS/m-p/898714#M26397</link>
      <description>&lt;P&gt;I want to display the title2 and title3 on the same line, with title2 left aligned and title3 right-aligned inside the header section of my ods rtf file. I have the following code above my PROC REPORT Statement:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;proc template;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;%** Courier 9pt **;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define style styles.ods_9pt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;parent=styles.rtf;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace fonts/ 'TitleFont2'=("Courier New", 9pt) 'TitleFont'=("Courier New",&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;9pt) 'FootnoteFont'=("Courier New", 9pt) 'StrongFont'=("Courier New", 9pt)&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'EmphasisFont'=("Courier New", 9pt) 'FixedEmphasisFont'=("Courier New", 9pt)&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'FixedStrongFont'=("Courier New", 9pt) 'FixedHeadingFont'=("Courier New",&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;9pt) 'BatchFixedFont'=("Courier New", 9pt) 'FixedFont'=("Courier New", 9pt)&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'headingEmphasisFont'=("Courier New", 9pt) 'headingFont'=("Courier New",&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;9pt) 'docFont'=("Courier New", 9pt);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace document from container / asis=on protectspecialchars=off;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace SystemFooter from TitlesAndFooters / asis=on protectspecialchars=on&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;font=Fonts('FootnoteFont');&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace systemtitle from titlesandfooters/ asis=on protectspecialchars=off;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace body from document / asis=on;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace color_list "Colors used in the default style" / 'link'=blue&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'bgH'=white 'fg'=black 'bg'=white;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace Table from output / Background=_UNDEF_ cellpadding=0pt Rules=groups&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Frame=hsides;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;style Header from Header / Background=_undef_;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;style Rowheader from Rowheader / Background=_undef_;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;replace pageno from titlesandfooters/ Foreground=white;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;end;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ods rtf file='/home/u63366981/01_adam/results/teaetg.rtf' style=styles.ods_9pt;&lt;/DIV&gt;&lt;DIV&gt;ods rtf startpage=now;&lt;/DIV&gt;&lt;DIV&gt;ods escapechar='#';&lt;/DIV&gt;&lt;DIV&gt;title1 color="black" justify=left "Protocol:CDISCPILOT01";&lt;/DIV&gt;&lt;DIV&gt;title2 color="black" justify=left "Population:Safety";&lt;/DIV&gt;&lt;DIV&gt;title3 color="black" justify=right 'Page #{thispage} of #{lastpage}';&lt;/DIV&gt;&lt;DIV&gt;title4 color="black" justify=center bold "Template 13";&lt;/DIV&gt;&lt;DIV&gt;title5 color="black" justify=center&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Incident of Treatment Emergent Adverse Events by Treatment Group";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;options center date number;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Oct 2023 09:29:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-have-two-title-statements-on-the-same-line-inside-the-ODS/m-p/898714#M26397</guid>
      <dc:creator>diwashsapkota</dc:creator>
      <dc:date>2023-10-16T09:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to have two title statements on the same line inside the ODS Statement?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-have-two-title-statements-on-the-same-line-inside-the-ODS/m-p/898730#M26403</link>
      <description>&lt;P&gt;Try this (UNTESTED)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title2 color="black" justify=left "Population:Safety" justify=right 'Page #{thispage} of #{lastpage}';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 Oct 2023 10:55:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-have-two-title-statements-on-the-same-line-inside-the-ODS/m-p/898730#M26403</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-10-16T10:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to have two title statements on the same line inside the ODS Statement?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-have-two-title-statements-on-the-same-line-inside-the-ODS/m-p/898778#M26404</link>
      <description>Thank you, it worked!&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Oct 2023 13:10:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-have-two-title-statements-on-the-same-line-inside-the-ODS/m-p/898778#M26404</guid>
      <dc:creator>diwashsapkota</dc:creator>
      <dc:date>2023-10-16T13:10:54Z</dc:date>
    </item>
  </channel>
</rss>

