<?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: single quote and double quote in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/single-quote-and-double-quote/m-p/318596#M69821</link>
    <description>&lt;P&gt;Also the use of single quotes around a character literal also&amp;nbsp;allows placing a single (or odd number of) double quote into the value such as the use of " for inch measurements:&amp;nbsp; '5.3"'&amp;nbsp; &amp;lt;= that is "&amp;nbsp; followed with ' and vice versa "John's car". While possible to do with just one quote style the alternate 'John''s car'&amp;nbsp; &amp;lt;= the '' is two single quotes, isn't quite as obvious in some situations and can be difficult to deal with for multiple single quotes needed within a single string.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2016 15:41:34 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-12-13T15:41:34Z</dc:date>
    <item>
      <title>single quote and double quote</title>
      <link>https://communities.sas.com/t5/SAS-Programming/single-quote-and-double-quote/m-p/318499#M69792</link>
      <description>&lt;P&gt;What is difference between single quotation marks and double quotation marks?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 09:43:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/single-quote-and-double-quote/m-p/318499#M69792</guid>
      <dc:creator>Tap222</dc:creator>
      <dc:date>2016-12-13T09:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: single quote and double quote</title>
      <link>https://communities.sas.com/t5/SAS-Programming/single-quote-and-double-quote/m-p/318500#M69793</link>
      <description>&lt;P&gt;Single quotes prevent the resolution of macro triggers (&amp;amp; and %) in the enclosed text.&lt;/P&gt;
&lt;P&gt;Exception: when single quotes are embedded within double quotes:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let test=xxx;

data test;
test1 = "'&amp;amp;test'";
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Dec 2016 09:43:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/single-quote-and-double-quote/m-p/318500#M69793</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-12-13T09:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: single quote and double quote</title>
      <link>https://communities.sas.com/t5/SAS-Programming/single-quote-and-double-quote/m-p/318596#M69821</link>
      <description>&lt;P&gt;Also the use of single quotes around a character literal also&amp;nbsp;allows placing a single (or odd number of) double quote into the value such as the use of " for inch measurements:&amp;nbsp; '5.3"'&amp;nbsp; &amp;lt;= that is "&amp;nbsp; followed with ' and vice versa "John's car". While possible to do with just one quote style the alternate 'John''s car'&amp;nbsp; &amp;lt;= the '' is two single quotes, isn't quite as obvious in some situations and can be difficult to deal with for multiple single quotes needed within a single string.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 15:41:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/single-quote-and-double-quote/m-p/318596#M69821</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-12-13T15:41:34Z</dc:date>
    </item>
  </channel>
</rss>

