<?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 Re: remsas macrovariable in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/remsas-macrovariable/m-p/36216#M9105</link>
    <description>The SAS DOC links below provide explanation about SAS macro variables, especially considering "local" and "global" scope application.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
SAS 9.2 DOC: Scopes of Macro Variables&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/a002047080.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/a002047080.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Additional DOC on SAS Macro language:&lt;BR /&gt;
&lt;BR /&gt;
Introduction to the Macro Facility&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/a002293969.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/a002293969.htm&lt;/A&gt;</description>
    <pubDate>Mon, 25 May 2009 15:18:19 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-05-25T15:18:19Z</dc:date>
    <item>
      <title>remsas macrovariable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/remsas-macrovariable/m-p/36214#M9103</link>
      <description>Hi! I can't understand what this statement does:&lt;BR /&gt;
&lt;BR /&gt;
remsas=symget('remsas')&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I have read that symget takes the value of a macrovariable but i can't find this remsas variable, can you help me? thanks</description>
      <pubDate>Mon, 25 May 2009 10:42:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/remsas-macrovariable/m-p/36214#M9103</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-25T10:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: remsas macrovariable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/remsas-macrovariable/m-p/36215#M9104</link>
      <description>symget returns the value of a macro variable during DATA step execution&lt;BR /&gt;
&lt;BR /&gt;
see the example, i have a macro var called macrovarname and i want to use her value in a data step variable called datstep_var.&lt;BR /&gt;
&lt;BR /&gt;
%let macrovarname=sample info;&lt;BR /&gt;
&lt;BR /&gt;
data sample;&lt;BR /&gt;
    length datstep_var $ 20;&lt;BR /&gt;
    datstep_var=symget('macrovarname');&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
i hope it help &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;</description>
      <pubDate>Mon, 25 May 2009 11:44:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/remsas-macrovariable/m-p/36215#M9104</guid>
      <dc:creator>BrunoSilva</dc:creator>
      <dc:date>2009-05-25T11:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: remsas macrovariable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/remsas-macrovariable/m-p/36216#M9105</link>
      <description>The SAS DOC links below provide explanation about SAS macro variables, especially considering "local" and "global" scope application.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
SAS 9.2 DOC: Scopes of Macro Variables&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/a002047080.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/a002047080.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Additional DOC on SAS Macro language:&lt;BR /&gt;
&lt;BR /&gt;
Introduction to the Macro Facility&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/a002293969.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/a002293969.htm&lt;/A&gt;</description>
      <pubDate>Mon, 25 May 2009 15:18:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/remsas-macrovariable/m-p/36216#M9105</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-25T15:18:19Z</dc:date>
    </item>
  </channel>
</rss>

