<?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 Looking for how to code for an apostrophe in an IN: statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-how-to-code-for-an-apostrophe-in-an-IN-statement/m-p/919345#M362122</link>
    <description>&lt;P&gt;How do I code an IN: statement with an apostrophe s:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IN:('LOWE'S');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code above does not work.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2024 17:38:04 GMT</pubDate>
    <dc:creator>cbrotz</dc:creator>
    <dc:date>2024-03-07T17:38:04Z</dc:date>
    <item>
      <title>Looking for how to code for an apostrophe in an IN: statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-how-to-code-for-an-apostrophe-in-an-IN-statement/m-p/919345#M362122</link>
      <description>&lt;P&gt;How do I code an IN: statement with an apostrophe s:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IN:('LOWE'S');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code above does not work.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 17:38:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-how-to-code-for-an-apostrophe-in-an-IN-statement/m-p/919345#M362122</guid>
      <dc:creator>cbrotz</dc:creator>
      <dc:date>2024-03-07T17:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for how to code for an apostrophe in an IN: statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-how-to-code-for-an-apostrophe-in-an-IN-statement/m-p/919347#M362123</link>
      <description>&lt;P&gt;Looks like double quotes outside of the single works "LOWE'S"&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 17:45:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-how-to-code-for-an-apostrophe-in-an-IN-statement/m-p/919347#M362123</guid>
      <dc:creator>cbrotz</dc:creator>
      <dc:date>2024-03-07T17:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for how to code for an apostrophe in an IN: statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-how-to-code-for-an-apostrophe-in-an-IN-statement/m-p/919348#M362124</link>
      <description>&lt;P&gt;You can use two apostrophes in sequence like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where Store name IN ('LOWE''S','HOME DEPOT');
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Or you can use double quotes for the outer quotes, like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where Store name IN ("LOWE'S",'HOME DEPOT');&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 17:49:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-how-to-code-for-an-apostrophe-in-an-IN-statement/m-p/919348#M362124</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2024-03-07T17:49:03Z</dc:date>
    </item>
  </channel>
</rss>

