<?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: Delete Non Printable Characters in SAS dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Delete-Non-Printable-Characters-in-SAS-dataset/m-p/878916#M347258</link>
    <description>&lt;P&gt;What does the description of the dataset say about this column? It could well be that you see some unformatted binary values (e.g. a raw UUID).&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2023 09:13:22 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2023-06-02T09:13:22Z</dc:date>
    <item>
      <title>Delete Non Printable Characters in SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-Non-Printable-Characters-in-SAS-dataset/m-p/878911#M347257</link>
      <description>&lt;P&gt;When I tried to print the values of SAS dataset in HTML form/page, I observed that some non english characters ( e.g. 0000036455 (BSJKK 仙台営業所)) are printed as you see in the attachment . However when I tried to query (e.g. where ID like '0000036455%') the dataset with that value I do not see them at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What would be the likely cause for this issue? Any help to resolve this? Not sure if this is some junk characters which was displayed in HTML while printing SAS dataset values. However I should see the number (0000036455) atleast in SAS dataset but I could not see. I'm sure that I'm referring the correct dataset as I could see some values in the dataset which was shown in HTML and in those values there is no junk characters appended with the number.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 08:59:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-Non-Printable-Characters-in-SAS-dataset/m-p/878911#M347257</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2023-06-02T08:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Non Printable Characters in SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-Non-Printable-Characters-in-SAS-dataset/m-p/878916#M347258</link>
      <description>&lt;P&gt;What does the description of the dataset say about this column? It could well be that you see some unformatted binary values (e.g. a raw UUID).&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 09:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-Non-Printable-Characters-in-SAS-dataset/m-p/878916#M347258</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-06-02T09:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Non Printable Characters in SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-Non-Printable-Characters-in-SAS-dataset/m-p/878917#M347259</link>
      <description>&lt;P&gt;Maybe you can try to use the compress function with the W modifier.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 09:14:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-Non-Printable-Characters-in-SAS-dataset/m-p/878917#M347259</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2023-06-02T09:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Non Printable Characters in SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-Non-Printable-Characters-in-SAS-dataset/m-p/878920#M347260</link>
      <description>&lt;P&gt;If both the number and the Chinese characters occupy the same column, it seems to me that the number is immediately followed by a blank, so&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;scan(column,1)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;will get you the number without the other stuff.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 09:23:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-Non-Printable-Characters-in-SAS-dataset/m-p/878920#M347260</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-06-02T09:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Non Printable Characters in SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Delete-Non-Printable-Characters-in-SAS-dataset/m-p/878947#M347265</link>
      <description>Try these three ways:&lt;BR /&gt;1)&lt;BR /&gt;where strip(ID) like '0000036455%'&lt;BR /&gt;&lt;BR /&gt;2)&lt;BR /&gt;where ID like '%0000036455%'&lt;BR /&gt;&lt;BR /&gt;3)&lt;BR /&gt;where find(ID,'0000036455')</description>
      <pubDate>Fri, 02 Jun 2023 11:32:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Delete-Non-Printable-Characters-in-SAS-dataset/m-p/878947#M347265</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-06-02T11:32:22Z</dc:date>
    </item>
  </channel>
</rss>

