<?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 Remove spaces in the Observations in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Remove-spaces-in-the-Observations/m-p/48942#M13259</link>
    <description>in one variable i have obs like this  12 098,345 78,7899 0,76567 89&lt;BR /&gt;
&lt;BR /&gt;
now in the out put i dont want the spaces to be seen</description>
    <pubDate>Tue, 23 Sep 2008 07:18:26 GMT</pubDate>
    <dc:creator>R_Win</dc:creator>
    <dc:date>2008-09-23T07:18:26Z</dc:date>
    <item>
      <title>How to Remove spaces in the Observations</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Remove-spaces-in-the-Observations/m-p/48942#M13259</link>
      <description>in one variable i have obs like this  12 098,345 78,7899 0,76567 89&lt;BR /&gt;
&lt;BR /&gt;
now in the out put i dont want the spaces to be seen</description>
      <pubDate>Tue, 23 Sep 2008 07:18:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Remove-spaces-in-the-Observations/m-p/48942#M13259</guid>
      <dc:creator>R_Win</dc:creator>
      <dc:date>2008-09-23T07:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove spaces in the Observations</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Remove-spaces-in-the-Observations/m-p/48943#M13260</link>
      <description>Hi: &lt;BR /&gt;
  So what you want to see in your variable value would be:&lt;BR /&gt;
[pre]&lt;BR /&gt;
12098,34578,78990,7656789&lt;BR /&gt;
or&lt;BR /&gt;
1209834578789907656789&lt;BR /&gt;
[/pre]&lt;BR /&gt;
??? You might investigate the COMPRESS or COMPBL functions, which you could use to compress blanks from your variable or remove other characters from the string.&lt;BR /&gt;
 &lt;BR /&gt;
 What you show looks like more than one variable, however. If you have multiple variables and you want to concatenate them together into one long character string, without spaces between, you might also investigate the concatenate operator, the TRIM function or the "CAT" family of functions, CATT, CATX and CATS.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 23 Sep 2008 08:41:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Remove-spaces-in-the-Observations/m-p/48943#M13260</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-09-23T08:41:48Z</dc:date>
    </item>
  </channel>
</rss>

