<?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 retaining macro value in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/retaining-macro-value/m-p/43278#M8865</link>
    <description>hello,&lt;BR /&gt;
&lt;BR /&gt;
i have a macro variable n which has a value of 123414 / 6546434.&lt;BR /&gt;
&lt;BR /&gt;
then i execute a data step:&lt;BR /&gt;
&lt;BR /&gt;
data test;&lt;BR /&gt;
     id  = &amp;amp;n;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
it results to the quotient of 123414 and 6546434&lt;BR /&gt;
i want to keep the value 123414 / 6546434 as is. I don't want it to be divided.&lt;BR /&gt;
&lt;BR /&gt;
what can i do?&lt;BR /&gt;
&lt;BR /&gt;
thanks!</description>
    <pubDate>Thu, 11 Jun 2009 01:03:20 GMT</pubDate>
    <dc:creator>milts</dc:creator>
    <dc:date>2009-06-11T01:03:20Z</dc:date>
    <item>
      <title>retaining macro value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/retaining-macro-value/m-p/43278#M8865</link>
      <description>hello,&lt;BR /&gt;
&lt;BR /&gt;
i have a macro variable n which has a value of 123414 / 6546434.&lt;BR /&gt;
&lt;BR /&gt;
then i execute a data step:&lt;BR /&gt;
&lt;BR /&gt;
data test;&lt;BR /&gt;
     id  = &amp;amp;n;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
it results to the quotient of 123414 and 6546434&lt;BR /&gt;
i want to keep the value 123414 / 6546434 as is. I don't want it to be divided.&lt;BR /&gt;
&lt;BR /&gt;
what can i do?&lt;BR /&gt;
&lt;BR /&gt;
thanks!</description>
      <pubDate>Thu, 11 Jun 2009 01:03:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/retaining-macro-value/m-p/43278#M8865</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2009-06-11T01:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: retaining macro value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/retaining-macro-value/m-p/43279#M8866</link>
      <description>nvm got it.&lt;BR /&gt;
&lt;BR /&gt;
just forgot the double quotes on the assignment.lol!&lt;BR /&gt;
&lt;BR /&gt;
id = "&amp;amp;n";</description>
      <pubDate>Thu, 11 Jun 2009 02:07:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/retaining-macro-value/m-p/43279#M8866</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2009-06-11T02:07:22Z</dc:date>
    </item>
  </channel>
</rss>

