<?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 Reg:Finding the recently updated Dataset in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Finding-the-recently-updated-Dataset/m-p/27225#M6205</link>
    <description>data x1;&lt;BR /&gt;
input id sal ;&lt;BR /&gt;
cards;&lt;BR /&gt;
12 23 &lt;BR /&gt;
78 45 &lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data x2;&lt;BR /&gt;
input id sal;&lt;BR /&gt;
cards;&lt;BR /&gt;
23 56 &lt;BR /&gt;
78 59 &lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data x3;&lt;BR /&gt;
input id sal;&lt;BR /&gt;
cards;&lt;BR /&gt;
02 56 &lt;BR /&gt;
45 86 &lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data x_fin;&lt;BR /&gt;
set x1 x3 x2;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data x5;&lt;BR /&gt;
input id sal;&lt;BR /&gt;
cards;&lt;BR /&gt;
02 56 &lt;BR /&gt;
45 86 &lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data x_fin;&lt;BR /&gt;
set x1 x3 x2 x5 ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data x6;&lt;BR /&gt;
input id sal;&lt;BR /&gt;
cards;&lt;BR /&gt;
02 56 &lt;BR /&gt;
45 86 &lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data x_fin;&lt;BR /&gt;
set x1 x3 x2 x5 x6;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
i have created x_fin dataset by keeping x1,x2,x3  and after that i have added x5 and updated and after that i have added x6 to the dataset x_fin now.i want the dataset that was recently updated to x_fin and i should move that observations to a new dataset as x_updsets.so please help me out this is a example as Real time  daily many datesets will come and set to one dataset now i want to find which dataset was added to it recently

Message was edited by: Main</description>
    <pubDate>Tue, 05 May 2009 07:00:15 GMT</pubDate>
    <dc:creator>R_Win</dc:creator>
    <dc:date>2009-05-05T07:00:15Z</dc:date>
    <item>
      <title>Reg:Finding the recently updated Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Finding-the-recently-updated-Dataset/m-p/27225#M6205</link>
      <description>data x1;&lt;BR /&gt;
input id sal ;&lt;BR /&gt;
cards;&lt;BR /&gt;
12 23 &lt;BR /&gt;
78 45 &lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data x2;&lt;BR /&gt;
input id sal;&lt;BR /&gt;
cards;&lt;BR /&gt;
23 56 &lt;BR /&gt;
78 59 &lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data x3;&lt;BR /&gt;
input id sal;&lt;BR /&gt;
cards;&lt;BR /&gt;
02 56 &lt;BR /&gt;
45 86 &lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data x_fin;&lt;BR /&gt;
set x1 x3 x2;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data x5;&lt;BR /&gt;
input id sal;&lt;BR /&gt;
cards;&lt;BR /&gt;
02 56 &lt;BR /&gt;
45 86 &lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data x_fin;&lt;BR /&gt;
set x1 x3 x2 x5 ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data x6;&lt;BR /&gt;
input id sal;&lt;BR /&gt;
cards;&lt;BR /&gt;
02 56 &lt;BR /&gt;
45 86 &lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data x_fin;&lt;BR /&gt;
set x1 x3 x2 x5 x6;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
i have created x_fin dataset by keeping x1,x2,x3  and after that i have added x5 and updated and after that i have added x6 to the dataset x_fin now.i want the dataset that was recently updated to x_fin and i should move that observations to a new dataset as x_updsets.so please help me out this is a example as Real time  daily many datesets will come and set to one dataset now i want to find which dataset was added to it recently

Message was edited by: Main</description>
      <pubDate>Tue, 05 May 2009 07:00:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-Finding-the-recently-updated-Dataset/m-p/27225#M6205</guid>
      <dc:creator>R_Win</dc:creator>
      <dc:date>2009-05-05T07:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Finding the recently updated Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Finding-the-recently-updated-Dataset/m-p/27226#M6206</link>
      <description>are you looking for [pre]          &amp;amp;SYSLAST[/pre]&lt;BR /&gt;
That provides the name of the latest data set created. The online doc is at &lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/a000210371.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/a000210371.htm&lt;/A&gt; .&lt;BR /&gt;
 &lt;BR /&gt;
hope it helps&lt;BR /&gt;
 &lt;BR /&gt;
PeterC</description>
      <pubDate>Tue, 05 May 2009 08:10:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-Finding-the-recently-updated-Dataset/m-p/27226#M6206</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2009-05-05T08:10:41Z</dc:date>
    </item>
  </channel>
</rss>

