<?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 CLOB in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/CLOB/m-p/118996#M259560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have never heard the term clob before yesterday so I am very new to the subject.&amp;nbsp; If something is stored in clob will it be as easy as using an import wizard to pull it into SAS?&amp;nbsp; Does anyone know of any good documentation on the topic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Apr 2013 15:49:14 GMT</pubDate>
    <dc:creator>Steelers_In_DC</dc:creator>
    <dc:date>2013-04-24T15:49:14Z</dc:date>
    <item>
      <title>CLOB</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CLOB/m-p/118996#M259560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have never heard the term clob before yesterday so I am very new to the subject.&amp;nbsp; If something is stored in clob will it be as easy as using an import wizard to pull it into SAS?&amp;nbsp; Does anyone know of any good documentation on the topic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 15:49:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CLOB/m-p/118996#M259560</guid>
      <dc:creator>Steelers_In_DC</dc:creator>
      <dc:date>2013-04-24T15:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: CLOB</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CLOB/m-p/118997#M259561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CLOB is as you might know "character large object", a data type in Oracle (and others?).&lt;/P&gt;&lt;P&gt;Since SAS has limited to 32K for char variables, the information in your CLOBs might be truncated when accessing these using the SAS/ACCESS libname engine for your RDBMS.&lt;/P&gt;&lt;P&gt;A work around is to use explicit SQL pass-thru to access the data. If you need it in SAS, try to split the CLOB into smaller chunks, before accessing/importing it to SAS.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/41/575.html" title="http://support.sas.com/kb/41/575.html"&gt;41575 - SAS/ACCESS® Interface to Oracle supports BLOB and CLOB data types with a character limit of 32767&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 18:28:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CLOB/m-p/118997#M259561</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-04-24T18:28:31Z</dc:date>
    </item>
  </channel>
</rss>

