<?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 add leading blank spaces to Title statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-leading-blank-spaces-to-Title-statement/m-p/593492#M170316</link>
    <description>&lt;P&gt;Adding&amp;nbsp;TAB characters works excellent. Thank you!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Oct 2019 17:49:52 GMT</pubDate>
    <dc:creator>svil</dc:creator>
    <dc:date>2019-10-02T17:49:52Z</dc:date>
    <item>
      <title>how to add leading blank spaces to Title statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-leading-blank-spaces-to-Title-statement/m-p/291731#M60433</link>
      <description>&lt;P&gt;Can someone explain &amp;nbsp;how to add &amp;nbsp;Leading Blank spaces to Title Statement &amp;nbsp; while left justifying the Title.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MG&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 17:37:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-add-leading-blank-spaces-to-Title-statement/m-p/291731#M60433</guid>
      <dc:creator>mgorripati</dc:creator>
      <dc:date>2016-08-15T17:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to add leading blank spaces to Title statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-leading-blank-spaces-to-Title-statement/m-p/291732#M60434</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt; The answer will depend on your destination of interest (HTML, PDF, RTF)? Why do you need leading spaces if you are left-justifying the title (just curious).&lt;BR /&gt; &lt;BR /&gt;cynthia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an example for the 3 primary destinations:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/4606i408C94ADFDC1931C/image-size/original?v=v2&amp;amp;px=-1" alt="leading_spaces_title.png" title="leading_spaces_title.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 18:01:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-add-leading-blank-spaces-to-Title-statement/m-p/291732#M60434</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-08-15T18:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to add leading blank spaces to Title statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-leading-blank-spaces-to-Title-statement/m-p/291758#M60450</link>
      <description>&lt;P&gt;Cynthia, &amp;nbsp;thanks for the response &amp;nbsp;and sorry for not providing complete deltails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to add few&amp;nbsp;Leading blank spaces to the Title in my excel report generated by PROC REPORT using&amp;nbsp;tagsets.ExcelXP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TITLE &amp;nbsp;J=LEFT " &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; " "Total &amp;nbsp;Members = &amp;amp;client_cnt";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want the Total Members to be displayed starting from 2nd or 3rd column . providing space in TITLE statment &amp;nbsp;is not working when i am left justifying it .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MG&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 19:34:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-add-leading-blank-spaces-to-Title-statement/m-p/291758#M60450</guid>
      <dc:creator>mgorripati</dc:creator>
      <dc:date>2016-08-15T19:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to add leading blank spaces to Title statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-leading-blank-spaces-to-Title-statement/m-p/291784#M60468</link>
      <description>Hi:&lt;BR /&gt;  I am not sure that TAGSETS.EXCELXP will use the ESCAPECHAR and {NBSPACE} technique that works with other destinations. You might need to work with Tech Support on this. I think that once you are in Excel, you can indent a cell, but I am not sure you can insert leading spaces and have Excel use the leading spaces when opening the file.&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
      <pubDate>Mon, 15 Aug 2016 22:27:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-add-leading-blank-spaces-to-Title-statement/m-p/291784#M60468</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-08-15T22:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to add leading blank spaces to Title statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-leading-blank-spaces-to-Title-statement/m-p/291789#M60471</link>
      <description>&lt;P&gt;A possibly confusing approach might be to try null characters (ASCII 255). You often can type them into the editor by holding down the alt key and then use the NUMERIC key pad to type 255 and release the alt key (for each character). What gets seen may depend on the active font but mostly it looks like a space and generally doesn't get stripped like a space does.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 22:46:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-add-leading-blank-spaces-to-Title-statement/m-p/291789#M60471</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-15T22:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to add leading blank spaces to Title statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-leading-blank-spaces-to-Title-statement/m-p/291803#M60475</link>
      <description>&lt;PRE&gt;
Can you just add some TAB characters before it ?


TITLE " '09'x   '09'x  '09'x  '09'x    xxxxxxxx";

&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Aug 2016 02:19:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-add-leading-blank-spaces-to-Title-statement/m-p/291803#M60475</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-08-16T02:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to add leading blank spaces to Title statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-leading-blank-spaces-to-Title-statement/m-p/593492#M170316</link>
      <description>&lt;P&gt;Adding&amp;nbsp;TAB characters works excellent. Thank you!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 17:49:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-add-leading-blank-spaces-to-Title-statement/m-p/593492#M170316</guid>
      <dc:creator>svil</dc:creator>
      <dc:date>2019-10-02T17:49:52Z</dc:date>
    </item>
  </channel>
</rss>

