<?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 macro in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/macro/m-p/6598#M671</link>
    <description>in macro quoting &lt;BR /&gt;
&lt;BR /&gt;
%let a=%str(data new; x=1; run;); ok&lt;BR /&gt;
&lt;BR /&gt;
but in single quotes they mention as &lt;BR /&gt;
&lt;BR /&gt;
%let b=%str(john%'s reporting);&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
for semicolon it is the commonly mentions as %str(text)&lt;BR /&gt;
but in single quotes they mention as especially % infront of single quote.&lt;BR /&gt;
&lt;BR /&gt;
why its wrong,&lt;BR /&gt;
%let b= %str(john's reporting);</description>
    <pubDate>Tue, 29 Jan 2008 07:03:21 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-01-29T07:03:21Z</dc:date>
    <item>
      <title>macro</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/macro/m-p/6598#M671</link>
      <description>in macro quoting &lt;BR /&gt;
&lt;BR /&gt;
%let a=%str(data new; x=1; run;); ok&lt;BR /&gt;
&lt;BR /&gt;
but in single quotes they mention as &lt;BR /&gt;
&lt;BR /&gt;
%let b=%str(john%'s reporting);&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
for semicolon it is the commonly mentions as %str(text)&lt;BR /&gt;
but in single quotes they mention as especially % infront of single quote.&lt;BR /&gt;
&lt;BR /&gt;
why its wrong,&lt;BR /&gt;
%let b= %str(john's reporting);</description>
      <pubDate>Tue, 29 Jan 2008 07:03:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/macro/m-p/6598#M671</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-29T07:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: macro</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/macro/m-p/6599#M672</link>
      <description>why do you need to know?&lt;BR /&gt;
&lt;BR /&gt;
why not accept that as it says in SAS(R) Macro Language Reference of %bquote() "&lt;I&gt;you do not have to precede an unmatched quotation mark with a % sign, as you must when using %STR and %NRSTR"&lt;/I&gt; ?&lt;BR /&gt;
Find this quote in online doc, at &lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/mcrolref.hlp/a001061316.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/mcrolref.hlp/a001061316.htm&lt;/A&gt;.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
%let b= %bquote(john's reporting); &lt;BR /&gt;
%put b=&amp;amp;b ;&lt;BR /&gt;
works for me !&lt;BR /&gt;
&lt;BR /&gt;
Peter-c</description>
      <pubDate>Tue, 29 Jan 2008 10:32:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/macro/m-p/6599#M672</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-29T10:32:21Z</dc:date>
    </item>
  </channel>
</rss>

