<?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 is declarative statement and excutable statement? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/what-is-declarative-statement-and-excutable-statement/m-p/305333#M65120</link>
    <description>&lt;P&gt;A declarative statement is one that is acted upon during data step compilation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Examples:&lt;/P&gt;
&lt;P&gt;format&lt;/P&gt;
&lt;P&gt;length&lt;/P&gt;
&lt;P&gt;retain&lt;/P&gt;
&lt;P&gt;attrib&lt;/P&gt;
&lt;P&gt;by&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Their placement within the data step is more or less without effect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other statements are executable and will cause action during data step execution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The set statement somehow falls into both categories; for one, it causes the compiler to read the structure from the dataset(s) and put variables into the PDV; OTOH, it also marks the place within the data step where a read from the dataset(s) happens.&lt;/P&gt;
&lt;P&gt;The declarative element with thise statement is the fact that the dataset(s) cannot change during data step execution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Infiles and outfiles (infile and file statements) can change dynamically during execution.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Oct 2016 11:06:10 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-10-18T11:06:10Z</dc:date>
    <item>
      <title>what is declarative statement and excutable statement?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-is-declarative-statement-and-excutable-statement/m-p/305329#M65119</link>
      <description>&lt;P&gt;declarative statements are complied time statement then will they execute in the execution phase?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 14:22:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-is-declarative-statement-and-excutable-statement/m-p/305329#M65119</guid>
      <dc:creator>balu_g</dc:creator>
      <dc:date>2016-10-20T14:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: what is declarative statement and excutable statement?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-is-declarative-statement-and-excutable-statement/m-p/305333#M65120</link>
      <description>&lt;P&gt;A declarative statement is one that is acted upon during data step compilation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Examples:&lt;/P&gt;
&lt;P&gt;format&lt;/P&gt;
&lt;P&gt;length&lt;/P&gt;
&lt;P&gt;retain&lt;/P&gt;
&lt;P&gt;attrib&lt;/P&gt;
&lt;P&gt;by&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Their placement within the data step is more or less without effect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other statements are executable and will cause action during data step execution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The set statement somehow falls into both categories; for one, it causes the compiler to read the structure from the dataset(s) and put variables into the PDV; OTOH, it also marks the place within the data step where a read from the dataset(s) happens.&lt;/P&gt;
&lt;P&gt;The declarative element with thise statement is the fact that the dataset(s) cannot change during data step execution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Infiles and outfiles (infile and file statements) can change dynamically during execution.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 11:06:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-is-declarative-statement-and-excutable-statement/m-p/305333#M65120</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-10-18T11:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: what is declarative statement and excutable statement?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-is-declarative-statement-and-excutable-statement/m-p/305951#M65350</link>
      <description>&lt;P&gt;declarative statements means they will execute in the complie time . they wont execute in execution time. is that correct?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 14:19:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-is-declarative-statement-and-excutable-statement/m-p/305951#M65350</guid>
      <dc:creator>balu_g</dc:creator>
      <dc:date>2016-10-20T14:19:29Z</dc:date>
    </item>
  </channel>
</rss>

