<?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 Bulkload = option in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Bulkload-option/m-p/564511#M158365</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I download Oracle table to local SAS with bulkload option? looks It can only upload.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;libname orausr oracle path=xxxxxx authdomain='xxxxxxx';

*----this looks work;
data orausr.zips (bulkload=yes);
    set sashelp.zipcode;
run; 
*------------end--;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
*----this not work,ERROR 22-7: Invalid option name BULKLOAD.
data need(bulkload=yes);
set orausr.zips;
run;&lt;BR /&gt;&lt;BR /&gt;*------end;&lt;/PRE&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jun 2019 17:01:59 GMT</pubDate>
    <dc:creator>GeorgeSAS</dc:creator>
    <dc:date>2019-06-07T17:01:59Z</dc:date>
    <item>
      <title>Bulkload = option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Bulkload-option/m-p/564511#M158365</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I download Oracle table to local SAS with bulkload option? looks It can only upload.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;libname orausr oracle path=xxxxxx authdomain='xxxxxxx';

*----this looks work;
data orausr.zips (bulkload=yes);
    set sashelp.zipcode;
run; 
*------------end--;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
*----this not work,ERROR 22-7: Invalid option name BULKLOAD.
data need(bulkload=yes);
set orausr.zips;
run;&lt;BR /&gt;&lt;BR /&gt;*------end;&lt;/PRE&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 17:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Bulkload-option/m-p/564511#M158365</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2019-06-07T17:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bulkload = option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Bulkload-option/m-p/564589#M158384</link>
      <description>You are correct. Bulkload is for external databases.&lt;BR /&gt;Performance wise, loading a SAS dataset shows similar (sometimes even better) performance as bulkoafing a database.</description>
      <pubDate>Fri, 07 Jun 2019 22:15:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Bulkload-option/m-p/564589#M158384</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2019-06-07T22:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bulkload = option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Bulkload-option/m-p/564591#M158385</link>
      <description>&lt;P&gt;As the name of the option suggests it is for table loading only.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 23:04:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Bulkload-option/m-p/564591#M158385</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-06-07T23:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bulkload = option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Bulkload-option/m-p/564996#M158535</link>
      <description>Is there any availability of corresponded downloading option?</description>
      <pubDate>Mon, 10 Jun 2019 18:15:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Bulkload-option/m-p/564996#M158535</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2019-06-10T18:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Bulkload = option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Bulkload-option/m-p/565050#M158561</link>
      <description>&lt;P&gt;If you are trying to improve the performance of read queries then you could try the READBUFF option which can be set as high as 32767 (32K). You will need to experiment with different values to see what works best, if it has any impact at all.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 20:36:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Bulkload-option/m-p/565050#M158561</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-06-10T20:36:46Z</dc:date>
    </item>
  </channel>
</rss>

