<?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 Execution in SAS. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Execution-in-SAS/m-p/123418#M25335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can one of you please help me in understanding the execution phase in SAS.I am aware of Input Buffer and PDV but still not confident enough in the flo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for your inputs:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Jun 2013 19:04:37 GMT</pubDate>
    <dc:creator>Chikku</dc:creator>
    <dc:date>2013-06-30T19:04:37Z</dc:date>
    <item>
      <title>Execution in SAS.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Execution-in-SAS/m-p/123418#M25335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can one of you please help me in understanding the execution phase in SAS.I am aware of Input Buffer and PDV but still not confident enough in the flo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for your inputs:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jun 2013 19:04:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Execution-in-SAS/m-p/123418#M25335</guid>
      <dc:creator>Chikku</dc:creator>
      <dc:date>2013-06-30T19:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Execution in SAS.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Execution-in-SAS/m-p/123419#M25336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;PDV (Program Data Vector) : The information about each of the variables is stored in a reserved area of memory called PDV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;SAS Processes data steps in two stages : (1) Compile Stage&amp;nbsp; (2) Execution Stage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;In Compile stage SAS does some housekeeping jobs like to prepare an area to store the sas dataset, then to check input file ( infile statement) to fix various attribute of input file. Then to put all the information at a place in memory called as INPUT BUFFER (where it place each record of data as it is read from the input file).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;SAS checks for each variable is character or numeric and the storage length of each variable, this information is called the descriptor portion of the data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Descriptor Portion contains : Name of data set, Date and time that the data set was created , Number of observations and the number of variables&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (It contains attribute information for each variable in the data set )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;SAS does following action during compile stage :&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;(a) Syntax Scan&amp;nbsp;&amp;nbsp;&amp;nbsp; (b) Sas Source code translation to machine language&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;(c) Definition of input and output files&amp;nbsp; (d) Create input buffer, PDV and data set descriptor information&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;(e) Setting the variable attribute for output sas data set. (f) Capture of variables to be initialized to missing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jun 2013 19:23:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Execution-in-SAS/m-p/123419#M25336</guid>
      <dc:creator>umashankersaini</dc:creator>
      <dc:date>2013-06-30T19:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Execution in SAS.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Execution-in-SAS/m-p/123420#M25337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/65287/HTML/default/viewer.htm#p08a4x7h9mkwqvn16jg3xqwfxful.htm" title="http://support.sas.com/documentation/cdl/en/lrcon/65287/HTML/default/viewer.htm#p08a4x7h9mkwqvn16jg3xqwfxful.htm"&gt;SAS(R) 9.3 Language Reference: Concepts, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jun 2013 21:13:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Execution-in-SAS/m-p/123420#M25337</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-06-30T21:13:15Z</dc:date>
    </item>
  </channel>
</rss>

