<?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 Help with Removing Blanks in the field in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Help-with-Removing-Blanks-in-the-field/m-p/472520#M71002</link>
    <description>&lt;P&gt;I have the product field with following info:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Product&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Atrilin&amp;nbsp; Amox HC&amp;nbsp; Retin-A Micro&lt;/P&gt;
&lt;P&gt;Tobi Cream Luzu Cream&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want the output as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Product&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Atrilin&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Amox&lt;/SPAN&gt;&lt;SPAN&gt;HC&amp;nbsp; Retin-AMicro&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;TobiCream LuzuCream&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried compbl function but it does not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would appreciate any help with this.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jun 2018 15:33:35 GMT</pubDate>
    <dc:creator>pp2014</dc:creator>
    <dc:date>2018-06-22T15:33:35Z</dc:date>
    <item>
      <title>Help with Removing Blanks in the field</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Help-with-Removing-Blanks-in-the-field/m-p/472520#M71002</link>
      <description>&lt;P&gt;I have the product field with following info:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Product&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Atrilin&amp;nbsp; Amox HC&amp;nbsp; Retin-A Micro&lt;/P&gt;
&lt;P&gt;Tobi Cream Luzu Cream&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want the output as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Product&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Atrilin&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Amox&lt;/SPAN&gt;&lt;SPAN&gt;HC&amp;nbsp; Retin-AMicro&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;TobiCream LuzuCream&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried compbl function but it does not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would appreciate any help with this.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 15:33:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Help-with-Removing-Blanks-in-the-field/m-p/472520#M71002</guid>
      <dc:creator>pp2014</dc:creator>
      <dc:date>2018-06-22T15:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Removing Blanks in the field</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Help-with-Removing-Blanks-in-the-field/m-p/472529#M71003</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;y = tranwrd(x, " Cream", "Cream");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11613"&gt;@pp2014&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have the product field with following info:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Product&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Atrilin&amp;nbsp; Amox HC&amp;nbsp; Retin-A Micro&lt;/P&gt;
&lt;P&gt;Tobi Cream Luzu Cream&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want the output as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Product&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Atrilin&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Amox&lt;/SPAN&gt;&lt;SPAN&gt;HC&amp;nbsp; Retin-AMicro&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;TobiCream LuzuCream&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried compbl function but it does not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would appreciate any help with this.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 15:54:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Help-with-Removing-Blanks-in-the-field/m-p/472529#M71003</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-22T15:54:33Z</dc:date>
    </item>
  </channel>
</rss>

