<?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 how to use blobthreshold option  with SQLserver data source in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-blobthreshold-option-with-SQLserver-data-source/m-p/694340#M211747</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to Load a SQL server table to CAS. I was informed by SAS support that SAS does not support SQLServer TEXT type&amp;nbsp; column and suggested using blobthreshold=1024 as option .&amp;nbsp; Has anyone used this option with proc casutil load or proc cas loadtable ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can bypass the "TEXT" column by creating a varlist for load but would like to know if this blobthreshold option has worked for someone ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yatin&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2020 20:03:21 GMT</pubDate>
    <dc:creator>yatinrao</dc:creator>
    <dc:date>2020-10-26T20:03:21Z</dc:date>
    <item>
      <title>how to use blobthreshold option  with SQLserver data source</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-blobthreshold-option-with-SQLserver-data-source/m-p/694340#M211747</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to Load a SQL server table to CAS. I was informed by SAS support that SAS does not support SQLServer TEXT type&amp;nbsp; column and suggested using blobthreshold=1024 as option .&amp;nbsp; Has anyone used this option with proc casutil load or proc cas loadtable ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can bypass the "TEXT" column by creating a varlist for load but would like to know if this blobthreshold option has worked for someone ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yatin&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 20:03:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-use-blobthreshold-option-with-SQLserver-data-source/m-p/694340#M211747</guid>
      <dc:creator>yatinrao</dc:creator>
      <dc:date>2020-10-26T20:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to use blobthreshold option  with SQLserver data source</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-blobthreshold-option-with-SQLserver-data-source/m-p/694471#M211794</link>
      <description>Have a look at the information in the link: &lt;A href="https://support.sas.com/kb/62/722.html" target="_blank"&gt;https://support.sas.com/kb/62/722.html&lt;/A&gt; &lt;BR /&gt;Does that respond your question?&lt;BR /&gt;&lt;BR /&gt;Best regards, Jos</description>
      <pubDate>Tue, 27 Oct 2020 10:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-use-blobthreshold-option-with-SQLserver-data-source/m-p/694471#M211794</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2020-10-27T10:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to use blobthreshold option  with SQLserver data source</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-blobthreshold-option-with-SQLserver-data-source/m-p/694544#M211829</link>
      <description>Jos &lt;BR /&gt;&lt;BR /&gt;That was my original source . This option is not available  when you use proc casutil  load option.  I tried to use it with Loadtable Action but it would not work &lt;BR /&gt;here is what I tried to do &lt;BR /&gt;&lt;BR /&gt;proc cas;&lt;BR /&gt;	ACTION loadtable /&lt;BR /&gt;	CASLIB="CLOUDTST" ,PATH="GROUPS" , CASOUT={CASLIB="TESTLIB",NAME="GROUPS2"} ,&lt;BR /&gt;OPTIONS={CONOPTS="BLOBTHRESHOLD=1024"};&lt;BR /&gt;&lt;BR /&gt;OPTIONS=(BLOBTHRESHOLD=2048);&lt;BR /&gt;quit; &lt;BR /&gt;&lt;BR /&gt;I tried variation off the options  statement but it would not work &lt;BR /&gt;CLOUDTST is my ODBC sqlserver connection, Groups is the table name &lt;BR /&gt;testlib is the destination caslib . &lt;BR /&gt;&lt;BR /&gt;let me know if you can think of something &lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Yatin</description>
      <pubDate>Tue, 27 Oct 2020 12:49:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-use-blobthreshold-option-with-SQLserver-data-source/m-p/694544#M211829</guid>
      <dc:creator>yatinrao</dc:creator>
      <dc:date>2020-10-27T12:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to use blobthreshold option  with SQLserver data source</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-blobthreshold-option-with-SQLserver-data-source/m-p/694599#M211838</link>
      <description>Have you tried something like this?:&lt;BR /&gt;proc cas;&lt;BR /&gt;ACTION loadtable /&lt;BR /&gt;CASLIB="CLOUDTST" &lt;BR /&gt;PATH="GROUPS" &lt;BR /&gt;OPTIONS={BLOBTHRESHOLD=2048}&lt;BR /&gt;CASOUT={CASLIB="TESTLIB",NAME="GROUPS2"};&lt;BR /&gt;quit;</description>
      <pubDate>Tue, 27 Oct 2020 14:52:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-use-blobthreshold-option-with-SQLserver-data-source/m-p/694599#M211838</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2020-10-27T14:52:40Z</dc:date>
    </item>
  </channel>
</rss>

