<?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: Array with &amp;amp; in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Array-with-amp/m-p/812873#M320748</link>
    <description>&lt;P&gt;The &lt;EM&gt;macro variable&lt;/EM&gt; (it's not a &lt;EM&gt;macro call&lt;/EM&gt;, because those start with a percent sign) can contain anything that is valid code at this place. It must contain a list of variable names (because of the asterisk), but it could also contain a $ sign (or VARCHAR) to specify a character array, and it could also contain a list of initial values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to know what is actually used, add a&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put &amp;amp;mbr.;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;statement right before the ARRAY statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To see what &lt;EM&gt;may&lt;/EM&gt; appear in the macro variable, study the documentation of the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/lestmtsref/p08do6szetrxe2n136ush727sbuo.htm" target="_blank" rel="noopener"&gt;ARRAY Statement&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 08:27:15 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-05-12T08:27:15Z</dc:date>
    <item>
      <title>Array with &amp;</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Array-with-amp/m-p/812808#M320714</link>
      <description>Hello team,&lt;BR /&gt;I have an array with this structure:&lt;BR /&gt;array mbrreq {*} &amp;amp;mbr. ;&lt;BR /&gt;What is &amp;amp;mbr.?&lt;BR /&gt;Is it a macro call?  Or a macro variable which takes in the elements of this array?&lt;BR /&gt;Regards, &lt;BR /&gt;Blue&amp;amp;Blue</description>
      <pubDate>Wed, 11 May 2022 21:08:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Array-with-amp/m-p/812808#M320714</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2022-05-11T21:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Array with &amp;</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Array-with-amp/m-p/812827#M320725</link>
      <description>&lt;P&gt;Perhaps a macro variable with multiple variables as strings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, I think it is below.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let mbr=mbr1 mbr2 mbr3;
%let mbr=mbr:;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 00:08:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Array-with-amp/m-p/812827#M320725</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2022-05-12T00:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Array with &amp;</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Array-with-amp/m-p/812873#M320748</link>
      <description>&lt;P&gt;The &lt;EM&gt;macro variable&lt;/EM&gt; (it's not a &lt;EM&gt;macro call&lt;/EM&gt;, because those start with a percent sign) can contain anything that is valid code at this place. It must contain a list of variable names (because of the asterisk), but it could also contain a $ sign (or VARCHAR) to specify a character array, and it could also contain a list of initial values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to know what is actually used, add a&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put &amp;amp;mbr.;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;statement right before the ARRAY statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To see what &lt;EM&gt;may&lt;/EM&gt; appear in the macro variable, study the documentation of the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/lestmtsref/p08do6szetrxe2n136ush727sbuo.htm" target="_blank" rel="noopener"&gt;ARRAY Statement&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 08:27:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Array-with-amp/m-p/812873#M320748</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-05-12T08:27:15Z</dc:date>
    </item>
  </channel>
</rss>

