<?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: remove unwanted characters in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/remove-unwanted-characters/m-p/754016#M237710</link>
    <description>&lt;P&gt;Looks like an encoding problem, three options to solve it:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;change the encoding of you sas session&lt;/LI&gt;
&lt;LI&gt;at the encoding-option to the infile-statement when reading the file&lt;/LI&gt;
&lt;LI&gt;change the encoding of the file before it is read&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Wed, 14 Jul 2021 09:40:08 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2021-07-14T09:40:08Z</dc:date>
    <item>
      <title>remove unwanted characters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/remove-unwanted-characters/m-p/754007#M237706</link>
      <description>&lt;P&gt;Hi please can anybody suggest how to remove this unwanted character .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dennis_oz_0-1626250318414.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61238iDFEC3C53B746B273/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dennis_oz_0-1626250318414.png" alt="dennis_oz_0-1626250318414.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 08:12:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/remove-unwanted-characters/m-p/754007#M237706</guid>
      <dc:creator>dennis_oz</dc:creator>
      <dc:date>2021-07-14T08:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: remove unwanted characters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/remove-unwanted-characters/m-p/754008#M237707</link>
      <description>&lt;P&gt;Use the COMPRESS function with your unwanted character as second argument.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 08:28:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/remove-unwanted-characters/m-p/754008#M237707</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-07-14T08:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: remove unwanted characters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/remove-unwanted-characters/m-p/754011#M237708</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dennis_oz_0-1626252426398.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61239i595C046EAC61326D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dennis_oz_0-1626252426398.png" alt="dennis_oz_0-1626252426398.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi please see the attached data .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there is a UTF-8&amp;nbsp; code&amp;nbsp; i.e x96 . tis needs to be replaced with&amp;nbsp; "-"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so o/p should be&amp;nbsp; "Idameneo - Robina"&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 08:52:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/remove-unwanted-characters/m-p/754011#M237708</guid>
      <dc:creator>dennis_oz</dc:creator>
      <dc:date>2021-07-14T08:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: remove unwanted characters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/remove-unwanted-characters/m-p/754015#M237709</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19264"&gt;@dennis_oz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try translate('-','96'x)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 09:39:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/remove-unwanted-characters/m-p/754015#M237709</guid>
      <dc:creator>ErikLund_Jensen</dc:creator>
      <dc:date>2021-07-14T09:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: remove unwanted characters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/remove-unwanted-characters/m-p/754016#M237710</link>
      <description>&lt;P&gt;Looks like an encoding problem, three options to solve it:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;change the encoding of you sas session&lt;/LI&gt;
&lt;LI&gt;at the encoding-option to the infile-statement when reading the file&lt;/LI&gt;
&lt;LI&gt;change the encoding of the file before it is read&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 14 Jul 2021 09:40:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/remove-unwanted-characters/m-p/754016#M237710</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-07-14T09:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: remove unwanted characters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/remove-unwanted-characters/m-p/754030#M237720</link>
      <description>&lt;P&gt;Hex 96 is not UTF, it's a single-byte character in the Windows 1252 codepage, so a simple TRANSLATE should take care of it.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 10:32:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/remove-unwanted-characters/m-p/754030#M237720</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-07-14T10:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: remove unwanted characters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/remove-unwanted-characters/m-p/754032#M237722</link>
      <description>Thank you sooo much !!!</description>
      <pubDate>Wed, 14 Jul 2021 10:55:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/remove-unwanted-characters/m-p/754032#M237722</guid>
      <dc:creator>dennis_oz</dc:creator>
      <dc:date>2021-07-14T10:55:33Z</dc:date>
    </item>
  </channel>
</rss>

