<?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: left margin on title in proc report in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/left-margin-on-title-in-proc-report/m-p/57362#M16002</link>
    <description>If you want all of the output to align on the left margin you can also use &lt;BR /&gt;
OPTION NOCENTER:</description>
    <pubDate>Mon, 03 Jan 2011 17:14:23 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2011-01-03T17:14:23Z</dc:date>
    <item>
      <title>left margin on title in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/left-margin-on-title-in-proc-report/m-p/57360#M16000</link>
      <description>i am writing a proc report into ods and want my titles and footnotes to be on the left hand side.&lt;BR /&gt;
&lt;BR /&gt;
what syntax can i use?</description>
      <pubDate>Mon, 03 Jan 2011 07:27:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/left-margin-on-title-in-proc-report/m-p/57360#M16000</guid>
      <dc:creator>Jackie_Stanbank</dc:creator>
      <dc:date>2011-01-03T07:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: left margin on title in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/left-margin-on-title-in-proc-report/m-p/57361#M16001</link>
      <description>Check out the &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/63026/HTML/default/viewer.htm#a000220968.htm" target="_blank"&gt;JUSTIFY=&lt;/A&gt; option on the TITLE and FOOTNOTE statements.</description>
      <pubDate>Mon, 03 Jan 2011 13:35:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/left-margin-on-title-in-proc-report/m-p/57361#M16001</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2011-01-03T13:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: left margin on title in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/left-margin-on-title-in-proc-report/m-p/57362#M16002</link>
      <description>If you want all of the output to align on the left margin you can also use &lt;BR /&gt;
OPTION NOCENTER:</description>
      <pubDate>Mon, 03 Jan 2011 17:14:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/left-margin-on-title-in-proc-report/m-p/57362#M16002</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2011-01-03T17:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: left margin on title in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/left-margin-on-title-in-proc-report/m-p/57363#M16003</link>
      <description>And, to build on Tim's suggestion, you can apply justification to multiple strings in the same title or footnote statement like this:&lt;BR /&gt;
[pre]&lt;BR /&gt;
title j=l 'Left String'  j=c 'Center String' j=r 'Right String';&lt;BR /&gt;
footnote j=l "Created on: &amp;amp;sysdate" j=r "Draft Version";&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
Most of the major ODS destinations (RTF, PDF and HTML) will respect the multiple justifications.&lt;BR /&gt;
 &lt;BR /&gt;
 cynthia</description>
      <pubDate>Mon, 03 Jan 2011 18:35:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/left-margin-on-title-in-proc-report/m-p/57363#M16003</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-01-03T18:35:29Z</dc:date>
    </item>
  </channel>
</rss>

