<?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 How do I identify an upside down question mark? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-identify-an-upside-down-question-mark/m-p/583965#M166279</link>
    <description>&lt;P&gt;I have a list of maybe a couple thousand customers.&amp;nbsp; Some of them contain upside down question marks in their name.&amp;nbsp; How would I identify these accounts?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;data test;
   set test;
   if find(name,'Upside Down Question Mark') ge 1;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I assume I would use that, but I have no idea how to put an upside down question mark in the quotes.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2019 15:53:22 GMT</pubDate>
    <dc:creator>BarryP</dc:creator>
    <dc:date>2019-08-26T15:53:22Z</dc:date>
    <item>
      <title>How do I identify an upside down question mark?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-identify-an-upside-down-question-mark/m-p/583965#M166279</link>
      <description>&lt;P&gt;I have a list of maybe a couple thousand customers.&amp;nbsp; Some of them contain upside down question marks in their name.&amp;nbsp; How would I identify these accounts?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;data test;
   set test;
   if find(name,'Upside Down Question Mark') ge 1;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I assume I would use that, but I have no idea how to put an upside down question mark in the quotes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 15:53:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-identify-an-upside-down-question-mark/m-p/583965#M166279</guid>
      <dc:creator>BarryP</dc:creator>
      <dc:date>2019-08-26T15:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I identify an upside down question mark?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-identify-an-upside-down-question-mark/m-p/583970#M166280</link>
      <description>&lt;P&gt;If you open a SAS data set and copy the character from one of the variables try pasting that into the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No guarantee but I have had this work a few times for some encodings and has the advantage of being relatively easy if it works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 15:59:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-identify-an-upside-down-question-mark/m-p/583970#M166280</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-08-26T15:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I identify an upside down question mark?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-identify-an-upside-down-question-mark/m-p/583971#M166281</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
char="fsdfdgbv¿42553";
position=find(char,"¿");
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Aug 2019 16:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-identify-an-upside-down-question-mark/m-p/583971#M166281</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-08-26T16:03:36Z</dc:date>
    </item>
  </channel>
</rss>

