<?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 concatenate macro variables with characters and quote the end result in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/concatenate-macro-variables-with-characters-and-quote-the-end/m-p/581467#M13682</link>
    <description>&lt;P&gt;%let a = abc;&lt;/P&gt;
&lt;P&gt;%let b = xyz;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;want to concatenate above two values with&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;below&amp;nbsp;doesn't Work, but to show what I am intending to do&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%unquote&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%str&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(%')cat(&amp;amp;a,.,&amp;amp;b)&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%str&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(%'))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to get end result with quotes&amp;nbsp; 'abc.xyz'&lt;/P&gt;</description>
    <pubDate>Thu, 15 Aug 2019 15:45:47 GMT</pubDate>
    <dc:creator>venka</dc:creator>
    <dc:date>2019-08-15T15:45:47Z</dc:date>
    <item>
      <title>concatenate macro variables with characters and quote the end result</title>
      <link>https://communities.sas.com/t5/New-SAS-User/concatenate-macro-variables-with-characters-and-quote-the-end/m-p/581467#M13682</link>
      <description>&lt;P&gt;%let a = abc;&lt;/P&gt;
&lt;P&gt;%let b = xyz;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;want to concatenate above two values with&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;below&amp;nbsp;doesn't Work, but to show what I am intending to do&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%unquote&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%str&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(%')cat(&amp;amp;a,.,&amp;amp;b)&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%str&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(%'))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to get end result with quotes&amp;nbsp; 'abc.xyz'&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 15:45:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/concatenate-macro-variables-with-characters-and-quote-the-end/m-p/581467#M13682</guid>
      <dc:creator>venka</dc:creator>
      <dc:date>2019-08-15T15:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate macro variables with characters and quote the end result</title>
      <link>https://communities.sas.com/t5/New-SAS-User/concatenate-macro-variables-with-characters-and-quote-the-end/m-p/581478#M13685</link>
      <description>&lt;P&gt;Your objective seems too simple if i understand correctly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let a = abc;

%let b = xyz;

%let want=%bquote('&amp;amp;a..&amp;amp;b');

%put &amp;amp;=want;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Aug 2019 15:58:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/concatenate-macro-variables-with-characters-and-quote-the-end/m-p/581478#M13685</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-08-15T15:58:08Z</dc:date>
    </item>
  </channel>
</rss>

