<?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: What are temporary arrays? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/What-are-temporary-arrays/m-p/224402#M40327</link>
    <description>&lt;P&gt;I was testing the ask a question interface. I ran into problems when posting but I don't recall what it was anymore&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/LI-SPOILER&gt;</description>
    <pubDate>Tue, 08 Sep 2015 14:53:44 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-09-08T14:53:44Z</dc:date>
    <item>
      <title>What are temporary arrays?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-are-temporary-arrays/m-p/224196#M40320</link>
      <description>&lt;P&gt;What is a temporary array and how does it differ from permanent arrays?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 14:22:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-are-temporary-arrays/m-p/224196#M40320</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-09-02T14:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: What are temporary arrays?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-are-temporary-arrays/m-p/224259#M40323</link>
      <description>&lt;P&gt;Reeza, you're supposed to use this "preview" period to&amp;nbsp;&lt;STRONG&gt;answer&lt;/STRONG&gt; questions, not ask them!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you asking about these within the scope of DS2? Here's a simple comparison.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" cellspacing="1" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH&gt;Temporary Array&lt;/TH&gt;
&lt;TH&gt;Variable Array&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;set of temporary data elements&lt;/TD&gt;
&lt;TD&gt;set of references to variables in the PDV&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;created with a DECLARE statement&lt;/TD&gt;
&lt;TD&gt;created with a VARARRAY statement&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;may be declared in local or global scope&lt;/TD&gt;
&lt;TD&gt;must be declared in global scope&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;similar to arrays seen in other languages&lt;/TD&gt;
&lt;TD&gt;similar to arrays of pointers/references seen in other languages&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;in DATA step, created with ARRAY statement with _TEMPORARY_ argument&lt;/TD&gt;
&lt;TD&gt;in DATA step, created with ARRAY statement&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 20:03:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-are-temporary-arrays/m-p/224259#M40323</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-09-02T20:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: What are temporary arrays?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-are-temporary-arrays/m-p/224402#M40327</link>
      <description>&lt;P&gt;I was testing the ask a question interface. I ran into problems when posting but I don't recall what it was anymore&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Tue, 08 Sep 2015 14:53:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-are-temporary-arrays/m-p/224402#M40327</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-09-08T14:53:44Z</dc:date>
    </item>
  </channel>
</rss>

