<?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: Dataset with Multiple Users Appending  - Missing Data in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-with-Multiple-Users-Appending-Missing-Data/m-p/728539#M38388</link>
    <description>&lt;P&gt;SAS datasets are not designed to be updated at the same time by different users. The user who gets a lock on the dataset first will be able to append, but others trying to append at the same time will fail with log errors. You could try experimenting with the FILELOCKWAIT LIBNAME option, but you would have to ensure that ALL users apply the option when needing to append the dataset.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Mar 2021 19:51:27 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2021-03-23T19:51:27Z</dc:date>
    <item>
      <title>Dataset with Multiple Users Appending  - Missing Data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-with-Multiple-Users-Appending-Missing-Data/m-p/728534#M38386</link>
      <description>&lt;P&gt;We have a SAS dataset that multiple SAS users append to on a regular basis.&amp;nbsp; For some reason, it is missing data quite frequently and I need to do a file restore back to the most recent version.&amp;nbsp; Has anyone had this happen with a file that is frequently appended to?&amp;nbsp; It is the only file I am seeing issues with so I am thinking it has something to do with multiple users appending.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 19:41:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-with-Multiple-Users-Appending-Missing-Data/m-p/728534#M38386</guid>
      <dc:creator>cbrotz</dc:creator>
      <dc:date>2021-03-23T19:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset with Multiple Users Appending  - Missing Data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-with-Multiple-Users-Appending-Missing-Data/m-p/728538#M38387</link>
      <description>&lt;P&gt;A SAS dataset is not designed to be used in a shared configuration like this. It is a simple, physical file on a disk. Reading is probably fine but writing is bad. You are probably seeing file locks happening.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Find a storage mechanism that handles concurrent access such as a DBMSs (ex. SQL Server).&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 19:48:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-with-Multiple-Users-Appending-Missing-Data/m-p/728538#M38387</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2021-03-23T19:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset with Multiple Users Appending  - Missing Data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-with-Multiple-Users-Appending-Missing-Data/m-p/728539#M38388</link>
      <description>&lt;P&gt;SAS datasets are not designed to be updated at the same time by different users. The user who gets a lock on the dataset first will be able to append, but others trying to append at the same time will fail with log errors. You could try experimenting with the FILELOCKWAIT LIBNAME option, but you would have to ensure that ALL users apply the option when needing to append the dataset.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 19:51:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-with-Multiple-Users-Appending-Missing-Data/m-p/728539#M38388</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-23T19:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset with Multiple Users Appending  - Missing Data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-with-Multiple-Users-Appending-Missing-Data/m-p/728575#M38393</link>
      <description>&lt;P&gt;What if we had each user append to their own SAS file and ran an overnight job that did the final append to the main table?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 21:27:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-with-Multiple-Users-Appending-Missing-Data/m-p/728575#M38393</guid>
      <dc:creator>cbrotz</dc:creator>
      <dc:date>2021-03-23T21:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset with Multiple Users Appending  - Missing Data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-with-Multiple-Users-Appending-Missing-Data/m-p/728580#M38394</link>
      <description>That should be fine. It is very simple to use a DB as well. You need SAS/Access to ODBC/OleDB/etc. but a db is optimal here.</description>
      <pubDate>Tue, 23 Mar 2021 21:52:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-with-Multiple-Users-Appending-Missing-Data/m-p/728580#M38394</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2021-03-23T21:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset with Multiple Users Appending  - Missing Data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-with-Multiple-Users-Appending-Missing-Data/m-p/728581#M38395</link>
      <description>&lt;P&gt;That sounds like a good solution as long as users don't need to see other users appends during the same day.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 21:53:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Dataset-with-Multiple-Users-Appending-Missing-Data/m-p/728581#M38395</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-23T21:53:07Z</dc:date>
    </item>
  </channel>
</rss>

