<?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 How to use the open parenthesis as a value for a macro variable? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-the-open-parenthesis-as-a-value-for-a-macro-variable/m-p/141988#M28502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why I can not run the macro as below, but if I set other special value like decimal&amp;nbsp; for the varibale CHAR, it will work. Do you have any suggestion if i want to scussfully run the code below, thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%macro align1(char= ) ;&lt;/P&gt;&lt;P&gt;%put this is&amp;nbsp; &amp;amp;char&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%mend ;&lt;/P&gt;&lt;P&gt;%align1(char=%nrstr( ( )&amp;nbsp;&amp;nbsp; )&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2014 08:51:35 GMT</pubDate>
    <dc:creator>zhijun</dc:creator>
    <dc:date>2014-03-13T08:51:35Z</dc:date>
    <item>
      <title>How to use the open parenthesis as a value for a macro variable?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-the-open-parenthesis-as-a-value-for-a-macro-variable/m-p/141988#M28502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why I can not run the macro as below, but if I set other special value like decimal&amp;nbsp; for the varibale CHAR, it will work. Do you have any suggestion if i want to scussfully run the code below, thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%macro align1(char= ) ;&lt;/P&gt;&lt;P&gt;%put this is&amp;nbsp; &amp;amp;char&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%mend ;&lt;/P&gt;&lt;P&gt;%align1(char=%nrstr( ( )&amp;nbsp;&amp;nbsp; )&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 08:51:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-the-open-parenthesis-as-a-value-for-a-macro-variable/m-p/141988#M28502</guid>
      <dc:creator>zhijun</dc:creator>
      <dc:date>2014-03-13T08:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the open parenthesis as a value for a macro variable?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-the-open-parenthesis-as-a-value-for-a-macro-variable/m-p/141989#M28503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just need a slight modification at invocation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%align1(char=%str(%());&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 09:21:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-the-open-parenthesis-as-a-value-for-a-macro-variable/m-p/141989#M28503</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-03-13T09:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the open parenthesis as a value for a macro variable?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-the-open-parenthesis-as-a-value-for-a-macro-variable/m-p/141990#M28504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer, this is exactly what I want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 02:41:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-the-open-parenthesis-as-a-value-for-a-macro-variable/m-p/141990#M28504</guid>
      <dc:creator>zhijun</dc:creator>
      <dc:date>2014-03-14T02:41:43Z</dc:date>
    </item>
  </channel>
</rss>

