<?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: Justifying text segments in an ODS TEXT statement in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Justifying-text-segments-in-an-ODS-TEXT-statement/m-p/289450#M16572</link>
    <description>&lt;PRE&gt;
Sorry. I don't know. I am not familiar with ODS LAYOUT.


&lt;/PRE&gt;</description>
    <pubDate>Thu, 04 Aug 2016 08:19:16 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-08-04T08:19:16Z</dc:date>
    <item>
      <title>Justifying text segments in an ODS TEXT statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Justifying-text-segments-in-an-ODS-TEXT-statement/m-p/288949#M16538</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have some ODS TEXT statements in an absolute layout that need page #s on the right margin.&amp;nbsp; I can do that with 2 regions, but wondered if it can be done with one.&amp;nbsp; What I tried was:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods region y=1.5in x=.25in width=10in height=.25in;&lt;/P&gt;
&lt;P&gt;ods text = "^{style[fontsize=8pt]All results are preliminary}&amp;nbsp; ^{style[just=r]Page 1 of 4}";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So then I added a width= parm to the 2nd style:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods text = "^{style[fontsize=8pt]All results are preliminary}&amp;nbsp; ^{style[just=r width=10in]Page 1 of 4}";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The report is in landscape mode, so the lengths work fine in this context.&amp;nbsp; ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using current version 9.4 TS1M3 of SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Ben&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 14:46:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Justifying-text-segments-in-an-ODS-TEXT-statement/m-p/288949#M16538</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2016-08-02T14:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Justifying text segments in an ODS TEXT statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Justifying-text-segments-in-an-ODS-TEXT-statement/m-p/289077#M16545</link>
      <description>Hi:&lt;BR /&gt;  I am not sure that what you want is possible. I seem to remember something about PDF that what is in ODS TEXT is one cell and one cell has one justification. You might want to double check with Tech Support to see if I am remembering correctly.&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
      <pubDate>Wed, 03 Aug 2016 00:33:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Justifying-text-segments-in-an-ODS-TEXT-statement/m-p/289077#M16545</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-08-03T00:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Justifying text segments in an ODS TEXT statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Justifying-text-segments-in-an-ODS-TEXT-statement/m-p/289098#M16550</link>
      <description>&lt;PRE&gt;
You can pad some blanks in it.

ods escapechar='^';
ods text = " All results are preliminary %sysfunc(repeat(^_,40))  Page 1 of 4";
proc print data=sashelp.class;run;


&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Aug 2016 04:21:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Justifying-text-segments-in-an-ODS-TEXT-statement/m-p/289098#M16550</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-08-03T04:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Justifying text segments in an ODS TEXT statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Justifying-text-segments-in-an-ODS-TEXT-statement/m-p/289222#M16557</link>
      <description>&lt;P&gt;Ah.&amp;nbsp; Ok, that explains it.&amp;nbsp; Will just use 2 regions.&amp;nbsp; Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Ben&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 13:54:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Justifying-text-segments-in-an-ODS-TEXT-statement/m-p/289222#M16557</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2016-08-03T13:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Justifying text segments in an ODS TEXT statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Justifying-text-segments-in-an-ODS-TEXT-statement/m-p/289223#M16558</link>
      <description>Hi Xia,&lt;BR /&gt;&lt;BR /&gt;Actually that's exactly what I did.  That creates other issues though that can be problematic.&lt;BR /&gt;&lt;BR /&gt;Will just use 2 regions.  That way each can have its unique justification. &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;--Ben</description>
      <pubDate>Wed, 03 Aug 2016 13:56:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Justifying-text-segments-in-an-ODS-TEXT-statement/m-p/289223#M16558</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2016-08-03T13:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Justifying text segments in an ODS TEXT statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Justifying-text-segments-in-an-ODS-TEXT-statement/m-p/289450#M16572</link>
      <description>&lt;PRE&gt;
Sorry. I don't know. I am not familiar with ODS LAYOUT.


&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Aug 2016 08:19:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Justifying-text-segments-in-an-ODS-TEXT-statement/m-p/289450#M16572</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-08-04T08:19:16Z</dc:date>
    </item>
  </channel>
</rss>

