<?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: The way in which procs read data in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/The-way-in-which-procs-read-data/m-p/537434#M27040</link>
    <description>&lt;P&gt;It's not in the documentation.&amp;nbsp; It's proprietary information.&amp;nbsp; Most of it is a black box that we as users neither observe nor control.&amp;nbsp; To a very small extent, some procedures (such as SQL) contain options that influence how observations are read.&amp;nbsp; But that's all that is available.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you mention the PDV, you are talking about a DATA step.&amp;nbsp; There is no evidence that I know of that talks about how PROC steps handle this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because of the behavior of PROC MEANS (and other summary procedures), we can infer that SAS computes some statistics at a detailed level.&amp;nbsp; For example, it computes SUM, N, and sum of squared values at a detailed level.&amp;nbsp; Then as needed, it computes final statistics.&amp;nbsp; (Use SUM and N to get the MEAN, use SUM, N, and sum of squared values to get the standard deviation.&amp;nbsp; Aggregate the building blocks to a higher level in order to compute statistics at a higher level.)&lt;/P&gt;</description>
    <pubDate>Thu, 21 Feb 2019 15:30:51 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2019-02-21T15:30:51Z</dc:date>
    <item>
      <title>The way in which procs read data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-way-in-which-procs-read-data/m-p/537328#M27033</link>
      <description>&lt;P&gt;How the statistical procedures in SAS, such as proc means, proc model , to quote only a few, to read data from the SAS datasets? , read the all observations once a time to calculate the statistics, such as sample mean,&amp;nbsp; or read one observation each time into PDV as DATA STEP and calculate the statistics each time? I can 't find the answer in SAS document and ask help.&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 07:21:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-way-in-which-procs-read-data/m-p/537328#M27033</guid>
      <dc:creator>ShufeGuoding</dc:creator>
      <dc:date>2019-02-21T07:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: The way in which procs read data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-way-in-which-procs-read-data/m-p/537434#M27040</link>
      <description>&lt;P&gt;It's not in the documentation.&amp;nbsp; It's proprietary information.&amp;nbsp; Most of it is a black box that we as users neither observe nor control.&amp;nbsp; To a very small extent, some procedures (such as SQL) contain options that influence how observations are read.&amp;nbsp; But that's all that is available.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you mention the PDV, you are talking about a DATA step.&amp;nbsp; There is no evidence that I know of that talks about how PROC steps handle this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because of the behavior of PROC MEANS (and other summary procedures), we can infer that SAS computes some statistics at a detailed level.&amp;nbsp; For example, it computes SUM, N, and sum of squared values at a detailed level.&amp;nbsp; Then as needed, it computes final statistics.&amp;nbsp; (Use SUM and N to get the MEAN, use SUM, N, and sum of squared values to get the standard deviation.&amp;nbsp; Aggregate the building blocks to a higher level in order to compute statistics at a higher level.)&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 15:30:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-way-in-which-procs-read-data/m-p/537434#M27040</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-02-21T15:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: The way in which procs read data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/The-way-in-which-procs-read-data/m-p/537577#M27050</link>
      <description>&lt;P&gt;Some statistical analysis procedures, such as Proc Model, Proc SSM, PROC MCMC have their programming&amp;nbsp; statements, most of which are the same as those in DATA step. There is even a PDV option in OUTPUT statement&amp;nbsp; of PROC SSM. Put things together , I infer that SAS PROCs&amp;nbsp; read and deal with the observations in SAS data sets in the similar way to that in DATA STEP.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 02:32:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/The-way-in-which-procs-read-data/m-p/537577#M27050</guid>
      <dc:creator>ShufeGuoding</dc:creator>
      <dc:date>2019-02-22T02:32:55Z</dc:date>
    </item>
  </channel>
</rss>

