<?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: How to solve interupting in middle of data importing on sas in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-solve-interupting-in-middle-of-data-importing-on-sas/m-p/260761#M7140</link>
    <description>&lt;P&gt;Well, we could give bit and pieces, but when I don't see the full picture, the suggestion may not be appropriate.&lt;/P&gt;
&lt;P&gt;First of all, loading 5''&amp;nbsp;records (in one instance) doesn't sound like real time to me, rather batch oriented. Perhaps near real time - whet is the applications?&lt;/P&gt;
&lt;P&gt;If you want to do real real time with SAS, I thin the Event Stream Processing the the&amp;nbsp;appropriate product to use. It desn't use Base SAS (at least not in the stream part).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, please&amp;nbsp;define "in the middle of the process". What is the process? A whole ETL job, or a single SQL statement? And what is the requirement?&lt;/P&gt;</description>
    <pubDate>Fri, 01 Apr 2016 15:46:14 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2016-04-01T15:46:14Z</dc:date>
    <item>
      <title>How to solve interupting in middle of data importing on sas</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-solve-interupting-in-middle-of-data-importing-on-sas/m-p/260641#M7114</link>
      <description>&lt;P&gt;Hi i am fresher to sas projects.but i have done crs.so i want to learn new things real time oriented.so pls help me.&lt;/P&gt;&lt;P&gt;for example if i import 5 milion records to import on sas.what can i do have get back up and what is the diffrence between proc sql and merge.which is best for real time secnario.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 08:44:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-solve-interupting-in-middle-of-data-importing-on-sas/m-p/260641#M7114</guid>
      <dc:creator>Robin_R</dc:creator>
      <dc:date>2016-04-01T08:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve interupting in middle of data importing on sas</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-solve-interupting-in-middle-of-data-importing-on-sas/m-p/260646#M7116</link>
      <description>&lt;P&gt;"what can i do have get back up"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;????&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding the difference between SQL and combinations of PROC SORT and DATA steps with MERGE, there are conditions where the latter can be much more performant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try to be more comprehensible. A large part of the contributors here are not native English speakers and will have a hard time deciphering your posts. If necessary, write your posts in a word processor first and use the spellchecker.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 09:01:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-solve-interupting-in-middle-of-data-importing-on-sas/m-p/260646#M7116</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-04-01T09:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve interupting in middle of data importing on sas</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-solve-interupting-in-middle-of-data-importing-on-sas/m-p/260656#M7125</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Sorry but thanks for your advice.next time let me do.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My question is when it is coming joining the tables which is best PROC SQL or Merge Statement? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And How can I take back up from SAS when it is interrupted &lt;SPAN class="sac" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; cursor: pointer; text-decoration: underline; color: green; font-family: Arial, serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 16.8px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background: transparent;"&gt;in&lt;/SPAN&gt;&lt;SPAN&gt; the middle of the process?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 09:33:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-solve-interupting-in-middle-of-data-importing-on-sas/m-p/260656#M7125</guid>
      <dc:creator>Robin_R</dc:creator>
      <dc:date>2016-04-01T09:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve interupting in middle of data importing on sas</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-solve-interupting-in-middle-of-data-importing-on-sas/m-p/260662#M7128</link>
      <description>&lt;P&gt;When SAS creates a table (dataset), it writes to a file named &lt;FONT face="courier new,courier"&gt;tablename.sas7bdat.lck&lt;/FONT&gt;, which is renamed to &lt;FONT face="courier new,courier"&gt;tablename.sas7bdat&lt;/FONT&gt; when the step is finished (the original &lt;FONT face="courier new,courier"&gt;tablename.sas7bdat&lt;/FONT&gt; is deleted, if it existed). If the step fails, the replacement is not done, so the previous data is preserved.&lt;/P&gt;
&lt;P&gt;Keep in mind that SAS in itself is not a database management system, so don't expect it to have the same support for transactions and rollbacks like a full-fledged DBMS does. (Advanced SQL features were introduced in 9.4 with the FEDSQL procedure)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When working with large data, a combination of SORT and DATA steps may prove to be more efficient than doing the same join in SQL.&lt;/P&gt;
&lt;P&gt;OTOH, SQL can do some things that are not possible (or very difficult to achieve) with a DATA step (cartesian products, eg).&lt;/P&gt;
&lt;P&gt;It comes down to what exactly needs to be done, and simply testing which is better.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 10:04:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-solve-interupting-in-middle-of-data-importing-on-sas/m-p/260662#M7128</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-04-01T10:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve interupting in middle of data importing on sas</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-solve-interupting-in-middle-of-data-importing-on-sas/m-p/260664#M7129</link>
      <description>&lt;P&gt;For over 20 years, this has been of the most frequent question within the SAS community.&lt;/P&gt;
&lt;P&gt;A simple search would give tons of papers and posts. Please study them, and please return with a more specific matter.&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 10:30:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-solve-interupting-in-middle-of-data-importing-on-sas/m-p/260664#M7129</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-01T10:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve interupting in middle of data importing on sas</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-solve-interupting-in-middle-of-data-importing-on-sas/m-p/260734#M7138</link>
      <description>&lt;P&gt;SAS isn't really designed for real time reporting. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Re merges it also depends on where your data is stored. For example if it's stored on a server SAS can pass tasks to the server which are usually faster than your desktop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So Merge in certain cases and joins in other cases. And if it's a many to many merge that requires a cross join you have to use SQL.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 14:33:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-solve-interupting-in-middle-of-data-importing-on-sas/m-p/260734#M7138</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-01T14:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve interupting in middle of data importing on sas</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-solve-interupting-in-middle-of-data-importing-on-sas/m-p/260761#M7140</link>
      <description>&lt;P&gt;Well, we could give bit and pieces, but when I don't see the full picture, the suggestion may not be appropriate.&lt;/P&gt;
&lt;P&gt;First of all, loading 5''&amp;nbsp;records (in one instance) doesn't sound like real time to me, rather batch oriented. Perhaps near real time - whet is the applications?&lt;/P&gt;
&lt;P&gt;If you want to do real real time with SAS, I thin the Event Stream Processing the the&amp;nbsp;appropriate product to use. It desn't use Base SAS (at least not in the stream part).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, please&amp;nbsp;define "in the middle of the process". What is the process? A whole ETL job, or a single SQL statement? And what is the requirement?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 15:46:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-solve-interupting-in-middle-of-data-importing-on-sas/m-p/260761#M7140</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-01T15:46:14Z</dc:date>
    </item>
  </channel>
</rss>

