<?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 What happens to PROC steps in SAS supervisor? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/What-happens-to-PROC-steps-in-SAS-supervisor/m-p/547587#M151759</link>
    <description>&lt;P&gt;I have read a lot about DATA steps and how the role of the PDV. However, when the data gets to the PROC step. What happens? It seems like there is not as much literature on this but maybe I am wrong.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2019 10:34:46 GMT</pubDate>
    <dc:creator>mikepark</dc:creator>
    <dc:date>2019-04-01T10:34:46Z</dc:date>
    <item>
      <title>What happens to PROC steps in SAS supervisor?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-happens-to-PROC-steps-in-SAS-supervisor/m-p/547587#M151759</link>
      <description>&lt;P&gt;I have read a lot about DATA steps and how the role of the PDV. However, when the data gets to the PROC step. What happens? It seems like there is not as much literature on this but maybe I am wrong.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 10:34:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-happens-to-PROC-steps-in-SAS-supervisor/m-p/547587#M151759</guid>
      <dc:creator>mikepark</dc:creator>
      <dc:date>2019-04-01T10:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to PROC steps in SAS supervisor?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-happens-to-PROC-steps-in-SAS-supervisor/m-p/547591#M151760</link>
      <description>&lt;P&gt;While a data step is always compiled from the code, procedures are pre-compiled modules that are fed with parameters according to your coding. While data step is a "turing-complete" language, procedures have a fixed limited set of capabilities, and therefore there is no need of an in-depth description of the workings.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 10:52:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-happens-to-PROC-steps-in-SAS-supervisor/m-p/547591#M151760</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-04-01T10:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to PROC steps in SAS supervisor?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-happens-to-PROC-steps-in-SAS-supervisor/m-p/547599#M151763</link>
      <description>&lt;P&gt;Do you have a specific question about a specific procedure?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In general, the procedure reads one observation at a time from a SAS data set. Before the procedure sees any data, the data are filtered by any data set options, such as DROP, KEEP, RENAME, and WHERE clauses. Thus, the procedure sees only the filtered data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 12:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-happens-to-PROC-steps-in-SAS-supervisor/m-p/547599#M151763</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-04-01T12:10:33Z</dc:date>
    </item>
  </channel>
</rss>

