<?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 remove extra blank spaces after the text in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-extra-blank-spaces-after-the-text/m-p/900646#M355935</link>
    <description>use compress getting compress(name    .sas)</description>
    <pubDate>Mon, 30 Oct 2023 11:34:39 GMT</pubDate>
    <dc:creator>varshabansal</dc:creator>
    <dc:date>2023-10-30T11:34:39Z</dc:date>
    <item>
      <title>How to remove extra blank spaces after the text</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-extra-blank-spaces-after-the-text/m-p/900635#M355930</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to remove extra space my text. how to remove that&amp;nbsp;&lt;/P&gt;
&lt;P&gt;output is like this Fsc_acount_dim&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .sas&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but i want to be it as fsc_account_dim.sas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="image.png" style="width: 968px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89235iFDEE7BBCD4A23CBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 11:07:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-extra-blank-spaces-after-the-text/m-p/900635#M355930</guid>
      <dc:creator>varshabansal</dc:creator>
      <dc:date>2023-10-30T11:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove extra blank spaces after the text</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-extra-blank-spaces-after-the-text/m-p/900641#M355933</link>
      <description>Use compress function&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Oct 2023 11:28:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-extra-blank-spaces-after-the-text/m-p/900641#M355933</guid>
      <dc:creator>TarunKumar</dc:creator>
      <dc:date>2023-10-30T11:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove extra blank spaces after the text</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-extra-blank-spaces-after-the-text/m-p/900645#M355934</link>
      <description>&lt;P&gt;You cannot use a data step function like that in macro statements. You have to wrap data step functions into a %SYSFUNC call.&lt;/P&gt;
&lt;P&gt;But a simple %LET will automatically strip leading and trailing blanks, so this will do:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let nam=&amp;amp;name.;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;if (and that can be a big IF) you really have blanks (hex 20). Other "whitespace" characters are not filtered.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the future, use the proper forum windows (&amp;lt;/&amp;gt; and "little running man") to copy/paste the log or program&amp;nbsp;&lt;U&gt;text&lt;/U&gt; into. Pictures make it hard for us to use code for testing, or to point out mistakes or places for improvement.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 11:34:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-extra-blank-spaces-after-the-text/m-p/900645#M355934</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-10-30T11:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove extra blank spaces after the text</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-extra-blank-spaces-after-the-text/m-p/900646#M355935</link>
      <description>use compress getting compress(name    .sas)</description>
      <pubDate>Mon, 30 Oct 2023 11:34:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-extra-blank-spaces-after-the-text/m-p/900646#M355935</guid>
      <dc:creator>varshabansal</dc:creator>
      <dc:date>2023-10-30T11:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove extra blank spaces after the text</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-extra-blank-spaces-after-the-text/m-p/900652#M355939</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/410614"&gt;@varshabansal&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;use compress getting compress(name .sas)&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't know what this means.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 11:53:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-extra-blank-spaces-after-the-text/m-p/900652#M355939</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-10-30T11:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove extra blank spaces after the text</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-extra-blank-spaces-after-the-text/m-p/900655#M355940</link>
      <description>&lt;P&gt;Since &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/410614"&gt;@varshabansal&lt;/a&gt;&amp;nbsp;tried to use a data step function in a macro statement without %SYSFUNC, the "function call" became part of the text.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 12:24:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-extra-blank-spaces-after-the-text/m-p/900655#M355940</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-10-30T12:24:16Z</dc:date>
    </item>
  </channel>
</rss>

