<?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: sas datastep in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Recursive-data-step-reference/m-p/259831#M50329</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/43230"&gt;@SASSLICK001﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please provide&amp;nbsp;more details on your question, e.g., sample data (in the form of a data step) together with the intended result and existing SAS code (or pseudocode) of the algorithm you have in mind? For example, is the DO loop a macro %DO loop?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2016 18:23:14 GMT</pubDate>
    <dc:creator>FreelanceReinh</dc:creator>
    <dc:date>2016-03-29T18:23:14Z</dc:date>
    <item>
      <title>Recursive data step reference</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recursive-data-step-reference/m-p/259824#M50324</link>
      <description>&lt;P&gt;HI all&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a situation where I have to read from sas dataset A and create dataset B and next time in the do loop I have to read it from Dataset B and so on ! How can I achieve this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for all the help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;J&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 19:55:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recursive-data-step-reference/m-p/259824#M50324</guid>
      <dc:creator>SASSLICK001</dc:creator>
      <dc:date>2016-03-29T19:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: sas datastep</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recursive-data-step-reference/m-p/259831#M50329</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/43230"&gt;@SASSLICK001﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please provide&amp;nbsp;more details on your question, e.g., sample data (in the form of a data step) together with the intended result and existing SAS code (or pseudocode) of the algorithm you have in mind? For example, is the DO loop a macro %DO loop?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 18:23:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recursive-data-step-reference/m-p/259831#M50329</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2016-03-29T18:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: sas datastep</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recursive-data-step-reference/m-p/259853#M50339</link>
      <description>&lt;P&gt;It is also quite likely if your additional datasteps are only calculating new variables and such that they could all be done in one datastep.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 19:10:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recursive-data-step-reference/m-p/259853#M50339</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-03-29T19:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Recursive data step reference</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recursive-data-step-reference/m-p/259933#M50359</link>
      <description>&lt;P&gt;Maybe &lt;STRONG&gt;proc datasets&lt;/STRONG&gt; command &lt;STRONG&gt;AGE&lt;/STRONG&gt; could be useful here&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc datasets lib=myLib nolist;&lt;/P&gt;
&lt;P&gt;age B A OLD_A OLDER_A;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 01:59:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recursive-data-step-reference/m-p/259933#M50359</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-03-30T01:59:17Z</dc:date>
    </item>
  </channel>
</rss>

