<?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 Let Blows up when Re-creating Variable with Apostrophe as Value. in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Let-Blows-up-when-Re-creating-Variable-with-Apostrophe-as-Value/m-p/188541#M4387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;I am using SAS 9.2.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;Is there a way to use the str(%’) syntax when I use the %let statement on a marco?&amp;nbsp; Detail is below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;First I created max_level_name; by the below code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;SELECT total, &amp;amp;enrRepTy, &amp;amp;degOrStudIDTy into :max_level_total, :max_level_name, :max_deg_Or_stud_id&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;from&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ( select sum(students_enrolled) as total, &amp;amp;enrRepTy, &amp;amp;degOrStudIDTy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from enrollment&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;whereClause&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; group &amp;amp;enrRepTy, &amp;amp;degOrStudIDTy)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;having total = max(total);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;I found that when I outputted &amp;amp;max_level_name in a dynamic title statement as &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;dynamic title2="excluding &amp;amp;max_level_name ";&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;that SAS has a bug that splits my title text e.g.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;Baccalaureate only becomes&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;Baccalaureate &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: .5in; background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;only&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;I found a crazy work around by creating a new variable and saving the value into the new variable.&amp;nbsp; Note there are no trailing or leading spaces in my dataset.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;%let displaymaxlevelname = &amp;amp;max_level_name;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;My crazy work around worked fine until I changed my selection from Baccalaureate to Master’s adding the apostrophe.&amp;nbsp; Where it blows up due to a Literal contains unmatched quote error.&amp;nbsp; Is there a way to use the str(%’) syntax when I use the %let statement on a marco?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;Is there a way that I do not have to do the intermediary step?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2015 16:01:06 GMT</pubDate>
    <dc:creator>DavidPhillips2</dc:creator>
    <dc:date>2015-03-02T16:01:06Z</dc:date>
    <item>
      <title>Let Blows up when Re-creating Variable with Apostrophe as Value.</title>
      <link>https://communities.sas.com/t5/Developers/Let-Blows-up-when-Re-creating-Variable-with-Apostrophe-as-Value/m-p/188541#M4387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;I am using SAS 9.2.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;Is there a way to use the str(%’) syntax when I use the %let statement on a marco?&amp;nbsp; Detail is below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;First I created max_level_name; by the below code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;SELECT total, &amp;amp;enrRepTy, &amp;amp;degOrStudIDTy into :max_level_total, :max_level_name, :max_deg_Or_stud_id&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;from&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ( select sum(students_enrolled) as total, &amp;amp;enrRepTy, &amp;amp;degOrStudIDTy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from enrollment&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;whereClause&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; group &amp;amp;enrRepTy, &amp;amp;degOrStudIDTy)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;having total = max(total);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;I found that when I outputted &amp;amp;max_level_name in a dynamic title statement as &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;dynamic title2="excluding &amp;amp;max_level_name ";&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;that SAS has a bug that splits my title text e.g.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;Baccalaureate only becomes&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;Baccalaureate &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: .5in; background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;only&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;I found a crazy work around by creating a new variable and saving the value into the new variable.&amp;nbsp; Note there are no trailing or leading spaces in my dataset.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;%let displaymaxlevelname = &amp;amp;max_level_name;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;My crazy work around worked fine until I changed my selection from Baccalaureate to Master’s adding the apostrophe.&amp;nbsp; Where it blows up due to a Literal contains unmatched quote error.&amp;nbsp; Is there a way to use the str(%’) syntax when I use the %let statement on a marco?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;Is there a way that I do not have to do the intermediary step?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 16:01:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Let-Blows-up-when-Re-creating-Variable-with-Apostrophe-as-Value/m-p/188541#M4387</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-02T16:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Let Blows up when Re-creating Variable with Apostrophe as Value.</title>
      <link>https://communities.sas.com/t5/Developers/Let-Blows-up-when-Re-creating-Variable-with-Apostrophe-as-Value/m-p/188542#M4388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) You can remove the leading/trailing spaces by changing your SQL syntax.&amp;nbsp; If you are using a relative new version of SAS use the TRIMMED option.&amp;nbsp; For an older version use SEPARATED BY clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;SELECT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; total&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , &amp;amp;enrRepTy&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , &amp;amp;degOrStudIDTy &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; :max_level_total trimmed&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , :max_level_name trimmed&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , :max_deg_Or_stud_id trimmed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-color: #ffffff;"&gt;2) You can use %SUPERQ() to quote the value of your macro variable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;%let&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; max_level_name=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;%superq&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;(max_level_name) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 16:38:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Let-Blows-up-when-Re-creating-Variable-with-Apostrophe-as-Value/m-p/188542#M4388</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-03-02T16:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Let Blows up when Re-creating Variable with Apostrophe as Value.</title>
      <link>https://communities.sas.com/t5/Developers/Let-Blows-up-when-Re-creating-Variable-with-Apostrophe-as-Value/m-p/188543#M4389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;I am using SAS 9.2 the feature trimmed does not appear to be in SAS 9.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;If I use %superq it returns to the odd spacing.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 17:55:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Let-Blows-up-when-Re-creating-Variable-with-Apostrophe-as-Value/m-p/188543#M4389</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-02T17:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Let Blows up when Re-creating Variable with Apostrophe as Value.</title>
      <link>https://communities.sas.com/t5/Developers/Let-Blows-up-when-Re-creating-Variable-with-Apostrophe-as-Value/m-p/188544#M4390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of TRIMMED use SEPARATED BY ' '&lt;/P&gt;&lt;P&gt;You also might want to protect against embedded double quote characters by using QUOTE() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; background-color: #ffffff; font-size: 12pt;"&gt; title2=%sysfunc(quote(excluding &amp;amp;max_level_name));&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 17:59:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Let-Blows-up-when-Re-creating-Variable-with-Apostrophe-as-Value/m-p/188544#M4390</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-03-02T17:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Let Blows up when Re-creating Variable with Apostrophe as Value.</title>
      <link>https://communities.sas.com/t5/Developers/Let-Blows-up-when-Re-creating-Variable-with-Apostrophe-as-Value/m-p/188545#M4391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;Separated by ‘’ solved it.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;When I used &lt;/SPAN&gt;&lt;SPAN style="font-family: Arial, sans-serif; background-position: initial;"&gt;title2=%sysfunc(quote(excluding &amp;amp;max_level_name));&lt;/SPAN&gt; it blew up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 18:21:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Let-Blows-up-when-Re-creating-Variable-with-Apostrophe-as-Value/m-p/188545#M4391</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-02T18:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Let Blows up when Re-creating Variable with Apostrophe as Value.</title>
      <link>https://communities.sas.com/t5/Developers/Let-Blows-up-when-Re-creating-Variable-with-Apostrophe-as-Value/m-p/188546#M4392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you have the line to quote the value with %SUPERQ() to protect the unbalanced quotes?&amp;nbsp; If not you could include here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 16px; background-color: #ffffff;"&gt;title2=%sysfunc(quote(excluding %superq(max_level_name)));&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 19:36:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Let-Blows-up-when-Re-creating-Variable-with-Apostrophe-as-Value/m-p/188546#M4392</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-03-02T19:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Let Blows up when Re-creating Variable with Apostrophe as Value.</title>
      <link>https://communities.sas.com/t5/Developers/Let-Blows-up-when-Re-creating-Variable-with-Apostrophe-as-Value/m-p/188547#M4393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;No, I only used separated by ‘ ‘.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 19:40:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Let-Blows-up-when-Re-creating-Variable-with-Apostrophe-as-Value/m-p/188547#M4393</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-02T19:40:06Z</dc:date>
    </item>
  </channel>
</rss>

