<?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: How to left justify title in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-left-justify-title/m-p/51081#M6498</link>
    <description>Use the option embedded_titles='yes' in the ODS Tagset statement and in the title statment type j=l; see the example code below.&lt;BR /&gt;
&lt;BR /&gt;
ods tagsets.excelxp options(embedded_titles='yes' );&lt;BR /&gt;
&lt;BR /&gt;
title j=l "Left justify the title";</description>
    <pubDate>Fri, 15 Apr 2011 15:08:31 GMT</pubDate>
    <dc:creator>SriluP</dc:creator>
    <dc:date>2011-04-15T15:08:31Z</dc:date>
    <item>
      <title>How to left justify title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-left-justify-title/m-p/51080#M6497</link>
      <description>How to left justify the title.&lt;BR /&gt;
&lt;BR /&gt;
I am using PROC REPORT and ODS tagsets.excelxp</description>
      <pubDate>Fri, 15 Apr 2011 14:34:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-left-justify-title/m-p/51080#M6497</guid>
      <dc:creator>SanjayM</dc:creator>
      <dc:date>2011-04-15T14:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to left justify title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-left-justify-title/m-p/51081#M6498</link>
      <description>Use the option embedded_titles='yes' in the ODS Tagset statement and in the title statment type j=l; see the example code below.&lt;BR /&gt;
&lt;BR /&gt;
ods tagsets.excelxp options(embedded_titles='yes' );&lt;BR /&gt;
&lt;BR /&gt;
title j=l "Left justify the title";</description>
      <pubDate>Fri, 15 Apr 2011 15:08:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-left-justify-title/m-p/51081#M6498</guid>
      <dc:creator>SriluP</dc:creator>
      <dc:date>2011-04-15T15:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to left justify title</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-left-justify-title/m-p/51082#M6499</link>
      <description>Hi:&lt;BR /&gt;
  Are you using any of the suboptions that normally impact the title??? Also, it depends on whether you mean the SAS title, which comes from a TITLE statement or an Excel header for printing, which comes from the PRINT_HEADER suboption.&lt;BR /&gt;
 &lt;BR /&gt;
  You will have to look at the output in Print Preview mode to see the impact of the PRINT_HEADER suboption. the &amp;amp;L is the instruction for left-justifying the print header and the &amp;amp;R is the instruction for right-justifying the print header. You can read more about these and other options in the SAS log.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods tagsets.excelxp file='c:\temp\just_title.xls' style=sasweb&lt;BR /&gt;
    options(doc='Help' embedded_titles='yes' print_header='&amp;amp;L String Left &amp;amp;R String Right' );&lt;BR /&gt;
                   &lt;BR /&gt;
title 'SAS Title Centered on Table';&lt;BR /&gt;
proc report data=sashelp.class(obs=3) nowd;&lt;BR /&gt;
run;&lt;BR /&gt;
                  &lt;BR /&gt;
title 'SAS Title Centered on Table';&lt;BR /&gt;
proc report data=sashelp.class(obs=3) nowd;&lt;BR /&gt;
run;&lt;BR /&gt;
               &lt;BR /&gt;
ods _all_ close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Fri, 15 Apr 2011 15:13:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-left-justify-title/m-p/51082#M6499</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-04-15T15:13:04Z</dc:date>
    </item>
  </channel>
</rss>

