<?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 To update SAS dataset in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/To-update-SAS-dataset/m-p/423869#M27322</link>
    <description>&lt;P&gt;I have one table already in the library.&amp;nbsp; I need to update the table with some new rows or observation. May be the rows will be sometimes thousands of, or sometime only 10 rows. I can not delete the table from the library. I need easiest process to do this. There in the table there is a possibility also we can use special sign. also the length of some columns more than 100.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sourav&lt;/P&gt;</description>
    <pubDate>Thu, 28 Dec 2017 09:13:57 GMT</pubDate>
    <dc:creator>Sourav_sas</dc:creator>
    <dc:date>2017-12-28T09:13:57Z</dc:date>
    <item>
      <title>To update SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/To-update-SAS-dataset/m-p/423869#M27322</link>
      <description>&lt;P&gt;I have one table already in the library.&amp;nbsp; I need to update the table with some new rows or observation. May be the rows will be sometimes thousands of, or sometime only 10 rows. I can not delete the table from the library. I need easiest process to do this. There in the table there is a possibility also we can use special sign. also the length of some columns more than 100.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sourav&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 09:13:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/To-update-SAS-dataset/m-p/423869#M27322</guid>
      <dc:creator>Sourav_sas</dc:creator>
      <dc:date>2017-12-28T09:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: To update SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/To-update-SAS-dataset/m-p/423872#M27324</link>
      <description>&lt;P&gt;Not sure what is the challenge is here. It seem like a normal data processing to me.&lt;/P&gt;
&lt;P&gt;What have you tried, your thoughts so far?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 10:04:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/To-update-SAS-dataset/m-p/423872#M27324</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-12-28T10:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: To update SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/To-update-SAS-dataset/m-p/423880#M27325</link>
      <description>&lt;P&gt;Please tell me then how do I update the table, if I have 1000 new data to update in the table?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 11:20:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/To-update-SAS-dataset/m-p/423880#M27325</guid>
      <dc:creator>Sourav_sas</dc:creator>
      <dc:date>2017-12-28T11:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: To update SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/To-update-SAS-dataset/m-p/423882#M27326</link>
      <description>&lt;P&gt;You have left out some important information:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Are you always adding new rows, and never changing the existing rows?&lt;/LI&gt;
&lt;LI&gt;Is the data set currently in sorted order?&amp;nbsp; Is it important to keep it in sorted order?&lt;/LI&gt;
&lt;LI&gt;Does your data set with the updates in it contain exactly the same variables, defined in exactly the same way as the original data?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Here's a simple program that might be appropriate, depending on how you answer those questions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc append data=new_rows base=have;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 11:33:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/To-update-SAS-dataset/m-p/423882#M27326</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-12-28T11:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: To update SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/To-update-SAS-dataset/m-p/423909#M27327</link>
      <description>&lt;P&gt;Forgive me, but it sounds like you have no idea of what you are doing.&lt;/P&gt;
&lt;P&gt;Start by taking the SAS Programming 1 training, which will give you a foundation to stand on when it comes to manipulating data.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 15:35:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/To-update-SAS-dataset/m-p/423909#M27327</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-12-28T15:35:22Z</dc:date>
    </item>
  </channel>
</rss>

