<?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 add more space in title in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-add-more-space-in-title/m-p/69638#M20014</link>
    <description>Hi &lt;BR /&gt;
&lt;BR /&gt;
            See my below coding. I have a question regarding title statment.&lt;BR /&gt;
&lt;BR /&gt;
If you look up my title statment. I have added few spaces(added 16 spaces for some reason it is shrinked in this posting) between text1 and text2.  If I want to put around 180 space between text1 and text 2, is there any simpler way to do this rather than putting 180 spaces between text1 and text2. Your help is more appriciated. Thanks for your help in advance.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data temp;&lt;BR /&gt;
input x $1.;&lt;BR /&gt;
cards;&lt;BR /&gt;
1&lt;BR /&gt;
2&lt;BR /&gt;
3&lt;BR /&gt;
3&lt;BR /&gt;
3&lt;BR /&gt;
;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
proc print data=temp;&lt;BR /&gt;
title  'test1                test2';&lt;BR /&gt;
run;</description>
    <pubDate>Fri, 19 Mar 2010 16:58:58 GMT</pubDate>
    <dc:creator>Inp</dc:creator>
    <dc:date>2010-03-19T16:58:58Z</dc:date>
    <item>
      <title>How to add more space in title</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-add-more-space-in-title/m-p/69638#M20014</link>
      <description>Hi &lt;BR /&gt;
&lt;BR /&gt;
            See my below coding. I have a question regarding title statment.&lt;BR /&gt;
&lt;BR /&gt;
If you look up my title statment. I have added few spaces(added 16 spaces for some reason it is shrinked in this posting) between text1 and text2.  If I want to put around 180 space between text1 and text 2, is there any simpler way to do this rather than putting 180 spaces between text1 and text2. Your help is more appriciated. Thanks for your help in advance.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data temp;&lt;BR /&gt;
input x $1.;&lt;BR /&gt;
cards;&lt;BR /&gt;
1&lt;BR /&gt;
2&lt;BR /&gt;
3&lt;BR /&gt;
3&lt;BR /&gt;
3&lt;BR /&gt;
;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
proc print data=temp;&lt;BR /&gt;
title  'test1                test2';&lt;BR /&gt;
run;</description>
      <pubDate>Fri, 19 Mar 2010 16:58:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-add-more-space-in-title/m-p/69638#M20014</guid>
      <dc:creator>Inp</dc:creator>
      <dc:date>2010-03-19T16:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to add more space in title</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-add-more-space-in-title/m-p/69639#M20015</link>
      <description>Hi: &lt;BR /&gt;
  If you are trying to right and left justify text strings in ODS destinations (other than LISTING), you can do this:&lt;BR /&gt;
[pre]&lt;BR /&gt;
title j=l 'Text1'&lt;BR /&gt;
      j=r 'Text2';&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
This technique will NOT work for the Output Window, but will be respected for ODS HTML, ODS RTF and ODS PDF.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 19 Mar 2010 18:46:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-add-more-space-in-title/m-p/69639#M20015</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-03-19T18:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to add more space in title</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-add-more-space-in-title/m-p/69640#M20016</link>
      <description>Thanks Cynthia, It solved my problem.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks so much again.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Inp</description>
      <pubDate>Fri, 19 Mar 2010 19:39:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-add-more-space-in-title/m-p/69640#M20016</guid>
      <dc:creator>Inp</dc:creator>
      <dc:date>2010-03-19T19:39:27Z</dc:date>
    </item>
  </channel>
</rss>

