<?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: Kcompress Modifiers in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Kcompress-Modifiers/m-p/869705#M343535</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
  x="remove symbols like , and ' but keep special characters like ā in";
  y=kcompress(x,",'");
  put y=;
run;

y=remove symbols like  and  but keep special characters like ā in&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 14 Apr 2023 06:23:24 GMT</pubDate>
    <dc:creator>whymath</dc:creator>
    <dc:date>2023-04-14T06:23:24Z</dc:date>
    <item>
      <title>Kcompress Modifiers</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Kcompress-Modifiers/m-p/869703#M343534</link>
      <description>&lt;P&gt;Hi there, I am trying to use kcompress to remove symbols like , and ' but keep special characters like ā in - I can't see any modifier combo that would be able to deal with this - any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 05:04:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Kcompress-Modifiers/m-p/869703#M343534</guid>
      <dc:creator>---</dc:creator>
      <dc:date>2023-04-14T05:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Kcompress Modifiers</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Kcompress-Modifiers/m-p/869705#M343535</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
  x="remove symbols like , and ' but keep special characters like ā in";
  y=kcompress(x,",'");
  put y=;
run;

y=remove symbols like  and  but keep special characters like ā in&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Apr 2023 06:23:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Kcompress-Modifiers/m-p/869705#M343535</guid>
      <dc:creator>whymath</dc:creator>
      <dc:date>2023-04-14T06:23:24Z</dc:date>
    </item>
  </channel>
</rss>

