<?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: string manipulation (deleting underscores) in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/string-manipulation-deleting-underscores/m-p/22405#M4915</link>
    <description>yep. thanks heaps &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
sachin</description>
    <pubDate>Tue, 26 Oct 2010 05:46:34 GMT</pubDate>
    <dc:creator>SachinRuk</dc:creator>
    <dc:date>2010-10-26T05:46:34Z</dc:date>
    <item>
      <title>string manipulation (deleting underscores)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/string-manipulation-deleting-underscores/m-p/22403#M4913</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I have a macro variable say 'a' and usually has the string of type 'gross_combined_ratio'.&lt;BR /&gt;
&lt;BR /&gt;
my question is how do you delete the underscore and replace it with a space. so that the string looks like 'gross combined ratio'&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Sachin&lt;BR /&gt;
p.s. sorry if this isnt the correct sub forum</description>
      <pubDate>Tue, 26 Oct 2010 02:20:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/string-manipulation-deleting-underscores/m-p/22403#M4913</guid>
      <dc:creator>SachinRuk</dc:creator>
      <dc:date>2010-10-26T02:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: string manipulation (deleting underscores)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/string-manipulation-deleting-underscores/m-p/22404#M4914</link>
      <description>Hi Sachin, &lt;BR /&gt;
&lt;BR /&gt;
Is this what you were after?&lt;BR /&gt;
&lt;BR /&gt;
%let a=gross_combined_ratio;&lt;BR /&gt;
%let a=%sysfunc(translate(&amp;amp;a,%str( ),%str(_)));&lt;BR /&gt;
%put _user_;&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Michelle</description>
      <pubDate>Tue, 26 Oct 2010 03:29:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/string-manipulation-deleting-underscores/m-p/22404#M4914</guid>
      <dc:creator>MHomes</dc:creator>
      <dc:date>2010-10-26T03:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: string manipulation (deleting underscores)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/string-manipulation-deleting-underscores/m-p/22405#M4915</link>
      <description>yep. thanks heaps &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
sachin</description>
      <pubDate>Tue, 26 Oct 2010 05:46:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/string-manipulation-deleting-underscores/m-p/22405#M4915</guid>
      <dc:creator>SachinRuk</dc:creator>
      <dc:date>2010-10-26T05:46:34Z</dc:date>
    </item>
  </channel>
</rss>

