<?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: Data extraction from a particular library on server. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-extraction-from-a-particular-library-on-server/m-p/901349#M43914</link>
    <description>&lt;P&gt;The fact "more than a billions of records" should trigger you to rethink your use case.&lt;/P&gt;
&lt;P&gt;Try to use the data where it resides, and only extract subsets/aggregates.&lt;/P&gt;
&lt;P&gt;This can be achieved using SQL pass through (explicit and/or implicit).&lt;/P&gt;
&lt;P&gt;Or if the dataset is a SAS dataset, use SAS/CONNECT or other methods to use it directly.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Nov 2023 09:55:30 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2023-11-03T09:55:30Z</dc:date>
    <item>
      <title>Data extraction from a particular library on server.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-extraction-from-a-particular-library-on-server/m-p/901330#M43911</link>
      <description>&lt;P&gt;I am trying extract a very large dataset (more than a billion records) from a particular library to my local library. but it is giving me memory and timeout error. I tried to extract it by creating small chunks also but still it is giving me the same error.&amp;nbsp;&lt;BR /&gt;I would appreciate if someone provides me any solution to load this data to my local library efficiently.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 03:19:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-extraction-from-a-particular-library-on-server/m-p/901330#M43911</guid>
      <dc:creator>Visal_Chourasia</dc:creator>
      <dc:date>2023-11-03T03:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data extraction from a particular library on server.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-extraction-from-a-particular-library-on-server/m-p/901336#M43912</link>
      <description>&lt;P&gt;Since SAS datasets are also ODBC compliant, try pulling them vs pushing them. I am not sure whether SAS would still have an issue but a simple Python, C#, PowerShell apparatus may work. You could also just try a binary copy using robocopy (assuming Windows) and set up timeout parameters. PowerShell is also highly efficient.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the heart of it, the sas7bdat is just a simple file. Don't try to read and export, but just copy. If you need it in a different form, consider the ODBC route. You don't indicate what your final form should be so hard to tell the needs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 04:08:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-extraction-from-a-particular-library-on-server/m-p/901336#M43912</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2023-11-03T04:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data extraction from a particular library on server.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-extraction-from-a-particular-library-on-server/m-p/901345#M43913</link>
      <description>&lt;P&gt;Define "local". Does it mean you want to download the dataset to your desktop PC, or do you want to copy it to a library of yours on the SAS server?&lt;/P&gt;
&lt;P&gt;Also post the log from your failed code; include the LIBNAME for your "local" library.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 09:39:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-extraction-from-a-particular-library-on-server/m-p/901345#M43913</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-11-03T09:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data extraction from a particular library on server.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-extraction-from-a-particular-library-on-server/m-p/901349#M43914</link>
      <description>&lt;P&gt;The fact "more than a billions of records" should trigger you to rethink your use case.&lt;/P&gt;
&lt;P&gt;Try to use the data where it resides, and only extract subsets/aggregates.&lt;/P&gt;
&lt;P&gt;This can be achieved using SQL pass through (explicit and/or implicit).&lt;/P&gt;
&lt;P&gt;Or if the dataset is a SAS dataset, use SAS/CONNECT or other methods to use it directly.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 09:55:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-extraction-from-a-particular-library-on-server/m-p/901349#M43914</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2023-11-03T09:55:30Z</dc:date>
    </item>
  </channel>
</rss>

