<?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 powerpoint - left justify sas output in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-powerpoint-left-justify-sas-output/m-p/439786#M20492</link>
    <description>&lt;P&gt;My basic code below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to force the tabulate output to be left justified on the ppt slide? I'd like to have some blank space on the right to add a text box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods powerpoint file="c:\temp\Table20.pptx" image_dpi=300;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc tabulate data=table;&lt;/P&gt;&lt;P&gt;etc;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Bill&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2018 18:40:16 GMT</pubDate>
    <dc:creator>Bill</dc:creator>
    <dc:date>2018-02-23T18:40:16Z</dc:date>
    <item>
      <title>ods powerpoint - left justify sas output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-powerpoint-left-justify-sas-output/m-p/439786#M20492</link>
      <description>&lt;P&gt;My basic code below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to force the tabulate output to be left justified on the ppt slide? I'd like to have some blank space on the right to add a text box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods powerpoint file="c:\temp\Table20.pptx" image_dpi=300;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc tabulate data=table;&lt;/P&gt;&lt;P&gt;etc;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Bill&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 18:40:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-powerpoint-left-justify-sas-output/m-p/439786#M20492</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2018-02-23T18:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: ods powerpoint - left justify sas output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-powerpoint-left-justify-sas-output/m-p/440345#M20523</link>
      <description>&lt;P&gt;You can use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; OPTIONS NOCENTER;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which is an ancient 1960's (or early 70's) option meant to left justify LISTING output.&amp;nbsp; It appears that ODS destinations also honor that option.&amp;nbsp; Put the OPTIONS statement prior to the set of procedures you want to be left justified.&amp;nbsp; You can issue it once, as it is a global statement and will be honored until you issue an&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;OPTIONS CENTER;&lt;/P&gt;
&lt;P&gt;statement, which restores the SAS default setting.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 21:06:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-powerpoint-left-justify-sas-output/m-p/440345#M20523</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2018-02-26T21:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: ods powerpoint - left justify sas output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-powerpoint-left-justify-sas-output/m-p/440673#M20533</link>
      <description>Thanks! Works like a charm.</description>
      <pubDate>Tue, 27 Feb 2018 21:47:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-powerpoint-left-justify-sas-output/m-p/440673#M20533</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2018-02-27T21:47:24Z</dc:date>
    </item>
  </channel>
</rss>

