<?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: extract the data from oracle which is having more than 1024 byt in to SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/extract-the-data-from-oracle-which-is-having-more-than-1024-byt/m-p/74412#M21581</link>
    <description>You may try using the LRECL system option to increase the value.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a003160472.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a003160472.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
It helps in holding the whole record.</description>
    <pubDate>Wed, 18 Feb 2009 12:19:50 GMT</pubDate>
    <dc:creator>Gaurav</dc:creator>
    <dc:date>2009-02-18T12:19:50Z</dc:date>
    <item>
      <title>extract the data from oracle which is having more than 1024 byt in to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/extract-the-data-from-oracle-which-is-having-more-than-1024-byt/m-p/74411#M21580</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
If i extract the  oracle table into SAS  which is having more than 1024 bytes in one observartion which is truncated into SAS. i want the data as it is in oracle table in to SAS.</description>
      <pubDate>Wed, 18 Feb 2009 05:39:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/extract-the-data-from-oracle-which-is-having-more-than-1024-byt/m-p/74411#M21580</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-02-18T05:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: extract the data from oracle which is having more than 1024 byt in to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/extract-the-data-from-oracle-which-is-having-more-than-1024-byt/m-p/74412#M21581</link>
      <description>You may try using the LRECL system option to increase the value.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a003160472.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a003160472.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
It helps in holding the whole record.</description>
      <pubDate>Wed, 18 Feb 2009 12:19:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/extract-the-data-from-oracle-which-is-having-more-than-1024-byt/m-p/74412#M21581</guid>
      <dc:creator>Gaurav</dc:creator>
      <dc:date>2009-02-18T12:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: extract the data from oracle which is having more than 1024 byt in to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/extract-the-data-from-oracle-which-is-having-more-than-1024-byt/m-p/74413#M21582</link>
      <description>Hi,&lt;BR /&gt;
I don't think you should get the problem of getting the data truncated&lt;BR /&gt;
while creating the sas dataset from a oracle table. There is no&lt;BR /&gt;
restriction on the record length while creating the dataset.&lt;BR /&gt;
Try working on the code below.&lt;BR /&gt;
&lt;BR /&gt;
libname libref 'SAS-data-Library';&lt;BR /&gt;
proc sql;&lt;BR /&gt;
connect to oracle ( user=oracle_id orapw=oracle_passwd&lt;BR /&gt;
path="@t:oracle_server:oracle_sid");&lt;BR /&gt;
 //create and select statement;&lt;BR /&gt;
disconnect from oracle;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
If the problem is not solved try setting LRECL option for the record&lt;BR /&gt;
length of the datasets as stated by Gaurav.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks &amp;amp; Regards,&lt;BR /&gt;
Saurabh.</description>
      <pubDate>Fri, 20 Feb 2009 07:11:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/extract-the-data-from-oracle-which-is-having-more-than-1024-byt/m-p/74413#M21582</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-02-20T07:11:35Z</dc:date>
    </item>
  </channel>
</rss>

